.designer-section{
    height: calc(100vh - 136px);
    width: 100%;
    margin-top: 136px;
}
.designer-section-container{
        width: 100%;
    height: 100%;
    opacity: 0.9;
    position: relative;
    z-index: 1;
    background-color: black;
}
.designer-section-hero{
    height: 100%;
    position: relative;
    z-index: 2;
    width: 100%;
}

.designer-picture-container{
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.designer-section-hero-description{
    gap: 15px;
    z-index: 3;
    display: flex;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.designer-picture-element{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.designer-picture-figure{
    width: 32rem;
}
.designer-name{
    text-align:center;
    font-weight: 200;
    margin-top: clamp(3rem, 8vw, 7rem);
    font-size: clamp(2.5rem, 8vw, 7rem);
    overflow: hidden;
    width: 100%;
    color: white;
}
.designer-description{
    text-align: center;
    font-size: clamp(1.3rem, 1.1rem + 1vw, 1.5rem);
    color: white;
    width: 80%;
}