/*HERO*/

.about-hero-section {}

.about-hero-section {
    padding-bottom: 237px;
    padding-top: 60px;
}

.about-hero-heading {
    margin-bottom: 20px!important;
}

.hero-content-col {
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
}

.about-hero-row {
    display: flex;
    gap: 56px;
    flex-wrap: nowrap;
}

.about-hero-btn {
    margin-top: 40px!important;
    text-align: center;
    font-size: 16px;
    max-width: 430px;
}

@media screen and (max-width:992px) {
    .about-hero-row {
        gap: 20px;
    }
}

@media screen and (max-width:767px) {
    .about-hero-row {
        flex-direction: column;
        gap: 25px;
    }
    .hero-about-heading {
        width: 100%;
        text-align: center;
    }
    .about-hero-btn {
        margin: auto!important;
        margin-top: 20px!important;
    }
}


/*BROWN BOX*/

.three-brown-boxes-about {
    margin-top: 60px;
}

.three-brown-boxes {
    margin-bottom: -410px;
}

.brown-box-text {
    max-width: 200px;
    color: #F6F3ED;
    text-align: center;
}

.brown-box-container-row {
    display: flex;
    gap: 25px;
    flex-wrap: nowrap;
}

.brown-box-container {
    background: #322305;
    border-radius: 20px;
    padding: 37px 37px 43px 37px;
    flex-shrink: 1;
}

.brown-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.brown-box-icon {
    height: 146px;
}

@media screen and (max-width:992px) {
    .brown-box-icon {
        height: 100px;
    }
    .three-brown-boxes {
        margin-bottom: -375px;
    }
}

@media screen and (max-width:767px) {
    .brown-box-icon {
        height: 60px;
    }
    .three-brown-boxes {
        margin-bottom: -320px;
    }
    .brown-box-container {
        padding: 15px;
        padding-top: 20px;
    }
    .brown-box {
        gap: 15px;
    }
    .brown-box-container-row {
        gap: 10px;
    }
}


/*Our Team*/

.our-team-section {
    padding-top: 233px;
    padding-bottom: 60px;
}

.our-team-heading {
    margin-bottom: 20px!important;
    width: 100%;
    text-align: center;
}

.our-team-text {
    max-width: 900px;
    margin: auto;
}

.team-slider-row {
    margin-top: 40px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
}


/*
.experts-row{
	gap:30px;
	flex-wrap: nowrap;
}*/

.name-img {
    max-width: 310px;
}

.name-img {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

.name-img div {
    flex-shrink: 1;
}

.team-slide-card {
    background: white;
    padding: 40px 20px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.read-more-btn {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2em;
    font-weight: 400;
    font-family: 'Inter';
    color: #896318;
}

.slick-slide {
    margin: 0 30px;
}


/* the parent */

.slick-list {
    margin: 0 -30px;
}

.team-slider-row .experts-heading {
    margin-bottom: 40px;
}

.next-arrow {
    position: absolute;
    right: 0;
    margin-top: -80px;
    margin-right: 0;
    top: 0;
    max-width: 40px;
}

.prev-arrow {
    position: absolute;
    right: 0;
    margin-top: -80px;
    margin-right: 4%;
    max-width: 40px;
}

.next-arrow:hover,
.prev-arrow:hover {
    cursor: pointer;
}

@media screen and (max-width:1300px) {
    .prev-arrow {
        margin-right: 6%;
    }
}

@media screen and (max-width:992px) {
    .our-team-section {
        padding-top: 193px;
    }
}

@media screen and (max-width:767px) {
    .our-team-section {
        padding-top: 120px;
    }
    .team-slider-row .experts-heading {
        margin-bottom: 60px;
    }
    .next-arrow {
        right: 40%;
        margin-top: -50px;
        top: 0;
        max-width: 30px;
    }
    .prev-arrow {
        left: 40%;
        margin-top: -50px;
        max-width: 30px;
    }
}

@media screen and (max-width:400px) {
    .next-arrow {
        right: 30%;
        margin-top: -50px;
        top: 0;
        max-width: 30px;
    }
    .prev-arrow {
        left: 30%;
        margin-top: -50px;
        max-width: 30px;
    }
}


/*FOUNDING TEAM SECTION*/

.founding-team-section {
    background: transparent;
    padding-top: 60px;
    padding-bottom: 60px;
}

.founding-team-heading {
    width: 100%;
    text-align: center;
}

.founding-team-card {
    background: white;
    border-radius: 20px;
    padding: 20px 20px 30px 20px;
    flex-shrink: 1;
    flex-grow: 1;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
    max-width: 426px;
}

.founding-team-img {
    border-radius: 20px;
    max-width: 385px;
    max-height: 275px;
    object-fit: cover;
    width: 100%;
}

.founding-team-cards-row {
    display: flex;
    gap: 25px;
    flex-wrap: nowrap;
    margin: auto;
}

.founding-name {
    margin-top: 20px;
    margin-bottom: 5px;
}

.position-accent {
    color: #896318;
}

@media screen and (max-width:992px) {
    .founding-team-cards-row {
        gap: 10px;
    }
}

@media screen and (max-width:767px) {
    .founding-team-cards-row {
        flex-direction: column;
    }
    .founding-team-card {
        margin: auto;
    }
}


/*OUR INVESTORS*/

.our-investors-section {
    background: white;
    padding-top: 100px;
    padding-bottom: 100px;
}

.our-investors-heading {
    text-align: center;
    margin-bottom: 60px;
}

.logos-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 60px;
}

.logoipsum-img {
    flex-shrink: 1;
    flex-grow: 1;
    width: 100%;
    min-width: 0;
    height: auto;
}

@media screen and (max-width:992px) {
    .our-investors-section {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .our-investors-heading {
        margin-bottom: 40px;
    }
    .logos-row {
        gap: 30px;
    }
}

@media screen and (max-width:767px) {
    .our-investors-heading {
        margin-bottom: 20px;
    }
    .logos-row {
        gap: 20px;
    }
    .experts-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}


/*CTA*/

.cta-about-section {
    background: url('../images/about/about-cta-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 57px;
    padding-bottom: 57px;
}

.cta-about-content-container {
    background: rgba(255, 255, 255, 0.95);
    max-width: 624px;
    padding: 40px;
    margin-left: auto;
}

.review-name {
    color: #896318;
    font-size: 16px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.cta-heading {
    width: 100%;
    margin-bottom: 10px;
}

.about-cta-button {
    margin-top: 10px;
}

@media screen and (max-width:992px) {
    .cta-about-content-container {
        padding: 30px;
        max-width: 500px;
    }
}

@media screen and (max-width:767px) {
    .cta-about-content-container {
        padding: 20px;
        max-width: 400px;
    }
}