.sec-text-info:has(+ .bg-black),
.sec-text-info:has(+ .bg-gray){
  margin-bottom: 0;
}
.bg-gray + .sec-text-info.bg-black,
.bg-black + .sec-text-info.bg-black,
.sec-text-info.bg-black:first-child{
  margin-top: 0;
}
.sec-text-info.bg-white{
  padding: 0;
}
.sec-text-info.bg-white:has(+ .sec-collapse.bg-white){
  margin-bottom: 10.4rem;
}
.sec-text-info.bg-gray{
  padding: 12rem 0;
  margin-top: 6.4rem;
}
.sec-text-info.bg-gray:has(.text-info-image),
.sec-text-info.bg-gray:has(+ .bg-gray){
  padding-bottom: 0;
}
.sec-text-info{
  background-size: cover;
  background-position: center bottom;
}
.text-info-content{
  position: relative;
  z-index: 1;
}
.sec-text-info.bg-black .subtitle,
.sec-text-info.bg-black .h2,
.sec-text-info.bg-black .text-info-content h1,
.sec-text-info.bg-black .text-info-content h2,
.sec-text-info.bg-black .text-info-content h3,
.sec-text-info.bg-black .text-info-content h4,
.sec-text-info.bg-black .text-info-content h5,
.sec-text-info.bg-black .text-info-content h6{
  color: var(--white);
}
.sec-text-info.bg-black p{
  clear: var(--gray);
}
.sec-text-info.bg-black .subtitle{
  border-color: rgba(255,255,255,0.15);
}
.text-info-image img{
  width: 100%;
  height: auto;
}
.text-info-head-images{
  margin-top: 3.2rem;
  display: flex;
  flex-wrap: wrap;
}
.text-info-head-image{
  margin-right: 3.2rem;
  max-width: 14.4rem;
  max-height: 14.4rem;
}
.text-info-head-image:last-child{
  margin-right: 0;
}
.text-info-head-image img{
  max-width: 100%;
  max-height: 100%;
}
@media(min-width:1560px) and (max-width:1579.98px){
  .text-info-content br{
    display: none;
  }
}
@media(min-width:1460px) and (max-width:1559.98px){
  .sec-text-info.bg-gray {
    padding: 10rem 0;
    margin-top: 5.6rem;
  }
  .sec-text-info.bg-white:has(+ .sec-collapse.bg-white) {
    margin-bottom: 9rem;
  }
  .text-info-content br{
    display: none;
  }
  .text-info-head-image {
    max-width: 12.4rem;
    max-height: 12.4rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px){
  .sec-text-info.bg-gray {
    padding: 9rem 0;
    margin-top: 4.8rem;
  }
  .sec-text-info.bg-white:has(+ .sec-collapse.bg-white) {
    margin-bottom: 8.4rem;
  }
  .text-info-content br{
    display: none;
  }
  .text-info-head-image {
    max-width: 12rem;
    max-height: 12rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .sec-text-info.bg-gray {
    padding: 8rem 0;
    margin-top: 4.8rem;
  }
  .sec-text-info.bg-white:has(+ .sec-collapse.bg-white) {
    margin-bottom: 7.2rem;
  }
  .text-info-content br{
    display: none;
  }
  .text-info-head-image {
    max-width: 11.2rem;
    max-height: 11.2rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-text-info.bg-gray {
    padding: 8rem 0;
    margin-top: 4.8rem;
  }
  .sec-text-info.bg-white:has(+ .sec-collapse.bg-white) {
    margin-bottom: 6.4rem;
  }
  .text-info-content br{
    display: none;
  }
  .text-info-head-image {
    margin-right: 2.4rem;
    max-width: 10.4rem;
    max-height: 10.4rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-text-info.bg-gray {
    padding: 6.4rem 0;
    margin-top: 4.8rem;
  }
  .sec-text-info.bg-white:has(+ .sec-collapse.bg-white) {
    margin-bottom: 6.4rem;
  }
  .text-info-content {
    margin-top: 2.4rem;
  }
  .text-info-head br,
  .text-info-content br{
    display: none;
  }
  .text-info-head-image {
    max-width: 10.4rem;
    max-height: 10.4rem;
  }
}
@media(max-width:767.98px){
  .sec-text-info.bg-gray {
    padding: 5.6rem 0;
    margin-top: 4.8rem;
  }
  .sec-text-info.bg-white:has(+ .sec-collapse.bg-white) {
    margin-bottom: 4.8rem;
  }
  .text-info-content {
    margin-top: 2.4rem;
  }
  .text-info-content br{
    display: none;
  }
  .text-info-head-images {
    margin-top: 2.4rem;
  }
  .text-info-head-image {
    margin-right: 2.4rem;
    max-width: 9rem;
    max-height: 9rem;
  }
}