.feature{
      padding: 20px 0;
    .feature_wrapper{
       .img_container{
          height: 550px;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          img{
            max-width: 100%;
            max-height: 100%;
          }
       }

       .feature_text{
          h2{
             font-size: 38px;
             font-weight: 600;
             line-height: 48px;
             color: $black;
          }
          p{
            padding: 10px 0;
          }

          .feature_btn{
            a{
                @include button;
            }
          }
       }
    }
}