.carousel-item img{
    height: 100vh;
}

.carousel-indicators [data-bs-target] {
    background-color: transparent !important;
}

.img-wrap {
    display: flex;
}

.img-wrap img {
    height: 30vh;
}

.card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn:hover {
    color: #0b5ed7!important;
    background-color: #fff!important;
    border: 1px solid #0b5ed7;
}

@media  screen and (min-width: 576px) and (max-width: 768) {
    .img-wrap .container {
        width: 50%!important;
    }
}