.sticky-header {
      position: sticky;
      top: 0;
      z-index: 1020;
      background-color: #ffffff;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      padding: 12px 0;
    }

    .brand-logo {
      font-weight: 600;
      font-size: 18px;
      color: #0d6efd;
      display: flex;
      align-items: center;
      gap: 8px;
    }


    @media (max-width: 576px) {
      .brand-logo {
        font-size: 16px;
      }
    }
  .lead-section {
    padding: 40px 20px;
    background-color: #F5F8FF;
    font-family: 'Inter', sans-serif;
  }

  .lead-heading {
    font-size: 64px;
    font-weight: 700;
    line-height: 150%;
    color: #000000
  }

  .lead-heading-highlight {
    color: #3993D0;
  }

  .lead-description {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    color: #2B2B2B;
    max-width: 520px;
    margin-top: 16px;
  }

  .hero-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
  }

  .btn-consultation {
    background-color: #215BA8;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
  }

  .btn-consultation:hover {
    background-color: #1958b8;
    color: #fff;
  }

  .btn-arrow-outside {
    width: 34px;
    height: 34px;
    background-color: #111;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }

  .learn-more-link {
    margin-left: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
  }

  .lead-form-card {
    background-color: #F3F6FF;
    border-radius: 20px;
    padding: 24px 31px;
    box-shadow:
      0 1px 3px rgba(0, 0, 0, 0.15),
      0 1px 2px rgba(0, 0, 0, 0.30);
  }

  .lead-form-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
  }

  .lead-input,
  .lead-select {
    height: 44px;
    color:#2B2B2B;
    font-weight:400;
    font-size: 18px;
    border-radius: 6px;
    background:transparent;
    border:1px solid #2B2B2B;
    font-family: 'Inter';

  }

  .lead-textarea {
    height: 90px;
    resize: none;
  }

  .btn-submit {
    height: 44px;
    background: #215BA8;
    border-radius: 6px;
    border: none;
    color: #fff;
   font-family: 'Sora';
    font-size:20px;
    font-weight: 600;
  }
  .btn-submit:hover,
.btn-submit:focus {
background: #215BA8 !important;
  color: #fff !important;
  outline: none;
  box-shadow: none;
}
  

  @media (max-width: 991px) {
    .lead-heading {
      font-size: 42px;
    }
  }

  @media (max-width: 576px) {
    .lead-heading {
      font-size: 26px;
    }
.btn-submit {
    font-size:14px;
  }
    .lead-description {
      font-size: 16px;
    }

    .hero-actions {
      flex-wrap: wrap;
    }
    .lead-input,
  .lead-select {
    
    font-size: 16px;
    
  }

  }
 

.lead-select-wrapper {
  position: relative;
}

.lead-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding-right: 42px;
  cursor: pointer;
  background-color: transparent;
}

.lead-select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%232B2B2B' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}

.lead-input::placeholder,
.lead-textarea::placeholder {
  color: #2B2B2B;   
  font-family: 'Inter';

}

@media (max-width: 768px) {

  .lead-select {
    font-size: 16px;        
    background-color: #fff;
  }

  .lead-select option {
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    color: #2B2B2B;
    background: #ffffff;
  }

}


.services {
  padding: 50px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.service-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  padding: 22px 20px 24px;
  text-align: center;
  transition: all 0.25s ease;
}



.service-card:hover {
  border-color: #215BA8;
  border-color: #215BA8;
  box-shadow: 0 6px 16px rgba(33,91,168,0.15);
}

.service-icon {
 
  height: 80px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
}

.service-icon img {
  width: 81px;
  height: 81px;
}

.service-title {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #000000;
  margin-bottom: 6px;
}

.service-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  color: #2B2B2B;
}

@media (max-width: 1200px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .services-grid { grid-template-columns: 1fr; }
}
.ads-section {
  padding: 40px 0;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

.ads-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 170%;
  color: #2B2B2B;
  margin-bottom: 12px;
  max-width: 520px;

  word-break: normal;
  overflow-wrap: normal;
}

.ads-title span {
  color: #2F8EE5;
  white-space: nowrap; 
}

.ads-desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #2B2B2B;
  max-width: 520px;
  margin-bottom: 32px;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
  margin-bottom: 24px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.feature-icon {
  width: 54px;
  height: 54px;
  flex-shrink: 0;
}

.feature-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #2B2B2B;
}

.ads-note {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #2B2B2B;
  max-width: 620px;
   font-family: 'Inter', sans-serif;
}

.ads-image img {
  width: 100%;
  max-width: 560px;
  display: block;
  margin-left: auto;
}

@media (max-width: 1250px) {
  .ads-title {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ads-section {
    padding: 60px 32px;
  }

  .ads-title {
    font-size: 28px;
    line-height: 160%;
  }

  .ads-title span {
    white-space: nowrap;
  }

  .feature-text {
    font-size: 13px;
  }

  .ads-image img {
    margin: 32px auto 0;
  }
}

@media (max-width: 767px) {
  .ads-section {
    padding: 50px 20px;
  }

  .ads-title {
    font-size: 24px;
    line-height: 150%;
  }

  .ads-title span {
    white-space: normal;
  }

  .ads-desc {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .feature-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-icon {
    width: 46px;
    height: 46px;
  }

  .feature-text {
    font-size: 16px;
  }

  .ads-note {
    font-size: 16px;
  }

  .ads-image img {
    margin-top: 32px;
  }
}

@media (max-width: 480px) {
  .ads-section {
    padding: 40px 16px;
  }

  .ads-title {
    font-size: 22px;
    line-height: 145%;
  }
}
    .cta-section {
      padding: 38px 0;
      background: linear-gradient(180deg, #7EC6F3 0%, #3A9ED9 100%);
      font-family: 'Inter', sans-serif;
      margin-top:30px;
    }

    .cta-wrapper {
      max-width: 656px;
      margin: 0 auto;
      text-align: center;
    }

    .cta-title {
      font-size: 24px;
      font-weight: 700;
      line-height: 170%;
      color: #FFFFFF;
      margin-bottom: 18px;
    }

    .cta-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;

      padding: 5px 12px;
      background: #FFFFFF;
      color: #3993D0;

      font-size: 18px;
      font-weight: 600;
      line-height: 150%;

      border-radius: 6px;
      text-decoration: none;
      transition: all 0.25s ease;
    }

    .cta-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      color: #3993D0;
    }

    @media (max-width: 768px) {
      .cta-title {
        font-size: 20px;
      }

      .cta-btn {
        font-size: 16px;
        padding: 10px 16px;
      }
    }

    @media (max-width: 576px) {
      .cta-wrapper {
        padding: 0 15px;
      }
    }


.faq-section{
  padding:60px 0;
  background:#ffffff;
}

.faq-title{
  font-family:Inter,sans-serif;
  font-size:32px;
  font-weight:600;
  text-align:center;
  margin-bottom:48px;
}
.faq-title::after{
  content:"";
  width:125px;
  height:3px;
  background:#3993D0;
  display:block;
  margin:10px auto 0;
}

.faq-row{
  align-items:flex-start;
}

.faq-left{

  display:flex;
  align-items:center;      
  justify-content:center;  
}
.faq-left img{
  max-width:100%;

}


.faq-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.faq-item{
  border-radius:14px;
  overflow:hidden;
}

.faq-head{
  height:45px;
  padding:10px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
}

.faq-head span{
  font-family:Sora,sans-serif;
  font-size:18px;
  font-weight:400;
  line-height: 150%;
  display:flex;
  align-items:center;
}


.faq-dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#1E1E1E;
  display:inline-block;
  margin-right:10px;
  flex-shrink:0;
  
}

.faq-item.active .faq-dot{
  background:#ffffff;
}

.faq-head svg{
  width:18px;
  height:18px;
  transition:0.3s ease;
}

.faq-item:not(.active) .faq-head{
  background:#F3F7FD;
}
.faq-item:not(.active) span{
  color:#1E1E1E;
}
.faq-item:not(.active) svg{
  stroke:#1E1E1E;
}

.faq-item.active .faq-head{
  background:linear-gradient(180deg,#7DC7FA 0%,#3993D0 100%);
}
.faq-item.active span{
  color:#ffffff;
}
.faq-item.active svg{
  stroke:#ffffff;
  transform:rotate(180deg);
}

.faq-body{
  background:#F3F7FD;
  padding:20px 24px 24px;
  display:none;
}

.faq-body p,
.faq-body li{
  font-family:Inter,sans-serif;
  font-size:16px;
  line-height:150%;
  color:#393939;
}
.faq-body strong{
  font-weight:700;
}
.faq-body ul{
  padding-left:18px;
  margin-top:10px;
}

.faq-item.active .faq-body{
  display:block;
}

@media(max-width:991px){
  .faq-left,
  .faq-right{
    min-height:auto;
  }
  
}
@media (max-width: 768px){
  .faq-title{
    font-size:26px;
  }
}
.message-section {
  background: #F3F6FF;
  padding: 45px 0;
  font-family: 'Inter', sans-serif;
}

.message-title {
  font-size: 24px;
  font-weight: 700;
  color: #2B2B2B;
  margin-bottom: 20px;
}

.message-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.message-field {
  height: 44px;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #2B2B2B;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 15px;
  color: #2B2B2B;
}

.message-field.textarea {
  height: 96px;
  resize: none;
}

.message-field::placeholder {
  color: #2B2B2B !important;
  opacity: 1 !important;
}

.message-field::placeholder,
.message-field::placeholder {
  color: #2B2B2B;   
  font-family: 'Inter';
  font-size:18px;
}
.message-field:focus {
  border-color: #86b7fe;   
  background-color: rgba(255, 255, 255, 0.05);
  outline: 0;

}

.message-btn {
  margin-top: 10px;
  width: 100%;
  height: 42px;
  border-radius: 5px;
  border: none;
  background: #215BA8;
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.message-image {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.message-note {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #2B2B2B;
}

@media (max-width: 767px) {
  .message-title {
    text-align: center;
  }

  .message-image {
    height: auto;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .message-section {
    padding: 35px 0;
    
  }
}
.testimonials{
  padding:40px 0;
  text-align:center;
  overflow:hidden;
  font-family:'Inter',sans-serif;
  color:#2B2B2B;
}


.testimonials *,
.testimonials *::before,
.testimonials *::after{
  box-sizing:border-box;
}


.testimonials h2{
  font-size:24px;
  font-weight:600;
}
.testimonials h2::after{
  content:'';
  width:136px;
  height:3px;
  background:#3993D0;
  display:block;
  margin:8px auto 48px;
}

.slider-viewport{
  width:100%;
}
.slider-track{
  display:flex;
  transition:transform .4s ease;
}

.testimonial-card{
  flex:0 0 33.3333%;
  padding:0 8px;
}


.card-inner{
  background:#fff;
  border:1px solid rgba(118,118,128,.12);
  border-radius:16px;
  padding:24px 28px;
  box-shadow:
    0 4px 4px -4px rgba(12,12,13,.05),
    0 16px 16px -8px rgba(12,12,13,.10);
  height:100%;
  text-align:left;
}

.card-top{
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:8px;
}

.avatar{
  width:93px;
  height:93px;
  border-radius:50%;
  border:2px solid #3993D0;
  object-fit:cover;
  flex-shrink:0;
}

.name{
  font-size:18px;
  font-weight:600;
  line-height:150%;
}
.role{
  font-size:16px;
  font-weight:500;
  line-height:170%;
}

.stars{
  color:#FFC107;
  font-size:16px;
  margin:10px 0;
}

.text{
  font-size:16px;
  font-weight:500;
  line-height:170%;
}

.controls{
  margin-top:40px;
  display:flex;
  justify-content:center;
  gap:16px;
}
.ctrl-btn{
  width:36px;
  height:36px;
  border-radius:50%;
  font-size:18px;
  cursor:pointer;
}
.ctrl-btn.prev{
  background:#3993D0;
  border:none;
  color:#fff;
}
.ctrl-btn.next{
  background:#fff;
  border:1px solid #3993D0;
  color:#3993D0;
}


@media(max-width:991px){
  .testimonial-card{flex:0 0 50%;}
}

@media(max-width:768px){
  .testimonial-card{flex:0 0 100%;}
}.promo-wrap{
  padding:40px 0;
  background:#F3F6FF;
  font-family:'Inter', sans-serif;
  color:#2B2B2B;
}

.promo-inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
  display:flex;
  gap:80px;
  align-items:stretch;
}

.promo-media{
  flex:0 0 480px;
  display:flex;
}

.promo-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:8px;
}

.promo-content{
  flex:1;
  max-width:560px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.promo-title{
  font-size:36px;
  font-weight:600;
  line-height:1.65;
  margin-bottom:14px;
}

.promo-title span{
  color:#3993D0;
}

.promo-text{
  font-size:18px;
  font-weight:600;
  line-height:1.55;
  margin-bottom:32px;
}

.promo-tags{
  display:grid;
  grid-template-columns:repeat(12, 1fr);
  gap:18px 20px;
}

.promo-tag{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  border-radius:10px;
  background:#ffffff;
  font-size:16px;
  font-weight:600;
  line-height:1.3;
  white-space:nowrap;
}

.promo-tag img{
  width:18px;
  height:18px;
  flex-shrink:0;
}

.promo-tag:nth-child(-n+6){
  grid-column:span 4;
}

.promo-tag:nth-child(n+7){
  grid-column:span 3;
}

@media (max-width:1024px){
  .promo-inner{
    gap:40px;
  }

  .promo-media{
    flex:0 0 380px;
  }

  .promo-title{
    font-size:30px;
  }

  .promo-text{
    font-size:16px;
  }

  .promo-tags{
    grid-template-columns:repeat(2, 1fr);
  }

  .promo-tag{
    grid-column:span 1;
    white-space:normal;
  }
}

@media (max-width:768px){
  .promo-inner{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  .promo-media{
    width:100%;
    max-width:360px;
  }

  .promo-media img{
    height:auto;
  }

  .promo-content{
    max-width:100%;
  }

  .promo-title{
    font-size:26px;
  }

  .promo-text{
    font-size:15px;
  }

  .promo-tags{
    grid-template-columns:1fr;
    gap:14px;
  }

  .promo-tag{
    justify-content:center;
  }
}
.fail-ads-section{
  padding:40px 0;
  font-family:'Inter', sans-serif;
}

.fail-ads-heading{
  text-align:center;
  margin-bottom:90px;
}
.fail-ads-heading h2{
  font-size:32px;
  font-weight:600;
  color:#000000;
  line-height:1.25;
}
.fail-ads-heading h2 span{
  color:#3993D0;
  position:relative;
  display:inline-block; 
  white-space:nowrap;  
}
.fail-ads-heading h2 span::after{
  content:'';
  width:136px;
  height:3px;
  background:#3993D0;
  display:block;
  margin:8px auto 48px;
}

.fail-ads-box{
  background:#6CB7EB;
  border-radius:28px;
  padding:60px;
}

.fail-ads-flex{
  display:flex;
  align-items:center;
  gap:60px;
}

.fail-ads-left{
  width:50%;
  display:flex;
  justify-content:center;
}
.fail-ads-left img{
  width:100%;
  
  margin-top:-120px;
}

.fail-ads-right{
  width:50%;
}

.compare-grid{
  display:grid;
  grid-template-columns:1fr 70px 1fr;
  align-items:center;
}

.compare-title{
  font-size:24px;
  font-weight:700;
  color:#fff;
  margin-bottom:26px;
  font-family:'Inter', sans-serif;

}

.compare-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
}

.compare-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:10px;
  font-size:16px;
  font-weight:600;
  color:#FFFFFF;
  line-height:150%;
   font-family:'Inter', sans-serif;
}

.compare-icon{
  width:44px;
  height:44px;
  background:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.compare-icon img{
  width:60px;
  height:60px;
  object-fit:contain;
}

.vs-text{
  text-align:center;
  font-size:45px;
  font-weight:700;
  color:#fff;
}
@media (max-width: 1199px){
  .fail-ads-heading{
    margin-bottom:70px;
  }
}

@media(max-width:991px){
  .fail-ads-flex{
    flex-direction:column;
    gap:40px;
  }
  .fail-ads-left,
  .fail-ads-right{
    width:100%;
  }
  .fail-ads-left img{
    margin-top:0;
    
  }
  .compare-grid{
    grid-template-columns:1fr;
    gap:36px;
  }
  .vs-text{
    /* display:none; */
    font-size:30px
  }
  .compare-title{
    text-align:center;
    font-size:18px;
  }
  .fail-ads-heading{
    margin-bottom:55px;
  }
}

@media(max-width:576px){
  .fail-ads-heading h2{
    font-size:22px;
  }
  .compare-item{
  
  gap:30px;
  
  
}
  .fail-ads-heading{
    margin-bottom:40px;
  }
  .compare-list{
    grid-template-columns:1fr;
  }
}
@media(max-width:576px){
 
.fail-ads-heading h2 span::after{
    margin:8px auto 8px;
}
  
  
}
.hero-section{
 
  background:#f8faff;
  min-height:100vh;
  display:flex;
  align-items:center;
  font-family:'Inter', sans-serif;
}

.hero-image-container{
  text-align:center;
}

.hero-image{
  max-width:100%;
  height:auto;
  display:block;
  margin:auto;
}

.content-side{
  padding:20px;
}

.hero-title{
 
   font-size: 32px;
  font-weight: 600;
  line-height: 170%;
  color: #2B2B2B;
  margin-bottom: 12px;
  max-width: 520px;

  word-break: normal;
  overflow-wrap: normal;
}

.hero-title span{
  color:#3993D0;
}
@media (max-width: 1250px) {
  .hero-title{
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  
 .hero-title{
    font-size: 28px;
    line-height: 160%;
  }

 

  

  
}@media (max-width: 767px) {

  .hero-title{
    font-size: 24px;      
    line-height: 150%;
  }

}

.hero-description{
  color:#2B2B2B;
  font-size:1.1rem;
  font-weight:600;
  line-height:1.6;
  margin-bottom:30px;
}

.badge-container{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.custom-badge{
  background:#ffffff;
  padding:10px 18px;
  border-radius:12px;
  display:flex;
  align-items:center;
  gap:10px;
  box-shadow:0 2px 10px rgba(0,0,0,0.04);
  font-weight:600;
  color:#334155;
  font-size:1rem;
  border:1px solid #e2e8f0;
  transition:0.3s ease;
}

.custom-badge:hover{
  transform:translateY(-2px);
  box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.badge-icon{
  width:22px;
  height:22px;
  object-fit:contain;
}

@media(max-width:991.98px){
 
  .content-side{
    text-align:center;
    padding-top:40px;
  }
  .badge-container{
    justify-content:center;
  }
}.disclaimer-section{
  background:#ffffff;
  padding:30px 0 48px;
  text-align:center;
  font-family:'Inter', sans-serif;
}

.disclaimer-section .disclaimer-title{
  font-size:34px;
  font-weight:600;
  line-height:150%;
  color:#2B2B2B;
  margin-bottom:16px;
}

.disclaimer-section .disclaimer-text{
  max-width:900px;
  margin:0 auto 36px;
  font-size:16px;
  font-weight:400;
  line-height:150%;
  color:#2B2B2B;
  
}

.disclaimer-section .disclaimer-links{
  font-size:18px;
  font-weight:bold;
  
  line-height:150%;
  color:#000000;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin-bottom:8px;
}

.disclaimer-section .disclaimer-links a{
  color:#2B2B2B;
  text-decoration:none;
}

.disclaimer-section .disclaimer-links a:hover{
  text-decoration:underline;
}

.disclaimer-section .disclaimer-copy{
  font-size:14px;
  font-weight:400;
  line-height:150%;
  color:#2B2B2B;
  opacity:0.65;
}

@media(max-width:768px){
  .disclaimer-section{
    padding:10px 0 40px;
  }

  .disclaimer-section .disclaimer-title,
  .disclaimer-section .disclaimer-text{
    font-size:18px;
  }
}
.disclaimer-copyright{
  font-size:14px;
  font-weight:400;
  line-height:150%;
  color:#2B2B2B;
  opacity:0.65;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:6px;
}

.disclaimer-copyright a{
  color:#2B2B2B;
  text-decoration:none;
}

.disclaimer-copyright a:hover{
  text-decoration:underline;
}
