.title_with_button_sec.light_blue_bg {
    background-color: #E7F5FF;
}
.title_with_button_wrapper{
    text-align: center;
}
.title_with_button_wrapper .tag-text {
    font-size: 25px;
    line-height: 33px;
    /*margin-bottom: 20px;*/
    display: block;
    color: #20407E;
    font-weight: 700;
}
.button-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:30px 100px;
    flex-wrap: wrap;
}

.button-area  a{
    font-size: 19px;
    line-height: 28px;
    text-decoration: none;
    /*padding: 14px 8px;*/
    padding: 14px 45px;
    font-family: "Lato", sans-serif;
    background: #132048;
    border-radius: 26px;
    color: #fff;
    font-weight: 800;
    transition: all 0.5s ease;
    text-align: center;
    display: inline-block;
}
.button-area  a:hover{
    background: #60A7DB;
}

.title_with_button_wrapper .button-area {
    margin-top: 45px;
}
.title_with_button_wrapper .common-heading.heading-h1,
.title_with_button_wrapper .common-heading.heading-h2 {
    font-size: 49px;
    line-height: 55px;
}
.title_with_button_wrapper .common-heading.heading-h3 {
    font-size: 25px;
    line-height: 31px;
    color: #20407E;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

@media(max-width:767px){
    .title_with_button_wrapper .button-area {
        margin-top: 70px;
    }
    .button-area {
        flex-direction: column;
    }
}

@media(max-width:429px){
    .button-area a {
        font-size: 15px;
        padding: 14px 28px;
    }
}

@media (max-width: 430px) {
    .title_with_button_wrapper .tag-text {
        font-size: 22px;
    }
    .title_with_button_wrapper .button-area {
        margin-top: 40px;
    }
    .button-area {
        gap: 20px;
    }
}