
@media (max-width: 768px) {
    .your-child-section .btn-secondary-custom {
        margin: 0 auto;


    }

    .your-child-section  .rounded-image-r{
        border-radius: 0;
    }
    .your-child-section .row{
        flex-direction: column-reverse;
    }

    .your-child-section .section-title{
        text-align: center;
    }


}