.contact-block-area {
    background: #418DBC;
    padding: 50px 0;
}
.contact-block-area .full-container {
    width: 1430px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.contact-block-area .full-container h2 {
    font-family: "Outfit";
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 30px
}
@media screen and (max-width: 767px) {
    .contact-block-area .full-container h2 {
        font-size: 30px;
        line-height: 36px;
    }
}
.contact-block-area .full-container a {
    font-family: "Outfit";
    display: inline-block;
    text-decoration: none;
    padding: 13px 62px;
    background: #121132;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 0;
    transition: 0.3s;
}
.contact-block-area .full-container a:hover {
    color: #121132;
    background: #FFFFFF;
}
