
.contact-line{
    display: flex; 
    justify-content: flex-start;
    align-items: center;
    margin: 25px 0; 
}

.contact-icon{
    flex-basis: 25px;  
    margin-right: 15px; 
}

.contact-line p{
    flex-basis: 300px; 
    margin: 0; 
    text-align: left;
}

.contact-icon svg{
    display: block; 
    width: 100%; 
    height: 100%;
    object-fit: cover;
}
.flag{
    border-radius: 500px;
}

.contacts{
    border-top: 2px solid rgba(255, 94, 0, 0.486);
    padding-top: 50px; 
}

.contact-form{
    padding-bottom: 50px; 
}



@media screen and (max-width: 992px){
    .contacts, .contact-form{
        text-align: center;
    }
    .contact-line{
        justify-content: center;
    }
}

@media screen and (max-width: 576px){
    .contact-line{
        justify-content: center;
    }

    .contact-icon{
        margin-right: 20px;
    }
    .contact-line p{
        font-size: 15px; 
    }
}
