.sec-main-top:has(+ .sec-full-img){
  margin-bottom: 0;
  padding-bottom: 8rem;
}
.sec-main-top:has(+ .sec-full-img)::after{
  content: none;
}
.sec-full-img::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: var(--green);
}
.full-img{
  position: relative;
  z-index: 1;
}
.full-img img{
  width: 100%;
  height: 56rem;
  object-fit: cover;
  border-radius: 2.4rem;
}
@media(min-width:1560px) and (max-width:1579.98px){
  .sec-main-top:has(+ .sec-full-img) {
    padding-bottom: 7.2rem;
  }
  .full-img img {
    height: 54.2rem;
  }
}
@media(min-width:1460px) and (max-width:1559.98px){
  .sec-main-top:has(+ .sec-full-img) {
    padding-bottom: 7rem;
  }
  .full-img img {
    height: 50.5rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px){
  .sec-main-top:has(+ .sec-full-img) {
    padding-bottom: 6.4rem;
  }
  .full-img img {
    height: 46.8rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .sec-main-top:has(+ .sec-full-img) {
    padding-bottom: 6rem;
  }
  .full-img img {
    height: 42rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-main-top:has(+ .sec-full-img) {
    padding-bottom: 6rem;
  }
  .full-img img {
    height: 34.5rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-main-top:has(+ .sec-full-img) {
    padding-bottom: 4.8rem;
  }
  .full-img img {
    height: 36rem;
  }
}
@media(max-width:767.98px){
  .sec-main-top:has(+ .sec-full-img) {
    padding-bottom: 3.2rem;
  }
  .full-img img {
    height: 32rem;
    border-radius: 1.4rem;
  }
}
@media(max-width:575.98px){
  .full-img img {
    height: 50vw;
  }
}