.sq-about .sqav-wood-bg {
    position: absolute;
    top: -40px;
    left: 21%;
    z-index: 0;
    opacity: 0.8;
  }
  
  .sq-about .img-wrapper,
  .sq-about .btn {
    position: relative;
    z-index: 1;
  }
  .sq-about .img-wrapper{
    z-index: 2;
  }
 
.sq-about.reverse .img-wrapper img {
  transform: scaleX(-1);
  border-bottom-left-radius: 600px;
  border-top-left-radius: 600px;
  border: 4px solid #fff;
  border-right: 0px;
  box-shadow: 0px 4px 10px 0px #00000040;
  object-fit: cover;
}
  
  .sq-about .sqav-content {
    margin-top: 40px;
    position: relative;
    z-index: 2;
  }
  
  .section-title h2:before,
  .section-title h4:before {
    content: "";
    display: block;
    width: 84px;
    height: 6px;
    background-color: #ad4c25;
    margin-bottom: 12px;
    border-radius: 24px;
  }
  
  @media (min-width:992px) {
    .sq-about .sqav-content {
      margin-top: 0px;
    }
  }

  .sq-about{
    padding: 40px 0;
  }
  
  .sq-about-wrapper:after {
    content: '';
    position: absolute;
    left: 50px;
    bottom: -171px;
    width: 700px;
    height: 751px;
    background: url('../images/wood-grain-bg.svg') no-repeat;
    background-size: cover;
    z-index: 1;
  }


.sq-about .img-wrapper img {
    transform: scaleX(1);
    border-bottom-left-radius: 600px;
    border-top-left-radius: 600px;
    border-bottom-right-radius: 0; 
    border-top-right-radius: 0;
    border: 4px solid #fff;
    border-right: 0px;
    box-shadow: 0px 4px 10px 0px #00000040;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

 @media screen and (min-width: 992px) {
  .sq-about{
    padding: 0;
  }

  .sq-about .img-wrapper{
    position: absolute;
    inset: 0;
    top: 80px;
    left: 50%;
    height: calc(100% - 160px);
    width: 100%;
  }

  .sq-about.reverse .img-wrapper{
    position: absolute;
    inset: 0;
    top: 80px;
    left: 0;
    right: 50%;
    height: calc(100% - 160px);
    width: calc(50% - 16px);
  }

  .sq-about .sqav-content {
    padding: 80px 0;
  }
}


.sq-about-wrapper.wood-align-right::after {
  left: auto;
  right: -420px;
  bottom: -160px;
}

@media screen and (min-width: 426px) {
  .sq-about-wrapper.wood-align-right::after {
  right: -200px;
  bottom: -160px;
  width: 700px;
  height: 860px;
  }
}