

.banner-integrated{
    background-image: url("../images/about/rbanner-integrated.jpg");
    position: relative;
    width: 100%;
    height: fit-content;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 100% 0%;
    padding: 203px 0px 203px 0px;
}

.banner-integrated .sit-title h2 {
    color: #fff !important;
    text-align: left;
}
.banner-integrated .courses-subtitle h4{
    font-size: 26px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: left;
}


.banner-integrated-cover{
    position: absolute;
    background: #085eacbf ;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner-integrated .row{
    position: relative;
    z-index: 2;
}
.image-integrated{
    width: 94%;
    height: 371px;
}

.image-integrated img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}


/*text only*/

.text-only{
    padding: 127px 0px 126px 0px;
}

.text-content{
    text-align: center;
    margin-bottom: 110px;
    padding: 40px 79px;
}

.text-content span{
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -1.5px;
    text-align: center;
}

.text-content .sign{
    color: var(--secondary-color);
}

.text-content .text-p{
    color: var(--primary-color);
}

.little-text{
    text-align: center;
}

.little-text p span{
    color: #66738d;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1px;
    text-align: center;
}

.little-text p span.marker{
    color: var(--secondary-color);
}



/*text only*/


/*steps*/

.each-step{
    padding: 169px 0px 120px 0px;
}

.step-title.sit-title {
    align-items: flex-start;
    text-align: left;
    margin-bottom: 30px;
}

.step-content {
    padding: 5px 60px 5px 60px;
}
.step-image{
    width: 93%;
    height: 537px;
}

.step-image img{
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: contain;
}

.col-step-content, .col-step-image{
    display: flex;
    align-items: center;
    justify-content: center;
}


/*steps*/

/*team*/

.perspective{
    padding-block: 120px;
}

.banner-team{
    background-color: var(--primary-color);
    padding: 168px 0px 158px 0px;
}

.sit-title span.marker{
    color: var(--secondary-color);
}

.col-perspective-text p{
    max-width: 90%;
}

.cat-text{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
    display: flex;
    justify-content: center;
}

.cat-text p{
    width: 600px;
}


.perspective-row{
    margin-bottom: 110px;
}

.people-title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 90px;
}

.people-icon{
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    border-radius: 50%;
}

.people-title .people-icon svg{
    width: 65px;
    height: 65px;
}

.people-title .sit-title{
    margin-bottom: 0;
}

.person-info{
    width: 100%;
    background: #000;
    color: #fff;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-height: 201px;
}

.person-image{
    width: 100%;
    height: 355px;
}

.person-image img{
    width: 100%;
    height: 100%;
}

.person-name{
    color: #1a96d4;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 6px;
}

.person-profile{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 7px;
}

.person-extra{
    color: #bde1f4;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;

}

.people-separator{
    width: 150px;
    background-color: var(--secondary-color);
    height: 1px;
    margin-block: 110px;
}

.people-row-line{
    justify-content: center;
}

.our-people{
    padding-block: 50px 140px;
}

/*team*/


/*europe*/

.europeactive-banner{
    background-image: url("../images/about/europe.jpeg");
    position: relative;
    width: 100%;
    height: fit-content;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 100% 0%;
    padding: 111px 0px 111px 0px;
}

.europeactive-title.sit-title h2{
    color: #ffff;
}

.europe-text-banner{
    margin-bottom: 40px;
}

.europe-extra-banner{
    color: #fff;
    line-height: 1.3;
    font-size: 42px;
    letter-spacing: -1.5px;
    text-align: center;
}

.europeactive-banner .row{
    position: relative;
    z-index: 2;
}

.europeactive-banner-cover{
    position: absolute;
    background: #131c2dd6 ;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.europe-text-banner{
    color: #fff;
    text-align: center;
}

.license-btn-row{
    justify-content: center;
    padding-block: 80px 8px;

}

.license-btn-row .sit-button {
    width: fit-content;
}

.choose-course.choose-about{
    background: #bde1f4;
}

.choose-course.choose-about .each-course-info {
    background-color: #ffffff;
}

/*europe*/





/*responsive*/
@media screen and (max-width: 1199px){

}
@media screen and (max-width: 991px){

    .europe-extra-banner {
        font-size: 29px;
    }

    .people-icon {
        width: 60px;
        height: 60px;
    }
    .people-title .people-icon svg {
        width: 41px;
        height: 41px;
    }

    .col-people{
        margin-bottom: 30px;
    }


    .banner-integrated .row {
        flex-direction: column-reverse;
        gap: 44px;
    }

    .banner-integrated {
        padding: 117px 0px 132px 0px;
    }

    .banner-integrated .courses-subtitle h4 {
        text-align: center;
    }

    .text-content span {
        font-size: 32px;
    }

    .text-content {
        margin-bottom: 59px;
        padding: 32px 20px;
    }

    .little-text p span {
        font-size: 26px;
    }

    .text-only {
        padding: 99px 0px 117px 0px;
    }

    .step-content {
        padding: 5px 6px 5px 6px;
    }

    .about-steps .container .row{
        gap: 29px;
    }

    .step-image {
        width: 414px;
        height: 410px;
    }

    .each-step {
        padding: 78px 0px 81px 0px;
    }

    .each-step.each-step-reverse .row{
        flex-direction: column-reverse;
    }

}
@media screen and (max-width: 767px){

    .people-separator {
        margin-block: 70px;
    }

    .banner-integrated .sit-title h2 {
        color: #fff !important;
        text-align: center;
    }

}
@media screen and (max-width: 575px){

    .europe-extra-banner {
        font-size: 23px;
    }

    .perspective {
        padding-block: 57px;
    }

    .image-integrated {
        width: 100%;
        height: 300px;
    }

    .text-content span {
        font-size: 25px;
    }
    .text-only {
        padding: 67px 0px 84px 0px;
    }

    .little-text p span {
        font-size: 19px;
    }
    .text-content {
        margin-bottom: 7px;
        padding: 32px 20px;
    }


    .step-image {
        width: 100%;
        height: 328px;
    }

}
@media screen and (max-width: 425px){

    .person-image {
        width: 100%;
        height: 311px;
    }
    .image-integrated {
        width: 100%;
        height: 234px;
    }
}
@media screen and (max-width: 375px){
    .image-integrated {
        width: 100%;
        height: 200px;
    }
}
@media screen and (max-width: 320px){
    .person-image {
        width: 100%;
        height: 263px;
    }

}