.section-2 {
    background-color: #F9FAFF;
    box-shadow: 0px -6px 15px rgba(199, 208, 255, 0.3), 0px 6px 15px rgba(199, 208, 255, 0.45);
    margin: 3rem 0px;
}

.section-2-carousel img {
    width: 54% !important;
}

.section-2 .owl-stage,
.section-2 .owl-stage .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.section-2-carousel .owl-nav {
    margin: 0 !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    bottom: 50%;
    position: absolute;
}

@media screen and (max-width: 992px) {
    .section-2 {
        margin: 10rem 0px 5rem 0px;
    }
    .section-2-carousel img {
        width: 80% !important;
    }
    .section-2 .owl-stage,
    .section-2 .owl-stage .item {
        padding: 1rem 2rem;
    }
    .section-2-carousel .owl-nav {
        bottom: 40%;
    }
}
@media screen and (max-width: 480px) {
    .section-2 {
        margin: 2rem 0px 3rem 0px;
    }
}