/*NEW SECTION*/
.video-box {
    max-width: 1031px;
    margin: 0 auto;
}

.video-box h2 {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    color: #000;
    max-width: 900px;
    margin: 15px auto;
}

#references h2 {
    font-size: 18px;
    color: #ccc;
}

#top-band {
    background: #d9877c;
    min-height: 5px;
}

.name,
h1 {
    font-family: "Playfair Display", serif;
}

svg {
    fill: #ea5858;
}

.verfied {
    color: #FCD046;
    font-weight: 700;
    display: flex;
    gap: 10px;
    align-items: center;
}

.name p,
.text-user p {
    color: #545353;
}

.user {
    max-width: 100px;
    max-height: 100px;
    border-radius: 100%;
    float: right;
}

@media(max-width: 991px){
    .user {
        float: inherit;
        margin: 15px auto;
    }
}

.user img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    
    
}