.betterla {
    margin-top: 45px;
    position: relative;
    padding-top: 85px;
}

.betterla:before {
    border-radius: 25px;
    content: "";
    height: 263px;
    top: 0;
    z-index: -1;
    left: 66px;
    position: absolute;
    right: 66px;
    background-color: var(--main-color);
}

.betterla .header {
    padding-bottom: 40px;
}

.betterla .header h4 {
    font-size: 19px;
    color: var(--white);
    font-weight: 400;
}

.betterla .header h3 {
    font-size: 43px;
    color: var(--darker);
    font-weight: 800;
    margin-top: -5px;
}

.betterla .header i {
    font-size: 28px;
    color: var(--white);
}

.betterla .header a:hover {
    opacity: 0.8;
}

.betterla .arrows a+a {
    margin-left: 20px;
}

.betterla .slick-list {
    margin: 0 -21px;
    padding-bottom: 20px;
}

.betterla .item {
    margin: 0 21px;
    background-color: var(--white);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 24px rgb(0 0 0 / 5%);
}

.betterla .item a {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--lgrey);
}

.betterla .item a i {
    font-size: 26px;
    color: var(--main-color);
}

.betterla .item img {
    width: 100%;
}

.betterla .text {
    border: 1px solid #e5eaea;
    border-top: none;
    padding: 26px 55px 55px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.betterla .text h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--db);
    line-height: 1.4em;
}

.betterla .text .date {
    margin-top: 10px;
    color: var(--main-color);
    font-size: 15px;
}

.betterla .downarrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    color: var(--white);
    border-radius: 100%;
    font-size: 20px;
    background-color: #c0c0c0;
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
}

.betterla .item:has(a:hover) .downarrow {
    background-color: var(--main-color);
}

.betterla .item .downarrow:before {
    margin-top: -20px;
    position: relative;
}

/* rwd */
@media (max-width:1600px) {
    .betterla:before {
        max-width: 100%;
        left: 30px;
        right: 30px;
    }
}

@media (max-width:1470px) {
    .betterla .center {
        padding: 0 60px 40px;
    }
}

@media (max-width:700px) {
    .betterla .arrows {
        display: none;
    }
}

@media (max-width:600px) {
    .betterla:before {
        height: 330px;
    }
}