.youmayalsolike {
    margin: 0 auto 50px;
}

.youmayalsolike .title-panel {
    text-align: center;
    padding: 0 25px;
    max-width: 1160px;
    margin: 0 auto;
}

.youmayalsolike .title-panel .title {
    display: block;
    color: var(--darker-gray);
    font-size: 40px;
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: 1.6px;
    padding: 0 20px 5px;
    text-transform: uppercase;
}

.youmayalsolike .title-panel .subtitle {
    display: block;
    color: var(--red);
    font-size: 14px;
    font-family: var(--font-display);
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.youmayalsolike .title-panel .button-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 325px;
    margin: 0 auto;
}

.youmayalsolike .title-panel .button-tabs button {
    flex: 1;
    margin: 2px;
    border: 2px solid var(--darker-gray);
    background-color: #fff;
    color: var(--darker-gray);
    font-size: 14px;
    font-family: var(--font-display);
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 5px 20px;
    margin-bottom: 25px;
}

.youmayalsolike .title-panel .button-tabs button.active {
    color: var(--white);
    background-color: var(--darker-gray);
}

.youmayalsolike .content {
    position: relative;
    margin-bottom: 15px;
}

.youmayalsolike .content .slider {
    max-width: 1160px;
    margin: 0 auto;
}

.youmayalsolike .content .slide {
    padding: 0;
}

.youmayalsolike .content .slide img {
    width: 100%;
}

.youmayalsolike .content .slide .title {
    display: block;
    padding: 25px;
    color: var(--darker-gray);
    font-size: 14px;
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 700;
    line-height: 1.6em;
}

.youmayalsolike .content .colorblock {
    position: absolute;
    bottom: 0;
    height: 350px;
    width: 175px;
    content: "";
    background-color: rgba(0,0,0,.05);
    z-index: -1;
    pointer-events: none;
}

.youmayalsolike .slider-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.youmayalsolike .slider-navigation button {
    pointer-events: all;
    background: transparent;
    color: var(--red);
    font-size: var(--text-xl);
}

.youmayalsolike .slider-navigation button.prev {
    padding: 0px 8px 0 6px;
}

.youmayalsolike .slider-navigation button.next {
    padding: 0px 6px 0 8px;
}

.youmayalsolike .slider-navigation .count {
    font-family: var(--font-body);
    color: var(--darker-gray);
    font-weight: 800;
    font-size: 18px;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 40em) {
    .youmayalsolike .content .slide {
        padding: 0 2px;
    }
}

@media (min-width: 64em) {
    .youmayalsolike {
        margin: 0 auto 150px;
    }

    .youmayalsolike .title-panel .title {
        font-size: 45px;
        letter-spacing: 4px;
    }

    .youmayalsolike .title-panel .subtitle {
        font-size: 18px;
        margin-bottom: 30px;
        letter-spacing: 4px;
    }

    .youmayalsolike .title-panel .button-tabs button {
        border: 2.5px solid var(--darker-gray);
        margin: 4.5px;
        font-size: 18px;
        letter-spacing: 5px;
        padding: 18px 70px;
        margin-bottom: 30px;
    }

    .youmayalsolike .content .slide {
        padding: 0 5px;
        margin-bottom: 30px;
    }

    .youmayalsolike .content .slide .title {
        font-size: 21px;
    }

    .youmayalsolike .content .colorblock {
        height: 395px;
        width: 730px;
        bottom: -130px;
    }

    .youmayalsolike .slider-navigation {
        margin: 0 auto 50px;
    }

    .youmayalsolike .slider-navigation button {
        font-size: 25px;
    }
}