@media screen and (max-width: 992px) {
    .section-4-one {
        margin-left: 80px;
    }
}

@media screen and (max-width: 550px) {
    .section-3 .col-sm-6 {
        text-align: center !important;
    }

    .section-3 .col-sm-6 p {
        text-align: center !important;
    }


    .section-4-one {
        margin-bottom: 0px;
        text-align: center;
        margin-left: 0px;
    }

    .section-5 {
        padding-top: 0px;
        text-align: center;
    }

    .section-5-one {
        text-align: center !important;
        margin-right: 0px !important;
        padding-top: 0px;
    }

    .section-5-one p {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .section-5-two {
        margin-bottom: 60px;
    }

    .section-5-two p {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

