.txtvideo {
    position: relative;
    overflow: hidden;
}
.txtvideo:before {
    content: '';
    background-color: var(--color-second);
    height: 80%;
    width: 50%;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.txtvideo__img {
    position: relative;
    padding-right: clamp(20px, 5vw, 100px);
    z-index: 6;
}
.txtvideo__img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.txtvideo__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: clamp(20px, 5vw, 90px);
    font-size: 1.3rem;
}
.txtvideo__txt {
    text-align: justify;
}
/*  */
.txtimg {
    overflow: hidden;
    padding-right: 4vw !important;
}
.txtimg__content {
    padding-top: 140px;
    padding-right: clamp(20px, 11vw, 180px);
    font-size: 1.3rem;
}
.txtimg__txt {
    text-align: justify;
}
.txtimg__img {
    padding-left: 60px;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
}
.txtimg__img:before {
    content:'';
    width: 150%;
    height: 100%;
    display: inline-block;
    background-color: var(--color-second);
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
}
.txtimg__img img {
    position: relative;
    width: 100%;
    z-index: 2;
}
/*  */
.colstxt__items {
    border-top: 1px solid #000;
    gap: 0 80px;
}
.colstxt__item {
    margin-top: 40px;
    padding: 0 15px;
    max-width: calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
}
.colstxt__title {
    font-size: clamp(20px, 2vw, 40px);
    margin-bottom: 20px;
    line-height: 130%;
    font-weight: 600;
}
.colstxt__txt {
    font-weight: 300;
    font-size: .95rem;
    text-align: justify;
    display: block;
    line-height: 150%;
}
/*  */
.teamboxes {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--color-second);
}
.teamboxes__heading {
    display: block;
    font-size: clamp(22px, 2.2vw, 40px);
    line-height: 120%;
    font-weight: 700;
    color: var(--txt-color);
    margin-bottom: 30px;
    position: relative;
    padding-left: 65px;
}
.teamboxes__heading:before {
    content: '';
    width: 40px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #000;
}
.teamboxes__item {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 15px;
}
.teamboxes__img {
    display: block;
    width: 100%;
    overflow: hidden;
}
.teamboxes__img img {
    aspect-ratio: 5/7;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}
.teamboxes__img:hover img {
    transform: scale(1.05);
}
.teamboxes__name {
    display: block;
    margin: 20px 0 5px 0;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 120%;
}
.teamboxes__short {
    text-align: justify;
    font-size: .85rem;
    line-height: 100%;
    font-weight: 200;
    display: block;
}

/*  */
.twoimgs {
    align-items: center;
}
.twoimgs__left {
    position: relative;
    z-index: 2;
    max-width: 60%;
    flex: 0 0 60%;
}
.twoimgs__left img {
    width: 100%;
    aspect-ratio: 16/11;
    object-fit: cover;
}
.twoimgs__right {
    position: relative;
    z-index: 3;
    max-width: 40%;
    flex: 0 0 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.twoimgs__right img {
    max-width: 120%;
    width: 120%;
    aspect-ratio: 16/11;
    object-fit: cover;
}



@media(max-width: 1440px) {
    .txtimg__content,
    .txtvideo__content {
        font-size: 1rem;
        line-height: 140%;
    }
    .txtimg__content {
        padding-top: 70px;
    }
    /*  */
    .colstxt__items {
        gap: 0 40px;
    }
    .colstxt__item {
        max-width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
}
@media(max-width: 992px) {
    .txtvideo:before {
        top: 20%;
        height: 200px;
        width: 100%;
    }
    .txtvideo__img {
        padding: 0 clamp(10px, 6vw, 120px);
    }
    .txtvideo__img img {
        aspect-ratio: 1/1;
        height: auto;
    }
    .txtvideo__content {
        margin-top: 30px;
        padding: 0 15px;
    }
    .txtvideo__txt p {
        margin-top: 0;
    }
    /*  */
    .txtimg__content {
        order: 1;
        padding: 0 15px;
        margin-top: 30px;
    }
    .txtimg__img {
        order: 0;
        padding: 30px 20px;
    }
    .txtimg__img:before {
        left: 0;
    }
    
}
@media(max-width: 767px) {
    .colstxt__items {
        gap: 0 20px;
    }
    /*  */
    .teamboxes {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .teamboxes__heading {
        margin-bottom: 0 !important;
        padding-left: 40px;
    }
    .teamboxes__heading:before {
        width: 26px;
    }

}
@media(max-width: 500px) {
    .colstxt__items {
        gap: 0;
    }
    .colstxt__item {
        max-width: 100%;
        flex: 0 0 100%;
    }
    /*  */
    .teamboxes__item {
        padding: 0 4px;
    }
    .teamboxes__name {
        font-size: .9rem;
    }
    .teamboxes__short {
        font-size: .6rem;
    }
}