
.insta_about_section .section_logo_wrapper {
    margin-top: 20px;
}

.cta-container ul{
margin:0;
padding:0;
   list-style:none;
}

.cta-container ul li{
margin:0;
padding:0;
display:inline-block;
margin-right:15px;
margin-bottom:10px;
}

.cta-container ul li:last-child{
margin-right:0;
}

.insta_about_section.section-padding{
  padding:140px 0;
}

.section_description_wrapper p{
text-align:justify;
}

.insta_about_section .section_title h2{
  font-size: 4.5rem;
  position:relative;
  z-index:2;
}
.insta_about_section .section_title h2:after{
    content: "";
    position: absolute;
    height: 286px;
    transform: rotate(90deg);
    z-index: -1;
    left: 188px;
    bottom: -91px;
    background: url(https://cdn2.hubspot.net/hubfs/1877165/About%20Brush%20Stroke.png) center center no-repeat;
    background-size: contain;
    width: 90px;
}


.insta_about_section .btn_cta{
  float:right;
  margin-top:43px;
}
@media (min-width:768px) {
  .insta_about_section .section_title h2{
  transform: rotate(270deg);
  top: 125px;
}