.features-item-wrap-two .row [class*=col-]:nth-child(2n) .features-item-three{
margin-top: 0px !important;
}
.features-content-three .title{
font-size: 18px !important;
  text-wrap: nowrap;
}
.about-content-eight .about-content-inner .list-wrap{
width: 100% !important;
}
.footer-bottom .row > .col-md-6:last-child .copyright-text {
  text-align: right;
}
.testimonial-bg-two{
background: #f8f8fa;
}

.cta-inner-wrap-two .row.align-items-center .col-lg-9{
width: 80% !important;
}
.cta-inner-wrap-two .row.align-items-center .col-lg-3{
width: 20% !important;
}
.cta-inner-wrap, .cta-inner-wrap-two{
background-image: none !important;
  background: #f1592adb !important;
}
.f-logo img, .fw-logo img, .logo img{
max-height: 50px !important;
}
.footer-style .footer-widget .fw-title{
color: #0000008c !important;
}
.footer-style .footer-widget .fw-title:before{
background: #004aad !important;
}
.footer-style .footer-top-two .footer-newsletter p{
color: #96a1b8 !important;
}
.section-title-two.white-title .title{
color: #11004e !important;
}
.accordion-wrap-three .accordion-button{
font-size: 16px !important;
}
.pt-50 .pt-30 .mb-30{
text-align: center !important;
}
.ck-content h2{
font-size: 28px !important;
}
.ck-content h3{
font-size: 25px !important;
}
.ck-content h4{
font-size: 20px !important;
}
.ck-content h5{
font-size: 16px !important;
}
.breadcrumb-content .breadcrumb-item{
color: white !important;
}
/* For tablets (portrait) and below */
@media only screen and (max-width: 1024px) {
  .breadcrumb-content .title {
    font-size: 30px !important;
  }
  
  /* If .pt-80 is immediately before both */
.pt-80 + .blog-details-area + .ck-content {
  /* This confirms the sequence exists */
}

.pt-80 + .blog-details-area {
  /* Then target the .pt-80 before them */
  & ~ .pt-80 { /* Sass syntax, compile to: */
    padding-top: 10px !important;
  }
}

/* Or using adjacent sibling combinator */
.pt-80:first-child + .blog-details-area + .ck-content ~ .pt-80 {
  padding-top: 0px !important;
}
  .blog-details-area{
  padding-top: 20px !important;
  }
  .breadcrumb-bg{
  padding: 50px 0 50px !important;
  }
}