.raval-brands {
    margin-bottom: 2rem;
}

.raval-brands__title {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    text-align: center;
    margin: 0 0 1.5rem;
}

.raval-brands__all-link-wrap {
    text-align: center;
    margin-bottom: 1.5rem;
}

.raval-brands__all-link {
    color: inherit;
    text-decoration: none;
}

.raval-brands__all-link:hover {
    text-decoration: underline;
}

.raval-brands__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
    align-items: stretch;
}

.raval-brands__card {
    display: flex;
    flex-direction: column;
    width: calc((100% - 58px) / 3);
    max-width: 430px;
    text-decoration: none;
    color: inherit;
}

@media (max-width: 991px) {
    .raval-brands__card {
        width: calc((100% - 29px) / 2);
    }
}

@media (max-width: 575px) {
    .raval-brands__card {
        width: 100%;
    }

    .raval-brands__grid {
        gap: 20px;
    }
}

.raval-brands__card-image {
    position: relative;
    height: 190px;
    background-size: cover;
    background-position: left center;
    background-color: #eee;
    flex-shrink: 0;
    overflow: hidden;
}

.raval-brands__card-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 54.7%,
        rgba(0, 0, 0, 0.1) 100%
    );
    pointer-events: none;
}

.raval-brands__card-logo {
    position: absolute;
    bottom: 18px;
    left: 17px;
    max-height: 64px;
    max-width: 136px;
    display: flex;
    align-items: center;
}

.raval-brands__card-logo img {
    max-height: 64px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.raval-brands__card-arrow {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
}

.raval-brands__card-text {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    flex-grow: 1;
}

.raval-brands__card-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: normal;
    color: #000;
}

.raval-brands__card-desc p {
    margin: 0 0 0.5em;
}

.raval-brands__card-desc p:last-child {
    margin-bottom: 0;
}

.raval-brands__card-info {
    font-family: 'Open Sans', 'Noto Sans', sans-serif;
    font-size: 22px;
    line-height: normal;
    color: #000;
}
