.head_in > .arrow_left,
.head_in > .arrow_left > a {
    color: #fff;
}
.head_in .arrow_text_left {
    background: url(../images/pages/arrow-left-white.svg) left center no-repeat;
    background-size: 30px auto;
}
.company_info {
    max-width: 1100px;
    width: 100%;
    margin: 0;
    font-weight: 100;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    bottom: 10%;
}
.company_info .about-title {
    margin-bottom: 25px;
    font-size: calc(var(--index) * 3);
}
.company_info .arrow_text {
    color: #fff;
}
.cofounders-wrap {
    width: 100%;
}
.cofounders{
    width: 100%;
    margin: 0 0 0 auto;
    font-size: 14px;
    line-height: 171.9%;
    text-align: right;
    letter-spacing: 0.48em;
    text-transform: uppercase;
    font-weight:300;
}
.founder_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.founder_info .arrow_text {
    background: url(../images/pages/arrow-right-white.svg) right center no-repeat;
    background-size: 30px auto;
}
.names{
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    text-align: right;
    margin-top: 11px;
}
.founders {
}
.about_head_text {
    margin-bottom: 40px;
    text-align: left;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
}

/* About Us */
.about-second-title {
    font-size: calc(var(--index) * 4);
    margin-bottom: 20px;
}
.about_text {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    margin-top: 20px;
    font-size: 16px;
    max-width: 910px;
    text-align: justify;
}
.about_us>img{
    margin-top: 40px;
    width: 100%;
}

/* Our Team */
.get_to_know {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: calc(var(--index) * 1.5);
    letter-spacing: 8px;
    text-transform: uppercase;
}
.experience {
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
}
.experience > p {
    max-width: 765px;
    text-align: justify;
}

/* Team Members */
.our-team-title {
    margin-bottom: 40px;
    font-size: calc(var(--index) * 4);
    line-height: calc(var(--index) * 4);
}
.team {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.team .image {
    position: relative;
    width: 100%;
}
.team .image img {
    min-width: 88%;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.row {
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 3%;
}
.column {
    -ms-flex: 23%;
    flex: 23%;
    max-width: 23%;
    margin-left: 1%;
}
.column img {
    margin-top: 45px;
    vertical-align: middle;
    width: 100%;
}
.column .image{
    position: relative;
}
.image_text {
    z-index: 1;
    position: absolute;
    text-align: right;
    width: 100%;
    bottom: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.50) 46.87%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}
.image:hover .image_text {
    opacity: 1;
    visibility: visible;
}
.work_title {
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
    line-height: 30px;
    color: #fff;
}
.name {
    font-weight: 600;
    font-size: calc(var(--index) * 2.5);
    line-height: calc(var(--index) * 2.5);
    margin: 0;
    color: #fff;
}
.unknown .click_more{
    text-align: center;
}
.unknown img {
    display: block;
    margin: 0 auto;
}

.new-member {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url('../images/pages/about-us/icon/man-icon-grey.svg') no-repeat center center;
    background-size: 160px auto;
    border: 1px solid #CDCDCD;
    padding: 20px;
}
.new-member > a {
    display: block;
}
.new-member > a > .click_more{
    font-weight: 100;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.29em;
    margin-bottom: 20px;
}
.new-member > .join_us {
    text-align: center;
    font-weight: 600;
    font-size: calc(var(--index) * 2);
    line-height: calc(var(--index) * 2);
    margin-bottom: 0;
    text-transform: uppercase;
}
.hy .new-member > .join_us {
    font-weight: 400;
}

/* Unknown Person */ 
.our_works{
    margin-left: 2%;
}

.unknown{
    margin-top: 45px;
}
.unknown > img{
    width: 90%;
}


/* Values */
.value_text{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}
h2.half {
    overflow: hidden;
    height: 32px;
    font-size: 35px;
}
.rgt_btm{
    position: relative;
    margin-bottom: 30px;
}
.lft_btm{
    position: relative;
    margin-bottom: 30px;
}
.quote {
    padding: 30px;
    border: 1px solid #CDCDCD;
    font-style: normal;
}
.quote .title-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.quote .title-wrapper > h2 {
    margin-bottom: 0;
    padding-left: 16px;
    font-size: calc(var(--index) * 1.3);
    line-height: calc(var(--index) * 1.3);
}
.quote .title-wrapper > img {

}
.quote > p {
    font-size: 16px;
}
.quote-1 {
    max-width: 1200px;
    margin: 0 auto 30px auto;
}
.quote-2 {
    max-width: 800px;
    margin: 0 40px 30px auto;
}
.quote-3 {
    max-width: 1300px;
}
.quote-4 {
    max-width: 1200px;
    margin: 0 0 30px auto;
}
.quote-5 {
    max-width: 1200px;
    margin: 0 auto 30px auto;
}

.intentions {
    max-width: 1260px;
    font-weight: 100;
    line-height: 30px;
}
.intentions > p {
    max-width: 765px;
    text-align: justify;
}

.our_values > h1 {
    font-size: calc(var(--index) * 4);
    line-height: calc(var(--index) * 4);
    margin-bottom: 40px;
}
.our_values.midside.mrg > p {
    line-height: 29px;
}
.people {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #CDCDCD;
}
.review {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
p.review_text {
    font-size: 16px;
    line-height: 30px;
}
#about-us .capitalize{
	text-transform: none;
}

.convention-title {
    font-size: calc(var(--index) * 3);
    margin-bottom: 10px;
    line-height: calc(var(--index) * 3);
}
.convention-subtitle {
    font-size: 22px;
    margin-bottom: 20px;
}
.about_us > .pink {
    margin-top: 0;
}
.about_us {
    margin-bottom: 40px;
}
.s-bloc {
    margin: 0 auto;
    padding: 0 40px;
}
.s-bloc .img-bloc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 120px;
    gap: 15px;
}
.s-bloc .about-second-title-n {
    font-size: 64px;
    margin-bottom: 60px;
}
.s-bloc .n-full-line {
    border-color: #1D1D1B;
    border-width: 1px;
    margin: 0;
}
.or-v-section {
    margin-bottom: 120px;
}
.s-bloc .val {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1D1D1B;
    padding: 42px 0;
}
.s-bloc .num-im {
    display: flex;
    align-items: center;
    gap: 110px;
}
.s-bloc .num-im div {
    min-width: 70px;
}
.s-bloc .num-im p {
    font-size: 36px;
    font-family: bebas, monospace;
    font-weight: 600;
}
.s-bloc .txt {
    max-width: 810px;
}
.s-bloc .txt p {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', Arial, Helvetica, monospace;
}
.or-v-section p {
    margin: 0;
}