.sec-top-main{
  background: var(--top-main-bg);
  background-size: cover;
  background-position: center;
}
.sec-top-main::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dark-black);
  opacity: 0.8;
}
.top-main-text{
  position: relative;
  z-index: 1;
  max-width: 108.8rem;
}
.top-main-text .h1{
  width: calc(100% + 7.5rem);
}
.top-main-text p{
  margin-bottom: 1.6rem;
}
@media(min-width:1200px) and (max-width:1359.98px){
  .top-main-text p {
    font-size: 1.58rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .top-main-text br{
    display: none;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .top-main-text br{
    display: none;
  }
  .top-main-text .h1 {
    width: 100%;
  }
}
@media(max-width:767.98px){
  .top-main-text br{
    display: none;
  }
  .top-main-text .h1 {
    width: 100%;
  }
}