.container-contact{
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #0c3949;
    width: 395px;
    max-height: 522px;
    padding: 30px;
    margin: 20px;
}

.container-contact .contact-info{
    height:150px;
}

.container-contact .contact-region,
.container-contact .contact-function{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #ffffff;
}


.container-contact .contact-address,
.container-contact .contact-fix-line,
.container-contact .btn-mailto{
    padding: 20px 0;
}
.container-contact .contact-address{
    white-space: nowrap;
}

.contact-fix-line {
    display:flex;
}

.container-contact .contact-fix-line img{
    width:20px;
    margin-right: 15px;
}

.btn-service-message {
    height: 39px;
    width:200px;
    border: none;
    border-radius: 19.5px;
    background-color: #00a6d9;
    font-family: NunitoSans;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    cursor: pointer;
    padding: 10px;
}


