.carousel {
    position: relative !important;
    height: 80vh;
}

.carousel::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    z-index: 1;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
}

.carousel-desc {
    color: white;
    font-size: 40px;
    position: absolute !important;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}

#aboutUs-list {
    display: flex;
    padding: 20px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.aboutUs-list-row {
    display: flex;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.aboutUs-list-row-article {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.aboutUs-list-row-article-img {
    display: flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
}

.aboutUs-list-row-article-img img {
    width: 80px;
    height: 80px;
}

.aboutUs-list-row-article-frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.aboutUs-list-row-article-frame-title {
    text-align: start;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.aboutUs-list-row-article-frame-desc {
    text-align: justify;
}

.products-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 24px;
}

.products-desc {
    margin-bottom: 24px;
}

.products-list-card {
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    min-width: 300px;
    margin-bottom: 24px;
}

.products-list-card-img {
    height: 40vh;
    width: 100%;
}

.products-list-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-list-card-content {
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
}

.products-list-card-content-title {
    width: 100%;
}

.products-list-card-content-subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    width: 100%;
}