
.contacts-main {
    margin-top: 60px;
}

.contact-item {
    margin-top: 25px;
}

.contact-space {
    margin-bottom: 100px;
}

.location-map {
    width: 100%;
    height: 30em;
}

.logo-img {
    animation-duration: 0.5s;
    animation-name: animate-fade;
    animation-delay: 0.2s;
    animation-fill-mode: backwards;
}
