@media only screen and (max-width: 1024px){
    
    .contact-section{
        padding: 0;
    }

}

@media only screen and (max-width: 648px){

    .contact-section > .side > .flex .illustration{
        margin: 0 auto;
        width: 100% !important;
        min-width: unset !important;
    }

}

@media only screen and (max-width: 512px){
    
    .contact-media{
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }
    .contact-media a:first-child{
        padding-left: 20px !important;
    }
    .contact-location svg{
        width: 60px;
        min-width: 60px;
        height: fit-content;
        align-self: start;
    }
    .contact-location span{
        font-size: 1.1rem;
    }

}