#managment__main-images-carusel {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    width: 100%;
}

#managment__main-video {
    border-bottom: none;
}

.main__managemen {
    margin-top: 100px;
}

.management__banner__content {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 100px;
    border-bottom: 1px solid;
    padding-bottom: 30px;
    flex-wrap: wrap;
    gap: 270px;
}

.management__banner__image-wrapper {
    flex: 0 0 auto;
    width: 795px;
    height: 795px;
    max-width: 100%;
}

.management__banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.management__banner__text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*text-align: right;*/
}

.banner__text {
    margin-bottom: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

}

.banner__author-job-title {
    color: #848484;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.banner__text::before {
    content: '“';
    font-size: 48px;
    line-height: 0.5;
    display: block;
    margin-bottom: 10px;
    color: #1C86FF;
}


.banner__author {
    margin-top: auto;
}

.team {

    background-color: var(--Color-background);
    border-bottom: 1px solid;
    margin-top: 100px;

}


.team__title {
    font-size: 48px;
    margin-bottom: 50px;
    font-style: normal;
    font-weight: 400;
}


.team__members {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.team__member-photo {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.team__member-name {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

.team__member-role {
    font-size: 14px;
    color: gray;
}

.team__info {
    margin-top: 20px;
    padding-bottom: 30px;
    text-align: left;
}

.team__info p:first-child {
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    padding-bottom: 20px;

}

.team__info p:last-child {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 0;

}


.work-on-micron {
    margin-top: 100px;
}

.work-on-micron__title {
    font-size: 48px;
    margin-bottom: 50px;
    font-style: normal;
    font-weight: 400;
}

.work-on-micron__qualities {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.work-on-micron__quality {
    width: 48%;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding-bottom: 30px;
}

.work-on-micron__quality-title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
}

.work-on-micron__quality-description {
    color: #57585A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

@media (max-width: 1440px) {
    .management__banner__content {
        gap: 70px;
    }
}


@media (max-width: 768px) {

    #main__managements-text > h1 {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
    }

    .management__banner__content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 50px;
        padding-bottom: 20px;
    }

    .management__banner__image-wrapper {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .management__banner__image {
        width: 100%;
        height: auto;
    }

    .management__banner__text-content {
        text-align: left;
    }


    .main__management > h1 {

        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
    }


    .banner__text, .banner__author {
        margin-top: 32px;
        font-size: 14px;
    }

    .team__members {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .team__info {
        margin-top: 30px;
    }

    .team__info p:first-child {
        font-size: 48px;
    }

    .team__title {
        font-size: 24px;
    }

    .work-on-micron__title,
    .team__info p:last-child {
        font-size: 24px;
    }

    .work-on-micron__quality-title {
        font-size: 24px;
    }

    .work-on-micron__qualities {
        flex-direction: column;
    }

    .work-on-micron__quality {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {

    .banner__title,
    .team__title,
    .work-on-micron__title {
        font-size: 24px;
    }


    .team__info p:last-child,
    .team__info p:first-child {
        display: none;
    }

    #management__title-services-carusel > h1 {
        font-size: 24px;
    }

    .team__member-name {
        font-size: 14px;
    }


    .management__banner__image-wrapper {
        width: 100%;
        height: auto;
    }

    .management__banner__image {
        width: 100%;
        height: auto;
    }

    .team__members {
        grid-template-columns: 1fr;
    }

    .work-on-micron__qualities {
        flex-direction: column;
    }

    .work-on-micron__quality {
        width: 100%;
    }
}
