.border-custom {
    border-radius: 20px;
    border-color: #E4E6EF;
    background-color: #E4E6EF;
    padding: 30px;
    box-shadow: 5px 10px #888888;
}


.card-bt {
    background-color: rgba(255, 255, 255, 0.57); 
}
.card-bt:hover{
    background-color: rgba(255, 255, 255, 0.77)
}

.text-mail {
    color: #112D54;
}

body {
    background-image: url('../img/landing4.webp');
    background-size: auto;
}

@media (min-width: 992px) {
    col-lg-4 {
        flex: 0 0 auto;
        width: 30%;
    }
}