.get-started-sec {background-color: #fff9ef;display: inline-block;position: relative;width: 100%;padding: calc(6.25vw + 80px) 0px 80px;}
.get-started-sec .wave-image svg.hjJCFc { position: absolute; top: -1px; right: 0px; z-index: 0; width: 100vw; height: auto; }
.get-started-sec .wave-image { width: 100%; display: inline-block; }
.get-started-sec .get-started-wrap { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; }
.get-started-sec .get-started-wrap .left-part { width: 50%; display: inline-block;max-width:520px;}
.get-started-sec .get-started-wrap .right-part { width: 50%; display: inline-block; margin: 0; }
.get-started-sec .get-started-wrap .right-part .image { bottom: 0px; right: 0px; width: 100%; max-width: 685px; position: absolute ;line-height:0;vertical-align:top; }
.get-started-sec .get-started-wrap .right-part .image img {height: 100%;margin: 0;padding: 0;width: 100%;object-fit: cover;object-position: center;}

.get-started-sec .get-started-wrap .left-part .left-title { width: 100%; display: inline-block; }
.get-started-sec .get-started-wrap .left-part .left-title h2 { margin: 0 0 20px 0; color: #1d2b36; display: inline-block; font-size: 30px; line-height: 40px; width: 100%; }
.get-started-sec .get-started-wrap .left-part .caption { width: 100%; display: inline-block; }
.get-started-sec .get-started-wrap .left-part .caption p { width: 100%; display: inline-block; margin: 0 0 20px 0; }
.get-started-sec .get-started-wrap .left-part .try-to-free-cta { width: 100%; display: inline-block; }
.get-started-sec .get-started-wrap .left-part .try-to-free-cta a { width: auto; appearance: none; border: 1px solid #dc592f; display: inline-block; font-weight: 500; outline: 0px; position: relative; text-align: center; text-decoration: none; transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s; vertical-align: middle; background-color:#dc592f; color: white; padding: 0px 30px; line-height: 50px; height: 52px; font-size: 18px; border-radius: 4px; text-transform: capitalize; margin: 30px 0 0 0; }
.get-started-sec .get-started-wrap .left-part .try-to-free-cta a:hover {background-color: transparent;color: #dc592f;}


@media(max-width:1280px){
 .get-started-sec .get-started-wrap .right-part .image {max-width:580px;}
  
} 
@media(max-width:991px){
.get-started-sec .get-started-wrap .right-part .image {max-width: 480px;}
  }

@media(max-width:767px){
.get-started-sec .get-started-wrap .left-part .left-title h2 {font-size: 25px;line-height: 36px;}
.get-started-sec .get-started-wrap .left-part { width: 100%; max-width: 100%; }
.get-started-sec .get-started-wrap .left-part { width: 100%; max-width: 100%; }
.get-started-sec .get-started-wrap .right-part { padding: 0 0 calc(57.5161vw); width: 100%; }
.get-started-sec .get-started-wrap .left-part .try-to-free-cta a { width: 100%; } 
.get-started-sec .get-started-wrap .right-part .image {max-width: 100%;} 
.get-started-sec {padding: calc(3.25vw + 80px) 0px 80px;}

  
  }