.sec-small-banner{
  position: relative;
  overflow: hidden;
  background: var(--small-banner-bg);
  background-size: cover;
  background-position: right center;
}
.small-banner-text{
  min-height: 48.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 0;
  max-width: 88rem;
}
.small-banner-text h1,
.small-banner-text h2,
.small-banner-text h3,
.small-banner-text h4,
.small-banner-text h5,
.small-banner-text h6{
  font-size: 4rem;
  line-height: 5rem;
  color: #fff;
  margin: 0 0 2.8rem;
}
.small-banner-text p{
  color: #fff;
  font-size: 2.6rem;
  line-height: 3rem;
}
@media(min-width:1360px) and (max-width:1459.98px){
  .small-banner-text {
    min-height: 34.6rem;
    max-width: 75rem;
  }
  .small-banner-text p {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .small-banner-text {
    min-height: 32.6rem;
    max-width: 63rem;
  }
  .small-banner-text h2, 
  .small-banner-text h3, 
  .small-banner-text h4, 
  .small-banner-text h5, 
  .small-banner-text h6 {
    font-size: 3.7rem;
    line-height: 4.2rem;
    margin: 0 0 2rem;
  }
  .small-banner-text p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .small-banner-text {
    min-height: 33.6rem;
    max-width: 54rem;
  }
  .small-banner-text h2, 
  .small-banner-text h3, 
  .small-banner-text h4, 
  .small-banner-text h5, 
  .small-banner-text h6 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin: 0 0 2rem;
  }
  .small-banner-text p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .small-banner-text {
    min-height: 25.6rem;
    max-width: 51rem;
  }
  .small-banner-text h2, 
  .small-banner-text h3, 
  .small-banner-text h4, 
  .small-banner-text h5, 
  .small-banner-text h6 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin: 0 0 2rem;
  }
  .small-banner-text p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media(max-width:767.98px){
  .sec-small-banner:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--text-color);
    opacity: 0.6;
  }
  .small-banner-text {
    min-height: 35.6rem;
    position: relative;
    z-index: 1;
  }
  .small-banner-text h1, 
  .small-banner-text h2, 
  .small-banner-text h3, 
  .small-banner-text h4, 
  .small-banner-text h5, 
  .small-banner-text h6 {
    font-size: 2.6rem;
    line-height: 3.1rem;
    margin: 0 0 1.6rem;
  }
  .small-banner-text p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}