
.before-after .container{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.before-after .box__inner{
  width: 600px;
}
.before-after .title span{
  color: #EF233C;
}
.before-after .title{
  padding-bottom: 50px;
  text-align: center;
}
.before-after p{
  color: #2B2D42;
  font-size: 20px;
  line-height: 25px;
}
.before-after a{
  color: #EF233C;
}
.before-after a:hover{
  color: #8D99AE;
}
.before-after h1 {
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  color: #2B2D42;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.before-after .box__inner, .before-after .content, .twentytwenty-container img{
    width: 100%;
}
.before-after .box{
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.inner-media::before {
    opacity: 0;
}