h3 {
    color: #000;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
}
p {
    color: #17191C;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 21px */
}
.header-title{
    margin:60px 0;
}
.header-title h1 {
    color: #17191C;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom:24px;
}
.header-title p {
    color: #17191C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    margin-bottom:0;
}
.contact-info {
    margin:80px 0;
}
.box-card {
    border-radius: 16px;
    border: 1px solid #A5A7AC;
    padding:32px;
    height: 100%;
}
.box-card h3{
    color: #17191C;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
    margin:24px 0 16px;
}
.box-card p{
    color: #17191C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    margin:16px 0 24px;
}
.box-card .btn-blue {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.65px;
    border-radius: 16px;
    background: #0052BD;
    padding:10px 32px;
    display:inline-block;
    text-decoration:none;
}
.box-card .text-blue {
    color: #0052BD;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.65px;
text-decoration-line: underline;
}
.map {
    margin:24px 0;
}