

.seo-home-content{
  background: transparent; 
}

.seo-home__container{
  max-width: 1320px;       
}

.seo-home__h1{
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.4px;
}

.seo-home__lead{
  font-size: 16px;
  line-height: 1.8;
  opacity: .95;
  max-width: 980px;
}

.seo-home__cta{
  padding: 16px;
  border: 1px solid rgba(17,17,23,.08);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(17,17,23,.06);
  background: #fff;
}

.seo-home__card{
  background: #fff;
  border: 1px solid rgba(17,17,23,.08);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(17,17,23,.06);
}

.seo-home__h2{
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.seo-home__p{
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  opacity: .95;
}

.seo-home__bar{
  background: #fff;
  border: 1px solid rgba(17,17,23,.08);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(17,17,23,.06);
}

.seo-home__list{
  margin: 14px 0 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.seo-home__list li{
  position: relative;
  padding-left: 30px;
  line-height: 1.65;
}

.seo-home__list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #ec2526;
}


.about-split{
  position: relative;
  overflow: hidden;
}

.about-split__content{
  height: 100%;
  display: flex;
  align-items: center;
  padding: clamp(24px, 4vw, 70px);
  background: #fff;
}

.about-split__inner{
  width: 100%;
  max-width: 620px;  
  margin-left: auto;  
  margin-right: auto;
}

/*.about-split__media{
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}

.about-split__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}*/
.about-split__media{
  width: 100%;
  height: 100%;
}

.about-split__media img{
  width: 100%;
  height: auto;         
  display: block;
  object-fit: contain;  
}

/* list style */
.about-split__list{
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.about-split__list li{
  position: relative;
  padding-left: 28px;
  line-height: 1.65;
}

.about-split__list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #ec2526;
}

.about-split__list small{
  opacity: .8;
  font-size: 13px;
}


@media (max-width: 991.98px){
  .about-split__media{ height: auto !important; }
  .about-split__media img{
    height: auto !important;
    object-fit: contain !important;
  }
}


@media (min-width: 992px){
  .about-split__media{
    height: auto;           
  }
  .about-split__media img{
    width: 100%;
    height: auto;            
    object-fit: contain;     
  }
}

@media (max-width: 991.98px){
  .about-split__content{
    padding: 28px 18px;
  }
 /* .about-split__media{
    min-height: 280px;
  }*/
}

.about-three__panel{
  background: #fff;
  border: 1px solid rgba(17,17,23,.08);
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 16px 40px rgba(17,17,23,.08);
}

.about-three__media{
  border-radius: 22px;
  overflow: hidden;
  height: 460px;              
    box-shadow: 0 18px 50px rgba(17,17,23,.12);
  background: #fff;
}

.about-three__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-mini-spacer{
  height: 56px;                
  position: relative;
}

.section-mini-spacer::before{
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(720px, 90%);
  height: 1px;
  transform: translate(-50%, -50%);
  background: rgba(17,17,23,.10);  
}


@media (max-width: 991.98px){
  .about-three__media{ height: 320px; }
}
