/* Contacts */

.contacts-content {
    max-width: 800px;
    margin: auto;
    padding: 60px 0;
}

.map {
    width: 100%;
    object-fit: cover;
}

.address-title,
.address {
    font-size: 25px;
    line-height: 1.23;
    display: inline;
    font-weight: 300;
}

.address {
    font-weight: 600;
}

.details-title {
    padding: 10px 0 0 50px;
    font-size: 26px;
    line-height: 0.35;
    font-weight: 400;
}

.details {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
}

.email {
    color: #ff8562;
}

.email a {
    color: #ff8562;
}

.phone {
    color: #ff8562
}

@media screen and (max-width: 900px) {
    .contacts-content {
        padding: 50px 20px;
    }

    .authors-content__bar {
        display: none;
    }
}