#contactDiv{
    font-family: 'DM Sans' !important;
    background: #F3F6F7;
}

.title-place{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #00004C;
}

.text-contact{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-decoration: none;
}

.text-contact:hover{
    text-decoration: none;
    color: #666666;
}

@media screen and (max-width: 991px) {
    #rowContent{
        margin-top: 20% !important;
    }
}