.office-phone-link-porter,
.office-whatsapp-link-porter,
.office-email-link-porter {
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: flex-start;
    width: 100%;
	font-size: 14px;
}

.office-address-porter,
.office-city-porter,
.office-phone-porter,
.office-whatsapp-porter,
.office-email-porter {
	font-size: 13px;
}

.office-item-title-porter {
    margin: 0 0 12px 0;
    font-size: 17px;
    font-weight: 400;
}

.office-title-porter {
    color: inherit;
    font-size: 19px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
}

.btn-category-porter {
	font-family: inherit;
	font-size: 15px;
    box-shadow: none !important;
}

.contact__social a[href*="twitter"] {
    background-color: rgba(0,0,0,0.6) !important;
    transition: background-color 0.3s ease;
}
.contact__social a[href*="twitter"]:hover {
    background-color: #000 !important;
}
.contact__social a[href*="twitter"] svg {
    fill: #fff;
    transition: fill 0.3s ease;
}