.carbona-opmyl {
    position: relative;
}
.carbona-opmyl .swiper {
    overflow: visible;
    
}
.carbona-opmyl .swiper-wrapper {
  align-items: stretch;
}
.carbona-opmyl .swiper-slide {
  display: flex;
  height: auto;
}
.carbona-opmyl .slide-card {
    background:#00c7c8;
    border-radius:16px;
    padding:20px 30px;
    height:100%;
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.carbona-opmyl .prod-img {
    display:flex;
    justify-content:center;
    align-items:flex-end;
    margin-bottom:10px;
}
.carbona-opmyl .prod-img img {
    width: 30%;
    position: absolute;
    bottom: -30px;
    object-fit: scale-down;
    right: 15px;
    aspect-ratio: 4/8;
}
.carbona-opmyl .prod-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    color: #0c2b6b;
    margin: 0 0 6px;
    min-height: 38px;
    width: 249px;
}
.carbona-opmyl .prod-exc {
    font-size: 16px;
    color: #003b71;
    min-height: 72px;
    width: 250px;
    margin: 15px 0;
}
.carbona-opmyl .btn {
    display: inline-block;
    text-align: center;
    background: #ff2aa0;
    color: #fff;
    border-radius: 10px;
    padding: 10px 34px;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
}

.carbona-opmyl .nav-btn {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:36px;
    height:36px;
    border-radius:999px;
    background:#ff2aa0;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:3;
}
.carbona-opmyl .nav-prev {
    left:-8px;
}
.carbona-opmyl .nav-next {
    right:-8px;
}
.carbona-opmyl .nav-btn svg {
    width:18px;
    height:18px;
}

@media (min-width:992px){
    .carbona-opmyl .nav-prev {
        left:-14px; 
    }
    .carbona-opmyl .nav-next {
        right:-14px;
    }
}