.contacts {
    width: 100%;
    height: max-content;
}
.contacts h1{
    color: #30314FB2;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 28px;
}

.contacts__container {
    margin: 0px 0px 32px;
}


.contacts__img {
    width: 100%;
    height: 392px;
}
.contacts__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts__map {
    width: 100%;
    height: 392px;

}
.contacts__map #map{
    width: 100%;
    height: 100%;
}

.contacts p{
    margin: 15px 0px;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

@media screen and (max-width:1400px){
    .contacts__img {
        width: 100%;
        height: 300px;
    }
    .contacts__map {
        width: 100%;
        height: 300px;
    }
}

@media screen and (max-width:1000px){
    .contacts h1{
        color: #30314FB2;
        font-size: 1.4rem;
        line-height: 1.6rem;
        margin-top: 22px;
    }
    
    .contacts__container {
        margin: 22px 0px 32px;
    }
    
}

@media screen and (max-width:768px){
    .contacts h1{
        margin-bottom: 22px;
    }
    .contacts__container {
        width: 91.66666667%;
        margin: 0px auto 32px;
    }
    .contacts__img {
        width: 100%;
        height: 355px;
    }
    .contacts__map {
        width: 100%;
        height: 202px;
    
    }
}