.banner-img {
    width: 33.6875rem;
    height: 40.875rem;
    object-fit: cover;
}

.new-banner-right {
    flex: none;
    max-width: 47.6875rem;
    align-items: baseline;
    padding: 5.25rem 7.5rem 5.25rem 5.25rem;
    background-image: url('../img/banner-bgc.png');
    background-size: cover;
}

.banner-icon {
    width: 4.25rem;
    height: 4.25rem;
}

.banner-name {
    font-family: Manrope;
    margin-top: 1rem;
    font-weight: 700;
    color: #000000;
    font-size: 2.5rem;
    letter-spacing: -0.035rem;
    line-height: 4.625rem;
}

.banner-description {
    margin-top: 0.875rem;
    font-family: Manrope;
    font-weight: 500;
    color: #4b4b4b;
    font-size: 1.125rem;
    line-height: 2.0625rem;
    text-align: justified;
}

.banner-play {
    margin-top: 2.8125rem;
    cursor: pointer;
    width: 8.75rem;
    height: 2.1875rem;
    border-radius: 0.3125rem;
}

.title2 {
    margin-top: 2.9375rem;
    font-family: Manrope;
    font-weight: 500;
    color: #000000;
    font-size: 2.1875rem;
    letter-spacing: -0.49px;
    line-height: 4.625rem;
}

.banner-list {
    margin-top: 2.8125rem;
    margin-bottom: 3.125rem;
    display: flex;
    justify-content: space-between;

}

.banner-list img {
    width: 14.6875rem;
    height: 31.8125rem;
    border-radius: 0.75rem;
    border: 1px solid red;
}
