.academy_selection{
    padding: 80px 0px;
}
.academy_selection_title_section{
    text-align: center;
}
.academy_selection_title_section h1{
    color: #02388f;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.academy_selection_boxes .row{
    margin-bottom: 80px;
}
.academy_selection_title_section p{
    color: #343f52!important;
    margin-bottom: 80px;
}
.academy_selection_content_item_img img{
    width: 100px;
}
.academy_selection_content_item{
    background-color: #fff;
    padding: 36px;
    border-radius: 20px;
}
.academy_selection_content_item h3{
    color: #039;
    font-size: 22px;
}
.academy_selection_content_item_button{
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.academy_selection_content_item_button a{
    color: #fff;
    background-color: #039;
    padding: 7px 20px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
}
.academy_selection_boxes h2{
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 600;
    color: #02388f;
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .academy_selection_boxes .col-md-6{
        margin-bottom: 40px;
    }
    .academy_selection_title_section p{
        margin-bottom: 0px;
    }
    .academy_selection_title_section h1{
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .academy_selection_boxes .col-md-6{
        margin-bottom: 20px;
    }
    .academy_selection_bottom{
        margin-top: 40px;
    }
    .academy_selection_boxes .row{
        margin-bottom: 40px;
    }
    .academy_selection_content_item{
        padding: 20px;
    }
}