.why-us{
    padding:60px 0;
}
.why-options > .option-1{
    margin-left:90px;
}
/*.circle-wrap{
    position:relative;
    width:50px;
    height:50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.4);
}
.circle-wrap::after {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}
.number1 {
  position: relative;
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
  z-index: 1;
}*/
.option-1{
    position:relative;
}
.option-1::after{
    content:"01";
    position:absolute;
    top: 36px;
    left: -62px;
    display:flex;
    justify-content:center;
    align-items:center;
    color: white;
    border-radius: 50%;
    background: #212529;
}
.option-1::before{
    
    content: "01";
    position: absolute;
    display: flex;
    height: 70px;
    justify-content: center;
    width: 70px;
    align-items: center;
    top: 14px;
    left: -90px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.4);
}
.first-image{
    
    margin-bottom:10px;
    
}
.first-image > img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.second-image > img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.third-image{
    margin-bottom:10px;
}
.third-image > img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.fourth-image > img{
    width:100%;
    height:100%;
    object-fit:cover;
}
@media screen and (max-width:576px){
    .option-1::before{
    height: 50px;
    width: 50px;
    }
    .option-1::after{
        top:27px;
        left:-72px;
    }
    .subtxt,.subtxt,.subtxt{
        font-size:12px;
    }
}