﻿@media only screen and (max-width: 760px) {

    #modal-content-1 > div.description {
        text-align: center !important;
    }

    #modal-content-1 > i {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #modal-content-2 > i {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #modal-content-2 > div {
        text-align: center !important;
    }

        #modal-content-2 > div > p {
            margin-bottom: 2rem !important;
        }
}
