
html,body{
    background-color: #FDF6E6 !important;
    /* background: linear-gradient(140deg, #fdf5cc 0%, #F5F5EE 25%, #fdf5e6 100%); */

    /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(238,238,238,1) 100%) !important; */
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px !important;
    overflow-x: hidden;
    font-family: "Inter", Arial, sans-serif !important;
  }
  
  body{
    display: block !important;
    padding-bottom: 0;
    overflow-y: scroll;
  }
  
    
  body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
  
  
  br {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  
  .section-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    /* margin: 0 auto; */
    color: #1f2937;
    
  }

  .section-title span {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    border-right: 4px solid #333;
    animation: typing 4s steps(33) forwards, blink 0.65s infinite;
  }

  
  @keyframes typing {
    100% {
       width: 563px;
    }
    0% {
        width: 0;
    }
  }
  
  @keyframes blink {
    50% {
        border-color: transparent;
    }
  }
  
  
  .section-subtitle {
    font-size: 2.5rem;
    color: #374151;
    max-width: 800px;
    margin: 0 auto;
  }
  

  .section-subtitle-small {
    font-size: 14px;
    color: #F26522;
    max-width: 600px;
    margin: 0 auto;
  }
  
  


  .body_container {
    transition: filter 0.75s ease-in-out;
    -webkit-transition: filter 0.75s ease-in-out;
  }
  
  .fade-in-ele {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.25s ease-out, transform 1s ease-out;
  }
  
  .fade-in-ele.visible {
    opacity: 1;
    transform: translateY(0);
  }

  
  
  .hero-visual {
    position: relative;
    width: 100%;
    margin: 64px auto;
    overflow: hidden;
  }

  
  .hero-visual .bk2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 350px;
    margin: 0 auto;
    background: transparent url("../../assets/cloud-bottom.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
  }



  .hero-visual .bk1 {
    position: absolute;
    left: -2%;
    width: 104%;
    aspect-ratio: 1 / 1; /* height = width */
    border-radius: 50%;
    background: #fdf5e6;
    background: linear-gradient(180deg, #f3e7d2 8%, #fdf5e6 30%);
    box-shadow: inset 0px 56px 55px -55px #f3ddb5;
  }





  .testimonial .cloud4 {
    position: absolute;
    top: 120px;
    right: 90px;
    width: 80px;
    height: 40px;
    background: transparent url("../../assets/cloud.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    animation: sparkle 2.75s linear infinite;
    -webkit-animation: sparkle 2.75s linear infinite;
    filter: blur(1px);
    z-index: -1;
  }


  .testimonial .cloud0 {
    position: absolute;
    top: 0px;
    left: 120px;
    width: 150px;
    height: 100px;
    background: transparent url("../../assets/cloud.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    animation: sparkle 3.5s reverse infinite;
    -webkit-animation: sparkle 3.5s reverse infinite;
  }


  .hero-visual-inner {
    position: relative;
    width: 800px;
    margin: 0 auto;
  }


  .hero-image {
    border-radius: 8px;
    margin: 88px auto;
    border: 3px solid #374151;
    box-shadow: 0 8px 16px #57557265;
    width: 100%;
    animation: sparkle 2.75s linear infinite;
    -webkit-animation: sparkle 2.75s linear infinite;
  }





  .hero-actions {
    display: flex;
    gap: 1rem;
    margin: 24px auto 0 auto;
  }
  
  
/* Buttons */
.hero-actions .btn {
    display: inline-flex;
    align-items: left;
    justify-content: left;
    text-align: left;
    padding: 10px 24px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease, background-position 0.5s ease;
    cursor: pointer;
    border: 2px solid transparent;
    white-space: nowrap;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 6px;
  }
  
  .hero-actions .btn-primary {
    background: linear-gradient(135deg, #000 0%, #222 100%);
    background: #F26522 url("../../assets/chevron-right-light-24px.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 17px) 49%;
    border: 2px solid #bf4a14;
    color: white;
    /* box-shadow: 0 4px 15px rgba(235, 16, 0, 0.4); */
    box-shadow: 0 4px 15px rgba(16, 16, 16, 0.2);
    user-select: none;
  }
  
  .hero-actions .btn-primary:hover, .hero-actions .btn-primary:focus {
    transform: translateY(-2px);
    /* box-shadow: 0 8px 25px rgba(235, 16, 0, 0.6); */
    box-shadow: 0 4px 15px rgba(16, 16, 16, 0.4);
    border: 2px solid #182436;
    background-color: #182436;
    background-position: calc(100% - 10px) 48%;
  }

  
  .hero-actions p {
    display: inline-block;
    margin-top: 1rem;
    font-size: 13px;
    color: #999;
    text-align: left;
  }
  
  p.trial {
    margin-top: 0.5rem;
    color: #8f8a84;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
  }
  


  @keyframes sparkle {
    50% {
        transform: translateY(8px);
        -webkit-transform: translateY(8px);
    }
    0%, 100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
  }


  


  
  .testimonial {
    position: relative;
    left: -0.5%;
    display: block;
    margin: 0 auto 0 auto;
    padding: 70px 0;
    text-align: center;
    background: #FBF6F0;
    width: 101%;
    max-width: 1600px;
    
    /* border-top: 4px solid #1f2937; */
    /* border-bottom: 4px solid #1f2937; */
    transform: rotate(0deg);
    /* background: linear-gradient(-72deg, #eee 0%, #c90 40%, #F26522 80%); */
    /* background-size: 200% 200%; */
    /* animation: gradient-shift 6s ease infinite; */
  }
  
  @keyframes gradient-shift {
    0%, 100% {
      background-position: 70% 50%;
    }
    50% {
      background-position: 90% 30%;
    }
  }

  .testimonial .bk3 {
    position: absolute;
    bottom: -160px;
    left: -13%;
    right: -13%;
    display: block;
    height: 150px;
    margin: 0 auto;
    background: transparent url("../../assets/cloud-bottom.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    transform: rotate(180deg);
  }


  
  .testimonial-grid {
    padding-bottom: 150px;
  }

  
  .testimonial-container {
    transform: rotate(0deg);
  }

  
  .testimonial .container {
    position: relative;
    width: 80%;
    max-width: 1600px;
    
  }
  
 

.testimonial-text {
    font-size: 1.7rem;
    /* min-height: 342px; */
  }
  
  .testimonial-text .quote {
    color: rgb(121, 92, 4);
    font-size: 1.7rem;
    font-weight: bold;
    font-family: sans-serif;
  }
  
  .testimonial-text em {
    font-style: normal;
    background: linear-gradient(180deg, rgba(204, 153, 0, 0.1) 29%, rgba(204, 153, 0, 0.2) 65%);
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
    /* color: #000; */
  }
  
  
  
  .testimonial .accordion-css__card video {
    max-height: 450px;
    background: #eee url("../../assets/oksend_logo_light.png");
    background-size: 40px;
    background-repeat: repeat;
    background-position: center;
  }
  
  .testimonial .testimonial-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 2px;
  }
  
  .testimonial .testimonial-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    outline: 2px solid #fff;
    user-select: none;
    pointer-events: none;
  }
  .testimonial .testimonial-profile div {
    vertical-align: middle;
    justify-content: center;
  }
  
  .testimonial .testimonial-profile h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  
  .testimonial .testimonial-profile p {
    font-size: 15px;
    color: #ccc;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  
  
  
  
  
  
  
  .accordion-css__item {
    background-color: transparent;
    border-radius: .5em;
    padding-top: .875em;
    margin: 2px auto;
    list-style: none;
    position: relative;
    transition: all 1.3s ease;
    width: calc(49% - 16px);
  
  }
  
  
  .accordion-css__item.review_inline {
    display: inline-block;
    margin: 8px 8px;
  }
  
  
  .accordion-css__bg {
    width: 100%;
    height: calc(100% - 1.5em);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  
  
  .accordion-css__item-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: .145em solid #1e779a;
  border: .24em solid #111;
  /* background-color: #53CCFB; */
  background-color: #1f2937;
  /* background: linear-gradient(180deg, rgba(239, 96, 39, 1) 20%, rgb(253, 114, 59) 80%); */
  background: linear-gradient(180deg, #1f2937 20%, #253040 85%);
  
  /* background-color: #EF6027; */
  cursor: pointer;
  border-radius: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1em 1em 1.5em;
  display: flex;
  position: relative;
  z-index: 100;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.25);
  }
  
  [data-accordion-status="active"] .accordion-css__item-top {
  box-shadow: 0 -4px 6px #00000026, 0 8px 14px rgba(0, 0, 0, 0.3);
  }
  
  .accordion-css__item-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
  }
  
  .accordion-css__item-icon {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  /* display: none; */
  /* background: rgba(70, 186, 232, 0.95); */
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  opacity: 1;
  }
  
  .accordion-css__item-icon-svg {
  /* width: 18px !important; */
  /* height: 29px; */
  }
  
  .accordion-css__item-top:hover .accordion-css__item-icon {
  transform: rotate(90deg);
  }
  
  [data-accordion-status="active"] .accordion-css__item-top .accordion-css__item-icon {
  transform: rotate(45deg);
  /* opacity: 0.6; */
  }
  
  [data-accordion-status="active"] .accordion-css__item-top:hover .accordion-css__item-icon {
  transform: rotate(135deg);
  }
  
  
  
  .accordion-css__item-icon-svg {
  width: 1em;
  position: relative;
  }
  
  .accordion-css__bg-svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    vertical-align: middle;
  }
  
  [data-accordion-status="active"] .accordion-css__item-bottom {
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.3s ease;
  }
  
  [data-accordion-status="not-active"] .accordion-css__item-bottom {
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  
  }
  
  
  [data-accordion-status="not-active"] .accordion-css__item-bottom-wrap {
  padding-top: 2.5rem;
  }
  
  [data-accordion-status="active"] .accordion-css__item-bottom-wrap {
  padding-top: 0.5rem;
  }
  
  .accordion-css__item-bottom-wrap {
  flex-flow: column;
  height: 100000%;
  display: flex;
  position: relative;
  overflow: hidden;
  }
  
  .accordion-css__item-bottom {
  grid-template-rows: 0fr;
  display: grid;
  position: relative;
  overflow: hidden;
  padding-top: 18px;
  transition: transform 1.3s ease;
  }
  
  .accordion-css__item-bottom-content {
  /* padding-top: 1.5em; */
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
  }
  
  
  .accordion-css__card {
  border-top-style: solid;
  border-top-width: .23em;
  border-top-color: #444;
  border-right-style: solid;
  border-right-width: .23em;
  border-right-color: #444;
  border-bottom-style: solid;
  border-bottom-width: .23em;
  border-bottom-color: #444;
  border-left-style: solid;
  border-left-width: .23em;
  border-left-color: #444;
  background-color: #fff;
  border-radius: 1em;
  margin-top: 1.5em;
  margin-bottom: -3.5em;
  padding: 2em 2em 4.4em 2em;
  position: relative;
  transform: translateY(0) rotate(-0.75deg);
  /* transform: translateY(-28px) rotate(0deg); */
  box-shadow: .375em .375em 0 0 #00000026;
  transition: transform 0.3s ease;
  }
  
  [data-accordion-status="not-active"] .accordion-css__card {
  transform: translateY(-28px) rotate(0deg);
  }
  
  .accordion-css__card video {
  width: 100%;
  border-radius: 5px;
  border: .24em solid #111;
  margin-top: 16px;
  }
  
  

  .reviews {
    position: relative;
    width: 800px;
    margin: 150px auto 0 auto;
   
  }

  .reviews .clouds {
    position: absolute;
    top: 0px;
    left: -140px;
    width: 140px;
    height: 100px;
    background: transparent url("../../assets/cloud.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    transform: scaleX(-1);
  }

  .reviews .cloud2 {
    position: absolute;
    top: -40px;
    left: auto;
    right: -140px;
    width: 200px;
    height: 100px;
    background: transparent url("../../assets/cloud.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    animation: sparkle 2.75s linear infinite;
    -webkit-animation: sparkle 2.75s linear infinite;
  }

  .reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }



  .reviews .trustbox .trustpilot-widget {
    pointer-events: none;
  }

  .reviews .g2 , .reviews .trustbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background-color: #FBF6F0;
    border-radius: 8px;
    border: 2px solid #C5C2EF;
    box-shadow: 0 8px 16px #57557240, inset -1px -11px 11px rgba(100, 102, 105, 0.1);
  }

  .reviews .g2 a, .reviews .trustbox a {
    display: block;
    padding: 16px 0;
    width: 100%;
  }

  .reviews .g2:hover , .reviews .trustbox:hover {
    background-color: #EEEDE5;
    
  }



  .popup-chat {
    position: fixed;
    bottom: -430px;
    right: -800px;
    width: 200px;
    height: 200px;
    transition: bottom 2.45s ease-in-out, right 2.45s ease-in-out;
  }


  .popup-chat-visible {
    bottom: -30px;
    right: 40px;
    transition: bottom 1.45s ease-in-out, right 1.45s ease-in-out;
  }

  .popup-chat .close-popup-chat {
    position: absolute;
    top: 8px;
    right: 0;
    width: 32px;
    height: 32px;
    background: #fff url('../../assets/close.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #777;
    opacity: 0.75;
    box-shadow: 0 8px 16px #57557265;
    z-index: 9;
  }

  .popup-chat .close-popup-chat:hover, .popup-chat .close-popup-chat:focus {
    opacity: 1;
  }
  


  .popup-chat a {
    display: block;
    position: relative;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: transparent url("../../assets/lets_talk.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    transform: rotate(-15deg);
  }


  .popup-chat .popup-chat-message {
    display: block;
    position: absolute;
    bottom: 100px;
    left: -200px;
    min-width: 232px !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.25s ease-out, transform 1s ease-out;
    transition-delay: 2s;
    text-align: right;
    perspective: 1000px;
  }

  
  .popup-chat-visible .popup-chat-message {
    opacity: 1;
    transform: translateY(0) rotateX(-8deg) rotateY(-8deg);
  }

  .popup-chat .popup-chat-message-closing {
    transition-delay: 0s;
    opacity: 0;
    transform: translateY(-52px) translateX(-32px);
  }


  .popup-chat .popup-chat-message-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }


  .popup-chat .bubble {
    display: inline-block;
    position: relative;
    left: 0 !important;
    text-align: left;
    width: auto;
    min-width: 200px;
    max-width: 100%;
    height: auto;
    padding: 9px 11px;
    margin: 0 !important;
    border-radius: 6px;
    background-color: #1F8AFF;
    background: linear-gradient(131deg, rgba(38,139,210,1) 16%, rgba(31,138,255,1) 99%);
    color: #fff;
    border: 2px solid #176ba8;
    box-shadow: 0 8px 16px #57557265, inset 20px 56px 55px -55px #3b618c;
  }


  .popup-chat .msg_notify {
    margin: 0;
    display: inline-block;
    width: auto !important;
    width: 100%;
    height: auto !important;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: pre-wrap;
    overflow: auto;
    text-overflow: auto;
    font-weight: normal;
    color: #fff;
    padding: 0;
    text-shadow: 0 -1px 6px #00000088;
  }
    
  .popup-chat .notch {
    position: absolute;
    display: block;
    right: -5px;
    bottom: 4px;
    width: 14px;
    height: 9px;
    background-color: #1F8AFF;
    transform: rotate(-119deg);
    border-bottom-right-radius: 2px;
    border-bottom: 2px solid #176ba8;
    border-left: 2px solid #176ba8;
  }
  
  

  .footer {
    background:#FDFDF8;
    margin-bottom: 0;
  }



  
  
  @media (max-width: 1180px) {
  
    .hero .hero-title {
      font-size: 4.4rem;
      line-height: 1.1 !important;
      margin-bottom: 0.5rem;
      text-align: left;
    }
  
    
    .hero .hero-subtitle {
      font-size: 2.2rem;
      line-height: 1.3;
      margin-bottom: 1.8rem;
      text-align: left;
    }   
  
  
    .testimonial .container {
        width: 90%;
      }
  
      
    .testimonial-text {
      font-size: 20px;
      line-height: 28px;
      /* width: calc(60% - 16px); */
    }
  
    
    .accordion-container {
      gap: 0;
      width: 90%;
    }
    
    .accordion-title {
      font-size: 21px;
      font-weight: 600;
      line-height: 31px;
    }
    
    .accordion-content {
      font-size: 16px;
    }
  
    .accordion-content p {
      line-height: 26px;
      font-weight: 400;
      font-size: 16px;
    }
  
    .card-section .container {
      width: 95%;
    }
    
    
  .reviews {
    width: 60%;
  }


  
  }
  
  
  
  
  @media (min-width: 1000px) {
    .accordion-container {
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
    }
  }
  
  
  
  
  @media (max-width: 964px) {
        
    
        
        .section-subtitle {
            max-width: 690px;
            margin: 0 auto;
        }   
  
        .hero-visual-inner {
            width: 72%;
          }
        
          

    .testimonial .cloud0 {
        top: 260px;
        left: 80px;
    }


    .testimonial .cloud4 {
        opacity: 0.9;
    }
    
    .testimonial {
      transform: rotate(0deg);
  }
  
  .testimonial .container {
      width: 95%;
    }
    
    .testimonial-text {
      font-size: 20px;
      line-height: 28px;
    }
  
  
    .testimonial-text .quote {
      font-size: 20px;
      line-height: 28px;
    }
  
  
    .accordion-container {
      gap: 0;
      width: 80%;
       margin: 40px auto 96px auto;
    }

    .testimonial .accordion-css__item {
        width: calc(80% - 16px);
        margin: 22px auto;
      }
  
  
    .accordion-title {
      flex: 1;
      font-size: 2.5rem;
      font-weight: 600;
      text-align: left;
      color: #1f2937;
    }
    
    .accordion-content p {
      margin: 0;
      color: #374151;
      line-height: 1.6;
      font-size: 2rem;
      font-weight: 400;
    }
  
    .reviews {
        width: 56%;
      }

      
  .popup-chat {
    bottom: -330px;
    right: -700px;
    width: 140px;
    height: 140px;
  }
  
  .popup-chat-visible {
    bottom: -30px;
    right: 20px;
  }

  
  .popup-chat .close-popup-chat {
    position: absolute;
    top: -16px;
    right: 0;
    width: 30px;
    height: 30px;
    background: #fff url('../../assets/close.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  
  .popup-chat .popup-chat-message {
    bottom: 100px;
    left: -172px;
    min-width: 192px !important;
    width: auto !important;
  }

  .popup-chat-visible .popup-chat-message {
    opacity: 1;
    transform: translateY(0);
  }

  .popup-chat .popup-chat-message-closing {
    transition-delay: 0s;
    opacity: 0;
    transform: translateY(-52px) translateX(-32px);
  }

  .popup-chat .bubble {
    min-width: 192px;
    }

    .popup-chat .msg_notify {
        font-size: 12px;
    }

  }
  
  
  
  
  
  
  @media (max-width: 772px) {
  
    .testimonial .cloud4 {
        top: 48px;
        right: 40px;
    }
  
    .accordion-css__item {
      background-color: transparent;
      border-radius: .5em;
      padding-top: .875em;
      margin: 2px auto;
      list-style: none;
      position: relative;
      transition: all 1.3s ease;
      width: calc(90% - 16px);
    }
  
    
  }
  
  
  
  
  
  
  
  
  @media (max-width: 450px) {
  
   
    .section-title {
        text-align: center;
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 1.1 !important;
        width: 300px;
        margin: 20px auto 10px auto;
      }

    
      .section-title span {
        white-space: wrap;
        border-right: none;
        animation: none;
      }
    
      .testimonial .cloud0 {
        top: 390px;
        left: 40px;
    }

      
    .section-subtitle {
        font-size: 2.1rem;
        text-align: center;
        margin: 0 auto;
        padding: 0 16px;
      }

    .hero-actions {
      text-align: center !important;
    }
  
    p.trial {
      text-align: center;
      font-weight: normal !important;
    }
  
    .hero .btn {
      max-width: 310px;
      margin: 0 auto;
    }
  
    
    .testimonial-text {
      font-size: 16px;
      line-height: 24px;
    }
  
    .testimonial-text .quote {
      font-size: 16px;
      line-height: 24px;
    }
  
    .testimonial .accordion-css__item {
      width: calc(98% - 16px);
    }
  
    .accordion-css__card {
      padding: 2em 1em 4.4em 1em;
  }
  
  
    .testimonial {
      padding-top: 32px;
      margin: 0 auto 0 auto;
      border: none;
    }
  
    .testimonial-profile h3 {
      line-height: 24px;
    }
  
    .dr_grey .testimonial-profile h3 span {
      display: none;
    }
  
    .testimonial .bk3 {
        height: 100px;
        left: -10%;
    right: -10%;
    }
    
    .reviews {
        width: 90%;
      }

      .reviews .clouds {
        top: 96px;
        left: -40px;
        width: 140px;
        height: 100px;
      }
    
      .reviews .cloud2 {
        position: absolute;
        top: -132px;
        left: auto;
        right: -100px;
        width: 200px;
        height: 100px;
      }
  }
  
  
  
  
  
  @media (max-width: 390px) {
    
    .section-subtitle {
        padding: 0 16px;
      }
  }
  
  