.top_contacts_mid{
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_contacts_mid h1{
    font-size: 38px;
    font-weight: 500;
    color: #044758;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 40px;
    letter-spacing: 0;
}
.top_contacts_mid p{
    font-size: 16px;
    font-weight: 500;
    color: #044758;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0;
}