.ae-anno-announcement-wrapper{
display: none !important;
}
.breadcrumb__content .title{
color: white !important;
}
.shortcode-testimonials{
padding-bottom: 100px !important;
}
.footer-top{
padding-bottom: 0px !important;
}
.breadcrumb__content .breadcrumb-item a{
color: white !important;
}
main .container .ck-content .contact_area .contact_form-wrap .form-grp > .form-check > input {
    width: 15px;
    height: auto;
}
main .container .ck-content .contact_area .contact_form-wrap .form-grp > .form-check {
    padding-left: 0px
}
.card-services-type-01 .card-info h5{
font-size: 20px !important;
}
.team__area-three.marketing__area-home8.services__bg-seven.shortcode-services.shortcode-services-style-7.col-xl-4{ width: 20%;}
h1{
/* display: none; */
}

.contact-form .form-check .form-check-input{
appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-check-bg-image);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #dee2e6;
  flex-shrink: 0;
  float: left;
  height: 1em;
  margin-left: -1.5em;
  margin-top: .25em;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  vertical-align: top;
  width: 1em;
}

@media (max-width: 767px) {
  .career-details .content .heading .title {
    font-size: 28px !important;
  }
  .career-details .content {
    padding: 20px !important;
  }
  /* Apply font size 20px to all h2 except the first one */
  .career-details .ck-content h2{
    font-size: 20px !important;
  }
  .fw-title{
  padding-right: 65px !important;
  }
  .footer-info-list{
  padding-bottom: 20px !important;
  }
  .team__area-three .col-xl-4 {
  width: 50% !important; /* or whatever fits your layout */
}

}
@media (min-width: 768px){
.team__area-three .col-xl-4 {
  width: 33.3% !important; /* or whatever fits your layout */
  }}
@media (min-width: 1200px){
.team__area-three .col-xl-4 {
  width: 20% !important; /* or whatever fits your layout */
  }}