.three-blocks-container{
}
.overlap{
    margin-top: -131px;
    z-index: 100;
    position: relative;
}
.each-block{
    background-color: #fff;
    padding: 40px;
    padding-bottom: 90px;
    max-width: 370px;
    margin: auto;
    height: 100%;
}
.no-white-boxes .each-block{
    background-color: transparent;
    padding-bottom: 0px;
    max-width: 100%;
    height: auto;
}
.large_blue_titles h4{
    font-size: 63px;
    font-weight: 700;
    color: #1B75BA;
    margin-bottom: 1rem !important;
}
.each-block .btn{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width:1110px) {
    .no-white-boxes.large_blue_titles .each-block{
        padding: 20px;
    }
    .large_blue_titles h4{
        font-size: 48px;
    }
}
@media screen and (max-width:767px) {
    .overlap{
        margin-top: 0;
        padding-top: 100px;
    }
    .large_blue_titles h4{
        font-size: 36px;
    }
}