@media screen and (max-width: 412px){
    .feature-parent{
        flex-direction: column;
        height: auto;
        align-items: center
    }

    .feature-img{
        width: 100%;
    }

    .feature-txt{
        width: 100%;
    }

    .feature-txt h5{
        text-align: center;
    }

    .feature-txt p{
        text-align: center;
    }
}