/* Customized Styles */


/* Styles that mordify the template styles */

@media only screen and (max-width: 520px) {
    .s-contact {
        padding-top: 9.6rem;
        padding-bottom: 3rem;
    }
    .contact-main {
        margin-top: 9.6rem;
    }
    .contact-secondary {
        padding: 0;
    }
    .contact-email {
        font-size: 2.5rem;
    }
    .contact-number {
        font-size: 1.6rem;
    }
    .cl-copyright {
        margin-top: 9rem;
        padding: 0;
        text-align: center;
    }
    .cl-copyright span {
        font-size: 14px;
    }
    .cl-copyright span::after {
        display: none;
    }
    .cl-go-top {
        bottom: 12rem;
        right: 50%;
        margin-right: -24px;
    }
    .cl-go-top::before,
    .cl-go-top::after {
        display: none;
    }
}

@media only screen and (max-width: 436px) {
    .contact-email {
        font-size: 2rem;
    }
}