
.card_border {
	background-color: #fff;
    box-shadow: 0 0 1rem 0 rgb(55 9 250 / 24%);
    border-radius: 13px;
}
.card-body h4 {
	color: #bb9839;
	font-size: 1.3rem;
}
.card-body h3 {
	color: #345daa;
	font-size: 1.875rem;
    font-family: Open Sans,sans-serif;
    font-weight: 700;
    line-height: 2.5rem;
}
.card-body h5 {
	font-size: 1.3rem;
    line-height: 1.3rem;
}
.card-body p {
    color: #000;
    font-family: Open Sans,sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.25rem;font-size: 1rem;
    line-height: 1.3rem;
}

.apply_btn {
	background-color: #345daa;
    border-color: #345daa;
    color: #fff;
    padding: .6875rem 1.125rem;
    border-style: solid;
    border-width: .0625rem;
    text-transform: uppercase;
    border-radius: .25rem;
    font-size: .875rem;
    line-height: 1rem;
    transition-duration: 0.15s;
    transition-property: background-color,border-color,box-shadow,color;
    transition-timing-function: ease-in;
}

.apply_btn:hover {
    background-color: #007bff;
    border-color: #007bff;
}



.logo {
    width: 25%;
}
@media screen and (min-width: 320px) and (max-width: 991px) { 
    .logo {
        width: 50%;
    }
}