body {
    height: auto !important;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.main{
    background: #fff;
}

.header{
    padding: 50px 0;
    font-size: 35px;
    text-align: center;
    color: #3A57E8;
    background: #faf9ff;
    font-weight: 500;
    font-size: 45px;
}

.header::after{
    border-bottom: 3px solid;
    border-color: #3A57E8;
    content: '';
    margin: 0 auto;
    display: block;
    height: 11px;
    width: 80px;
} 


@media (max-width: 650px) {
    .header{
        font-size: 36px;
    }
}

.make-bold{
    font-weight: 600;
    text-shadow: none;
}

.main .information{
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    background: #faf9ff;
    padding: 0 10px;
}

.main .information p{
    margin: 0 0 15px;
    color: #3A57E8;
}

.main .information .buttons{
    margin: 20px 0 30px;
}

.main .information .buttons a{
    margin: 20px auto; 
}

.main .information .buttons button{
    height: 40px;
    width: auto;
    background-color: #3A57E8;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.main .information .buttons span{
    margin: 0 10px;
}

.main .information .buttons button:hover{
    background-color: #3f79e6;
}

.main .information .buttons .fa{
    padding-right: 5px !important;
}

.main .information .maps{
    background: #fff;
    padding-bottom: 70px;
}

.main .information  .maps .map{
    margin-bottom: 60px;
    width: 70%;
    margin: 0 auto;
}

.information .map-header{
    font-size: 22px;
    padding-top: 50px;
}

    /* RESPONSIVE */

@media (max-width: 800px){
    .main .information{
        font-size: 18px;
    }

    .main .information .buttons .facebook{
        margin-top: 5px;
    }

    .main .maps .map{
        width: 100% !important;
        margin: 0;
    }
}

@media (max-width: 700px){
    .main .information{
        font-size: 17px;
    }
}

@media (max-width: 380px){
    .main .information{
        font-size: 16px;
    }
}