/*intro start*/
body {
    background: #fff;
}

.intro {
    background: #000 url("../assets/img/icons/introBg.svg");
    background-position: 50% 25%;
    background-repeat: no-repeat;
    height: 100%;
    margin-top: 100px;;
}

.intro__inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 15px 0;
}

.intro__item {
    max-width: 82%;
    width: 100%;
    margin: 0 auto;
    padding: 94px 0 184px;
}

.intro__title {
    text-align: center;
    margin-bottom: 50px;
}

.intro__title p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #FFFFFF;
}

/*about start*/
.about {
    margin: 120px 0 160px;
}

.about__title {
    margin-bottom: 60px;
    text-transform: none !important;
}

.about__content {
    grid-column-gap: 20px;
    display: grid;
    grid-template-columns: 3fr 2fr;
    align-items: center;
    padding: 68px 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}

.about__img {
    min-width: 226px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about__text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.about__item-texts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about__item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/*about end*/

.team__title {
    margin-bottom: 20px;
}

.team__content {
    z-index: -1;
    grid-auto-flow: column;
    margin-top: 80px;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.team__center {
    background: #00C050;
    padding: 20px;
}

.team__name {
    font-family: 'TT Firs Neue';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    margin-bottom: 6px;
}

.team__prof {
    font-family: 'TT Firs Neue';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

.team__bottom {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.team__experience {
    font-family: 'TT Firs Neue';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 152.7%;
    color: #000000;
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
}

.team__experience.no-border {
    border-bottom: none;
}

.team__experience.no-paddings {
    padding: 0;
}

.team__experience.no-margins {
    margin: 0;
}

.team__img {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.team__img img {
    width: 100%;
    height: auto;
}

.team__item-content {
    height: 100%;
    box-shadow: 0px 0px 25.7143px rgba(0, 0, 0, 0.1);
}

.team__content-title {
    margin-top: 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 152.7%;
    color: #000000;
    margin-bottom: 10px;
}

.team__content-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 6px;
}

.team__content-list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #232323;
}

.team__content-list li::before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 7px;
    background-image: url("../assets/img/icons/Vector.svg");
}

.team__content-countries {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.team__content-education {
    margin-top: 24px;
}

.team__content-countries li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 152.7%;
    list-style: inside;
    color: #232323;
}

.team__content-education p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #00C050;
}

.team__item {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: -1;
}

.team__bottom-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.team {
    padding-bottom: 160px;
}

.team__bottom {
    justify-content: space-between;
}

.team__bottom-title {
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}


.team__bottom-title p {
    margin-bottom: 20px;
}

.team__bottom-exp,
.team__bottom-edc {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 152.7%;
    color: #000000;
}

.team__bottom-exp {
    margin-top: 20px;
}

.team__bottom-exp p,
.team__bottom-edc p {
    margin-bottom: 9px;
}


.team__bottom-exp ul li:not(:last-child) {
    margin-bottom: 10px;
}

.team__bottom-exp ul li span {
    max-width: 260px;
}
.team__bottom-exp ul li  {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    color: #000000;
}
.team__bottom-exp ul li::before {
    content: '';
    margin-top: 5px;
    display: inline-block;
    height: 10px;
    width: 7px;
    background-image: url("../assets/img/icons/Vector.svg");
}

.team__bottom-border {
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #A5A5A5;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 152.7%;
    color: #000000;
}

.team__item:nth-child(1) .team__bottom img {
    height: 80px;
}

.team__item:nth-child(2) .team__bottom img {
    height: 34px;
}

.team__item:nth-child(3) .team__bottom img {
    height: 32px;
}
.about__text{
    max-width: 100%;
    font-size: 22px;
}
@media screen and (min-width: 1920px) {

    .team__bottom{
        padding: 30px;
    }
}

@media screen and (max-width: 1920px){
    .about__img{
        max-width: 300px;
    }
}
@media screen and (max-width: 1440px){
    .about__img{
        max-width: 230px;
    }
    .about__text {
        max-width: 636px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 27px;
        color: #000000;
    }

}

@media screen and (max-width: 768px) {
    .intro {
        margin-top: 90px;
    }

    .intro__title p {
        font-size: 45px;
    }

    .about__content {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }

    .about__item-texts {
        order: 2;
    }

    .about__item-img {
        order: 1;
    }

    .about__content {
        padding: 20px;
    }

    .about {
        margin-top: 77px;
        margin-bottom: 107px;
    }

    .team__content {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        grid-column-gap: 0;
        grid-row-gap: 20px;
    }

    .team {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 480px) {
    .container {
        max-width: calc(100% - 50px);
    }
    .intro {
        background-size: 150px 150px;
    }

    .intro__title,
    .intro__title p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 48px;
        text-align: center;
        letter-spacing: -1px;
        font-feature-settings: 'liga' off, 'calt' off;
        color: #FFFFFF;
    }

    .intro__item {
        padding: 50px 0;
        max-width: 100%;
    }

    .about__text {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
    }

    .about__img {
        min-width: auto;
        width: 167px;
        height: 167px;
    }

    .team__bottom-item {
        padding-bottom: 20px;
    }

    .team__item:nth-child(1) .team__bottom img {
        height: 60px;
    }

    .team__item:nth-child(2) .team__bottom img {
        height: 27px;
    }

    .team__item:nth-child(3) .team__bottom img {
        height: 27px;
    }
}