.carousel {
    position: relative;
    margin-bottom: 40px !important;
    width: 100%;
}

.carousel .arrow-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 75%;
    display: flex;
    align-items: flex-end;
    pointer-events: none;
    z-index: 1;
}

.carousel .arrow-cont .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: all;
    transform: translateY(105%);
}

.carousel .arrow-cont .custom-arrow {
    font-size: 48px;
    color: #9d1059;
    cursor: pointer;
}

.carousel .arrow-cont .custom-arrow.prev {
    margin-right: 8px;
}

.carousel .arrow-cont .slick-dots {
    display: block;
    position: relative;
    bottom: auto;
    width: auto;
}

.carousel .arrow-cont .slick-dots li {
    width: 55px;
    height: 5px;
    background-color: #80cfe1;
    margin: 0 0 0 15px;
}

.carousel .arrow-cont .slick-dots li.slick-active {
    background-color: #044890;
}

.carousel .arrow-cont .slick-dots li button {
    display: none;
}

.carousel .item{
    position: relative;
} 

.carousel .item > .img-cont,
.carousel .item > a {
    padding-bottom: 75%;
    position: relative;
}
.carousel .item > a{
    width: 100%;
}

.carousel .item > a > .img-cont {
    position: relative;
    padding-bottom: 75%;
}
.carousel .item .slide-content .inner-content {
    padding: 65px 15px 25px;
    text-align: center;
    width: 100%;
}

.carousel .item .slide-content h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #044890;
    font-weight: 800;
    text-align: left;
    width: 100%;
}

.carousel .item .slide-content .desc {
    text-align: left;
    width: 100%;
}

.carousel .item .slide-content .see-more {
    display: inline-flex;
    align-items: center;
    font-size: 22px;
    text-transform: uppercase;
    color: black;
    padding: 15px;
    border-top-right-radius: 8px;
    border-bottom: 3px solid #cf1575;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.carousel .item .slide-content .see-more i {
    color: #cf1575;
    margin-left: 10px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.carousel .item .slide-content .see-more:hover {
    color: #FFF;
    background-color: #cf1575;
    padding: 15px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.carousel .item .slide-content .see-more:hover i{
    color: #FFF;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
@media (min-width: 641px) {
    .carousel {
        padding-bottom: 65px;
        margin-bottom: 80px !important;
    }

    .carousel .item {
        display: flex !important;
    }



    .carousel .item > a,
    .carousel .item > .img-cont {
        width: 50%;
        padding-bottom: 63%;
    }

    .carousel .item > a > .img-cont {
        position: absolute;
        width: 100%;
        height: 100%;
        border-top-left-radius: 10px; 
        border-top-right-radius: 10px; 
    }
    /*.carousel .item > a > .img-cont {
        padding-bottom: 126%;
    }
*/
    .carousel .item .img-wrapper {
        width: 50%;
    }

    .carousel .item .img-wrapper .img-cont {
        width: 100%;
        height: 100%;
        padding-bottom: 126%;
    }

    .carousel .item .slide-content {
        width: 50%;
        display: flex;
        align-items: center;
    }

    .carousel .item .slide-content .inner-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background-color: #f5f6f6;
    }

    .carousel .arrow-cont {
        width: 50%;
        padding-top: 65%;
    }
}

@media (min-width: 1025px) {
    .carousel {
        width: 95%;
        min-width: 975px;
        margin-left: auto;
        margin-bottom: 80px;
    }

    .carousel::after {
        content: "";
        position: absolute;
        bottom: -50px;
        right: 0;
        width: 58%;
        height: 175px;
        background: url("/includes/public/assets/images/shapes/blog-shape-home.svg")bottom center/cover no-repeat;
    }

    .carousel .item > .img-cont {
        position: relative;
        width: 42%;
        padding-bottom: 32%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .carousel .item > a  {
        position: relative;
        width: 42%;
        padding-bottom: 32%;
    }
    

    .carousel .item .img-wrapper {
        width: 43%;
    }

    .carousel .item .img-wrapper .img-cont {
        padding-bottom: 75.5%;
    }

    .carousel .item .img-cont::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2), -5px -10px 15px rgba(0, 0, 0, 0.2);
    }

    .carousel .item .slide-content {
        width: 58%;
        display: flex;
        align-items: center;
        padding: 0;
        background: linear-gradient(to bottom, white 15%, #f5f6f6 15%, #f5f6f6 100%);
        padding-top: 75px;
        padding-bottom: 75px;
        min-height: 491px;
    }

    .carousel .item .slide-content .inner-content {
        padding: 15px;
        width: 85%;
        margin: 0 auto;
        background-color: transparent;
        padding-top: 55px;
    }

    .carousel .item .slide-content h2 {
        font-size: calc(28px + (42 - 28) * ((100vw - 1025px) / (1700 - 1025)));
    }

    .carousel .arrow-cont {
        padding: 0;
        top: 100%;
    }

    .carousel .arrow-cont .inner {
        transform: none;
        justify-content: flex-start;
    }
}