body {
    background: none;
}
h2 {
    color: #26336b;
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 20px 0;
}

.header-top .form-control {
    padding: 0px 10px !important;
}
.logo-white {
    width: 110px;
}
.footer_logo .logo-white {
    margin-top: -13px;
}
.col-sm-4.mobile {
    background: #ffffffcf;
    padding: 15px 20px 10px;
    border-radius: 20px;
}
.col-sm-4.mobile .position-relative {
    margin-top: 13px;
}
.header-top h1 {
    line-height: 42px;
    font-size: 37px;
    font-weight: 600;
    color: #fff;
    padding: 70px 0 10px;
}
.header-top p {
    color: #fff;
}
.why-pro {
  background: linear-gradient(135deg, #f0f4f8, #e0eafc);
  padding: 90px 0 30px 0;
  color: #1a1a1a;
}
.support-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 20px;
}
.step-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 30px;
  padding: 30px 20px 20px 30px;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
  border-left: 6px solid #dda12a;
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.step-card .icon {
  width: 40px;
  height: 40px;
  background: #283876;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 auto 15px;
}

.step-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #283876;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #283876;
}
.choose-mbg {
    background: url(https://www.mbgcorp.com/ae/saseraf/2025/10/Icons_Desktop_Banner.webp);
}
.choose-mbg h2 {
    color: #fff !important;
}
.bs-process, .choose-mbg {
    padding: 30px 0 60px 0;
}
.choose-row {
       display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 15px;
}
.choose-row img {
    width: 130px;
    max-width: 100%;
    border-radius: 15px;
    transition: all 0.1s ease;
    box-shadow: 0 0 0 0 rgba(0, 150, 255, 0.6);
}
/* Pulse effect on hover */
.choose-row img:hover {
  animation: pulseGlow 1s infinite;
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 150, 255, 0.6);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 20px 8px rgba(0, 150, 255, 0.3);
    transform: scale(1.05);
  }
}


.pack {
    padding: 30px 0 60px 0;
    background: linear-gradient(135deg, #f0f4f8, #e0eafc);
}
.pack h2 {
    padding-bottom: 10px;
    margin-bottom: 0;
}
.pack-p {
    margin-bottom: 0;
    font-size: 17px;
    color: #26336b;
}
.pack ul {
    padding-left: 15px;
}
.pack ul li {
    list-style-type: disclosure-closed;
    display: list-item;
    margin-bottom: 4px !important;
    line-height: 18px;
}
.pack ul li::marker {
    font-size: 10px;
}
.pck {
    height: 530px;
}
p.cost {
    font-size: 24px;
}
.pck:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(11, 35, 64, 0.08);
}
.cond {
    background: #26336b;
    padding: 15px;
    border-radius: 10px;
}
.cond p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 25px;
}
.part {
    padding: 30px;
}
.part .row {
    margin-bottom: 40px;
}
.card-img .img-fluid {
    height: 60px;
}

.team .row {
    justify-content: center;
}
.team .col-sm-4 {
    width: 30%;
}
.team h2 {
    margin: 0;
    padding: 10px 0 10px 0;
}
.team h2, .team-p {
    color: #fff;
}
.team .img {
    min-height: 355px;
    background: #F7F7F7;
    border-radius: var(--card-radius);
    padding: 0;
    box-shadow: 0 6px 18px rgba(11, 35, 64, 0.06);
    text-align: center;
    transition: transform .26s ease, box-shadow .26s ease;
    border-radius: 21px;
}
.faq-sec {
    padding: 30px 0 0 0;
}
.faq-sec h5 {
    margin-bottom: 0;
}
.accordion-item, .accordion-button {
    border-radius: 30px 30px 30px 0 !important;
}
button.accordion-button.collapsed {
    background: linear-gradient(135deg, #f0f4f8, #e0eafc);
    box-shadow: none;
}
.timeline {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 3px solid #dda12a;
}

.timeline-item {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
}

.timeline-marker {
  position: absolute;
  left: -35px;
  top: 0;
  background-color: #dda12a;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 0 4px #fff;
}
.timeline-marker img {
    width: 40px;
    height: 40px;
}
.timeline-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #283876;
    padding: 14px;
    background: #F7F7F7;
    border-radius: 15px;
}
.timeline-content p {
    color: #283876;
    font-size: 15px;
    line-height: 23px;
    padding: 0px 40px 0 30px;
}
.timeline-content ul {
    padding: 0 0 0 20px;
    list-style-type: disc;
    font-size: 15px;
    color: #283876;
}
.timeline-content ul li, .mbg-advtg ul li, .expertise-section ul li {
    list-style: disclosure-closed;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px; /* Add spacing between items */
    line-height: 1.4;
}
.blue-banner {
    padding: 25px 0;
}
.blue-banner h2, .blue-banner p {
    color: #fff;
}
.blue-banner .headlines {
    margin-bottom: 0;
}
.line-box {
    border: 1px solid white;
    padding: 15px;
    position: relative;
    min-height: 155px;
    margin-bottom: 50px;
}
.line-box h5 {
    padding-top: 10px;
    font-size: 20px;
    margin-bottom: 10px;
}
.cta-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cta-div p {
    background: #d09b2b;
    padding: 15px;
    width: 80%;
    margin-top: 15px;
    border-radius: 6px;
}
.cta-call, .bt {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  border: 2px solid #d09b2b;
  color: #d09b2b !important;
  background: #fff;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
  border-radius: 6px;
  z-index: 1;
  transition: color 0.3s ease;
}
a.cta-call {
    outline: 0;
    text-decoration: none;
}
.header-top input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #fff;
}
.wpcf7 .bt {
    background: #d09b2b;
    color: #fff !important;
}
/* Lighter sliding overlay */
.cta-call::before, .bt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #d38e259b; /* lighter shade */
  z-index: -1;
  transition: width 0.4s ease;
}

/* Dark final background */
.cta-call::after, .bt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0; /* expands with the animation */
  background: #d09b2b; /* dark shade */
  z-index: -2;
  transition: width 0.4s ease;
}
.bt::after {
    transform: none;
}

.cta-call:hover, .bt:hover input[type="submit"] {
  color: #fff !important; /* text turns white */
}
.cta-call:hover::before, .bt:hover::before {
  width: 100%; /* lighter wipe slides across */
}

.cta-call:hover::after, .bt:hover::after {
  width: 100%; /* dark background expands behind */
  transition-delay: 0.2s; /* ensures darker shade follows after light */
}
.header-top .textarea-field textarea.form-control {
    height: 55px;
    margin: 10px 0;
}
h6 {
    font-size: 19px;
}
button {
    padding: 10px 16px;
}
.src {
    font-size: 12px !important;
}
@media (orientation: landscape) and (height <= 480px), (width <= 480px) {
    .joinchat {
        --bottom: 20px;
    }
}
@media (min-width: 1360px) and (max-width: 1380px) {
    .podcast-card .img {
    padding: 10px 30px !important;
    }
    .header-top h1 {
    padding: 50px 0 10px;
}
    .step-card {
        padding: 20px 10px 10px 15px;
    }
    .cta-div p {
        width: 70%;
    }
    .line-box h5 {
        font-size: 20px;
    }
    .choose-row {
        gap: 4px;
                margin-top: 40px;
    }
    .col-sm-4.mobile {
        margin-top: -60px;
    }
    .blue-banner p {
        font-size: 14px;
    }
    .pck h6 {
        font-size: 16px;
    }
    p.cost {
        font-size: 18px;
    }
    button {
        padding: 5px 9px;
    }
    .timeline-content p {
        font-size: 14px;
    }
}
p.rightsour {
    color: grey;
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .ts-slide {
    height: 380px;
}
    .pack h5, h1, .header-top p {
        width: 100%;
    }
    .header-top p {
        line-height: 28px;
    }
    .left-faq, .right-faq {
        width: 100%;
    }
    p.rightsour {
    float: right;
    position: absolute;
    margin-top: -66px;
    right: 120px;
    text-align: right;
    color: grey;
    font-size: 12px;
}
}
@media (min-width: 768px){
    .nf-form-cont .one-half {
        width: 97% !important;
        margin-left: 9px !important;
    }
    .header-top {
        height: 437px;
    }
    .col-sm-4.mobile {
        width: 32.333333%;
    }
}
.ts-logo {
    border: 1px solid #dcdcdc;
}
@media (max-width: 768px){
    .header-top {
        background:url(https://www.mbgcorp.com/ae/saseraf/2025/11/PRO-Services_Mobile_Banner.webp) center no-repeat;
               background-size: cover;
    }
.ts-row {
    display: block !important;
}

    .header-top h1 {
        line-height: 34px;
        font-size: 25px;
        padding: 30px 0 5px;
    }
    .header-top p {
        font-size: 14px;
        line-height: 20px;
    }
    .col-sm-4.mobile {
        background: #fff;
    }
    h2 {
        font-size: 25px;
    }
    .support-steps {
        grid-template-columns: repeat(1, 1fr);
    }
    .why-pro {
      padding: 80px 0 60px 0;
    }
    .team {
        text-align: left;
    }
    .team .col-sm-4 {
        width: 100%;
    }
    .team .img {
        margin-bottom: 30px;
    }
    .cta-div {
        display: block;
        text-align: center;
    }
    .choose-row {
        gap: 0;
    }
    .choose-row img {
     width: calc(33% - 15px);
        margin-bottom: 15px;
    }
    p.count {
        font-size: 35px;
    }
    .imtext h5 {
        font-size: 16px;
        padding: 10px 0 10px 0;
    }
    .pck {
        margin: 10px 0 15px;
    }
    .line-box {
        margin-bottom: 20px;
    }
    .card-img .img-fluid {
        height: 45px !important;
    }
    .carousel-control-next {
        right: 20px !important;
    }
    .carousel-control-prev {
        left: 20px !important;
    }
    .carousel-control-next, .carousel-control-prev {
        margin-top: 0 !important;
    }
    .cta-div p {
        width: 100%;
    }
}
.podcast-section {
    color: #fff;
    padding: 28px 20px;
    background-image: linear-gradient(rgb(255 255 255 / 25%), rgb(0 0 0 / 38%)), url(https://www.mbgcorp.com/ae/saseraf/2025/10/Icons_Desktop_Banner.webp);
}
.podcast-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.podcast-text {
    display: flex;
    flex-wrap: wrap;
}
.podcast-text {
    background: #00000098;
    border-radius: 40px;
    padding: 20px 30px;
}
.podcast-text li {
        line-height: 24px;
    padding: 3px 0px;
    list-style: square;
    margin-left: 9px;
}
.podcast-text {
    flex: 1;
    width: 100%;
}
h4.subpod {
    color: #fff;
    margin: 6px 0 7px;
    font-size: 20px;
    border-left: 3px solid #d09b2b !important;
    background: #26336b99;
    border-radius: 4px;
    padding: 16px;
    width: max-content;
    font-weight: 600;
}
.podcast-text h2, .podcast-card h3 {
    font-size: 22px;
    margin: 20px 0 0px 0;
    color: #ebf3ff;
    font-weight: 600;
    padding: 0 0 20px 0;
}
.podcast-card h3 {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    font-size: 21px;
}
.podcast-text p {
       color: #cbd5e1;
    margin-bottom: 10px;
    font-size: 16px;
    border-left: 3px solid #d09b2b;
    padding-left: 4px;
}
.podcast-text ul {
    background: #fff;
    color: #26336b;
    border-radius: 10px;
    padding: 10px 30px;
}
@media only screen and (min-width: 768px) {
    p.leader.bor {
        border-right: 1px solid #ddd;
        flex: 5 15 48%;
    }
}
p.leader {
    background: rgb(255 255 255);
    border-radius: 9px;
    padding: 10px 20px;
    margin: 0 8px;
}

.leader {
    width: 35%;
    float: left;
    display: block;
    vertical-align: top;
    flex: 1 1 45%;
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
}
.podcast-feature {
    flex: 1;
}
.podcast-card {
    border-radius: 15px;
    overflow: hidden;
    background: #1e293b;
    margin: 15px;
    transition: transform .3s;
}
/* === Team Experts Section === */
.podcast-card {
  display: flex;
  flex-direction: column; /* stack experts vertically */
  gap: 10px; /* space between expert profiles */
  padding: 20px;
}

/* Each Expert Card */
.podcast-card .img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  border-radius: 15px;
  padding: 0px 30px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.podcast-card .img:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

/* Profile Image */
.podcast-card .img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 14%;
  margin-right: 30px;
}

/* Text Section */
.podcast-card .imtext {
  flex: 1;
  color: #fff;
}

/* Name */
.podcast-card .imtext h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 9px 0 5px;
  color: #d09b2b;
}

/* Role / Title */
.podcast-card .imtext .imgt {
     margin: 0 0 5px;
    line-height: 1.4;
    font-size: 14px;
}

/* LinkedIn Icon */
.podcast-card .imtext .imgl {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.podcast-card .imtext .imgl:hover {
  transform: scale(1.15);
}


/* === Responsive === */
@media (max-width: 768px) {
  .podcast-card .img {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .podcast-card .img img {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
  }
  .podcast-card .imtext h5 {
    font-size: 18px;
  }
}
p.subh {
    color: #283876;
    font-size: 17px;
   margin-bottom: 25px;
    margin-top: -15px;
        line-height: 25px;
}
/* WhatsApp toggle styles */
.whatsapp-optin {display:flex; align-items:center; gap:10px; background: #fff; padding: 10px; border-radius: 10px;}
.label-text { cursor:pointer; user-select:none; color: #26336b !important; }


.testimonial h6{margin-bottom:30px;font-weight:500;font-size:15px}#testimonial4 .carousel-inner:hover{cursor:-moz-grab;cursor:-webkit-grab}
#testimonial4 .carousel-inner:active{cursor:-moz-grabbing;cursor:-webkit-grabbing}#testimonial4 .carousel-inner .item{overflow:hidden}
.testimonial4_indicators .carousel-indicators{left:0;margin:0;width:100%;font-size:0;height:20px;bottom:15px;padding:0 5px;cursor:e-resize;overflow-x:auto;overflow-y:hidden;position:absolute;text-align:center;white-space:nowrap}
.testimonial4_indicators .carousel-indicators li{padding:0;width:14px;height:14px;border:none;text-indent:0;margin:2px 3px;cursor:pointer;display:inline-block;background:#fff;-webkit-border-radius:100%;border-radius:100%}
.testimonial4_indicators .carousel-indicators .active{padding:0;width:14px;height:14px;border:none;margin:2px 3px;background-color:#9dd3af;-webkit-border-radius:100%;border-radius:100%}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{height:3px}.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{background:#eee;-webkit-border-radius:0;border-radius:0}
.testimonial4_control_button .carousel-control{top:175px;opacity:1;width:40px;bottom:auto;height:40px;font-size:10px;cursor:pointer;font-weight:700;overflow:hidden;line-height:38px;text-shadow:none;text-align:center;position:absolute;background:0 0;border:2px solid #fff;text-transform:uppercase;-webkit-border-radius:100%;border-radius:100%;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:.6s cubic-bezier(.3,1,0,1);transition:.6s cubic-bezier(.3,1,0,1)}.testimonial .carousel-control-next:after,.testimonial .carousel-control-prev:before{width:75px;height:75px;display:inline-block;background-image:url(https://www.mbgcorp.com/ae/vuvicab/images/sprite.png);transition:.5s ease-in-out;opacity:1!important;content:""}
.testimonial4_control_button .carousel-control.left{left:7%;top:50%;right:auto}.testimonial4_control_button .carousel-control.right{right:7%;top:50%;left:auto}
.testimonial4_control_button .carousel-control.left:hover,.testimonial4_control_button .carousel-control.right:hover{color:#000;background:#fff;border:2px solid #fff}
.testimonial4_header{width:550px;display:block;margin:30px auto}.testimonial4_header h4{color:#fff;font-size:30px;font-weight:600;position:relative;letter-spacing:1px;text-transform:uppercase}
.testimonial4_slide{right:0;width:100%;margin:auto}.testimonial4_slide img{margin-bottom:24px;font-size:18px;text-align:center;width:258px;background:#fff;padding:10px 20px}
.testimonial4_slide p{font-size:13px;line-height:1.4;margin:0 0 16px}.testimonial4_slide h4{color:#fff;font-size:22px}.testimonial .carousel{padding-bottom:10px}
.testimonial .carousel-control-next-icon,.testimonial .carousel-control-prev-icon{width:35px;height:35px;background:0 0}.testimonial h5 span{padding-top:17px;font-size:18px;color:#d09b2b;border-top:2px solid #d09b2b;margin-top:30px}
.testimonial4_header,.testimonial4_slide{top:0;left:0;bottom:0;position:relative;text-align:center}.testimonial h3,.testimonial h6,.testimonial4_slide p{font-style:italic;color:#fff}



/* ---------- Remove transitions / transforms from partnership carousel ---------- */
/* Prevent any transform/transition on carousel items, cards and images */
#recipeCarousel,
#recipeCarousel .carousel-inner,
#recipeCarousel .carousel-item,
#recipeCarousel .carousel-item > .col-md-3,
#recipeCarousel .card,
#recipeCarousel .card-img,
#recipeCarousel .card-img img,
#recipeCarousel .card .img-fluid {
  transition: none !important;
  -webkit-transition: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  will-change: auto !important; /* don't hint the browser to use GPU for animations */
}

/* Fix subpixel blur on images while scrolling */
#recipeCarousel .card-img img,
#recipeCarousel .card .img-fluid {
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
  -webkit-transform: translateZ(0) !important; /* sometimes helps rendering stability */
  transform: translateZ(0) !important;
}

/* Remove any hover transform applied to card elements inside this carousel */
#recipeCarousel .card:hover,
#recipeCarousel .card:active,
#recipeCarousel .card:focus {
  transform: none !important;
  -webkit-transform: none !important;
  box-shadow: none !important; /* optional: remove hover shadow if it causes repaints */
}

/* If your cloning script appended children that contain inline transforms, neutralize them */
#recipeCarousel [style*="transform"],
#recipeCarousel [style*="transition"] {
  transform: none !important;
  transition: none !important;
  -webkit-transform: none !important;
  -webkit-transition: none !important;
}

/* Keep controls normal size and non-blurry */
#recipeCarousel .carousel-control-prev,
#recipeCarousel .carousel-control-next {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Mobile: ensure logos stay constrained and crisp */
@media (max-width: 767px) {
  #recipeCarousel .carousel-item > .col-md-3,
  #recipeCarousel .card {
    width: auto;
    padding: 6px;
  }
  #recipeCarousel .card-img img,
  #recipeCarousel .card .img-fluid {
    width: 100%;
    height: auto;
    max-height: 90px; /* tune as needed */
    object-fit: contain;
  }
}

/* Carousel shell */
  .ts-carousel { position:relative; outline:none; }
  .ts-slides { width:100%; }

  /* Slide */
  .ts-slide { display:flex; width:100%; box-sizing:border-box; margin:0; padding:0; }
  .ts-row { display:flex; flex:1; width:100%; align-items:stretch; box-sizing:border-box; }

  /* Left text column */
  .ts-text { flex:0 0 66%; background:#22325f; color:#fff; padding:36px 44px; box-sizing:border-box; min-width:220px; display:flex; flex-direction:column; justify-content:center; }
  .ts-quote { fill: rgba(255,255,255,0.12); width:56px; height:auto; margin-bottom:8px; }
  .ts-text h3 { margin:6px 0 10px; font-size:20px; color:#fff; }
  .ts-text p { margin:0 0 12px; color:#d9e6ff; line-height:1.6; font-size:15px; font-style:italic; }
  .ts-text h6 { margin:0; color:#cfe0ff; font-weight:600; font-size:14px; }

  /* Right logo column */
  .ts-logo { flex:0 0 34%; background:#fff; display:flex; align-items:center; justify-content:center; padding:18px; box-sizing:border-box; min-width:160px; }
  .ts-logo img { max-width:150px; width:100%; height:auto; display:block; image-rendering: -webkit-optimize-contrast; -webkit-backface-visibility: hidden; backface-visibility: hidden; filter:none; transition: none !important; }

  /* Hide non-active slides */
  .ts-slide[aria-hidden="true"] { display:none; }

  /* Controls */
  .ts-control { position:absolute; top:50%; transform:translateY(-50%); z-index:30; width:44px; height:44px; border-radius:50%; border:0; background:#0b3466; color:#fff; cursor:pointer; display:flex; align-items:center; justify-content:center; box-shadow:0 6px 16px rgba(11,35,64,0.18); }
  .ts-prev { left:-22px; }
  .ts-next { right:-22px; }

  /* Dots */
  .ts-dot { display:none; }

  /* Responsive: stack columns under 860px */
  @media (max-width:860px) {
    .ts-slide { flex-direction:column; }
    .ts-text, .ts-logo { flex: 1 1 auto; width:100%; padding:18px; }
    .ts-logo img { max-width:160px; margin:0 auto; }
    .ts-prev { left:8px; }
    .ts-next { right:8px; }
  }

  @media (max-width:480px) {
    .common-title { font-size:22px; }
    .ts-quote { width:44px; }
    .ts-text h3 { font-size:18px; }
    .ts-text p { font-size:14px; }
  }
  section#testimonial4-standalone {
    margin: 40px 0px;
}