@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap);
.carousel .card,
.owl-dot {
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2)
}

.wrapper-banner {
    padding-top: 30px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
    margin-top: -12px;
    background-color: #fff;
    border-radius: 15px
}

.carousel {
    max-width: 1200px;
    margin: auto;
    padding: 0 30px
}

.carousel .card {
    color: #162B45;
    text-align: center;
    margin: 20px 10px;
    padding-bottom: 20px;
    border-radius: 10px
}

.carousel .card-1 {
    background: #fff
}

.owl-dots {
    text-align: center;
    margin-top: 40px;
    display: none
}

.owl-dot {
    height: 15px;
    width: 45px;
    margin: 0 5px;
    outline: 0;
    border-radius: 14px;
    border: 2px solid #ff0090 !important;
    transition: .3s
}

.owl-dot.active,
.owl-dot:hover {
    background: #ff0090 !important
}

.carousel .card-1 img {
    height: auto;
    width: auto;
    border-radius: 10px 10px 0 0
}

.carousel .card-1 h3 {
    margin-top: 1rem
}

.carousel .card-1 p {
    padding: 1rem
}