.border {
    border: 1px solid transparent !important;
    border-radius: 1rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 1.5rem;
}

.custom-content:hover {
    border-color: #fff !important;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .175) !important;
}

.btn-primary {
    color: #fff;
    background-color: #0a297d;
    border-color: #0a297d;
    margin-top: 16px;
    border-radius: 1rem;
    transition: 0.6s ease;
}

.custom-content:hover .btn-primary {
    transform: translateY(-2px);
    transition: 0.6s ease;
}

.img-fluid {
    border-radius: 1rem !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}


.embed-responsive-16by9 {
    border-radius: 1rem;
}



.h3,
h3 {

    font-weight: 200 !important;
}


.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;

}
