.dvdh-wrapper {
    color: #fff;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    position: relative;
}

.dvdh-wrapper:after {
    background-color: var(--color-red);
    content: "";
    width: 100%;
    height: calc(100% - 100px);
    position: absolute;
    top: 100px;
    left: 0;
    z-index: -1;
}

.dvdh-wrapper h2 {
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    padding-top: 45px;
    color: var(--color-white);
}

.dvdh-group {
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin-bottom: 70px;
}

.dvdh-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex-grow: 1;
}

.dvdh-logo {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    box-sizing: border-box;
}

.dvdh-logo img {
    max-width: 100%;
    object-fit: contain;
    height: 100%;
}

.dvdh-section-title {
    color: var(--color-white);
    font-size: 48px;
    font-weight: var(--font-weight-bold);
    margin-bottom: 20px;
}

.dvdh-group-ntt {
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    text-align: right;
    text-transform: uppercase;
}

.dvdh-group-ntt-name {
    font-size: 36px;
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    text-align: right;
    margin-bottom: 0;
    margin-top: 0;
}

.left-ntt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 180px;
}

.dvdh-group.index-0 .dvdh-logo{
    width: 320px;
    height: 118px;
}

.dvdh-group.index-1 .dvdh-logo{
    width: 270px;
    height: 100px;
}

.dvdh-group.index-2 .dvdh-logo{
    width: 230px;
    height: 85px;
}

.dvdh-group.index-3 .dvdh-logo{
    width: 200px;
    height: 74px;
}

@media (max-width: 1024px) {
    .dvdh-logo {
        padding: 15px;
    }
}