.navbar-light .navbar-nav .nav-link {
    color: #252460!important;
}

#head_body{
    border-bottom: 1px solid #E5E5E5;
}

.jumbotron {
    background: #FFFFFF;
    position:relative;
    min-height: auto;
margin-top: 6rem;
padding-top: 2rem;
}

.dropdown-toggle::after {
    border: none;
    background: url(/images/icons/menu-arrow.svg) no-repeat center top;
    width: 14px;
    height: 8px;
    vertical-align: middle;
    margin-left: 7px;
}

div#content_b_body {
    background: #F4F4F4;
}

#content_a_body {
    position: relative;
}

#content_a_body:after {
    content: "";
    background: #FFFFFF;
    height: 80px;
    transform: skewY( -2deg);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: -35px;
}
.card-body {
    height: 302px;
}
@media (max-width: 575px) {

}    