.description {
    color: #B8935F;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-family: 'Inter', sans-serif;
}

.kenya-world {
    color: #f4efe3;
    font-size: 64px;
    line-height: 1.08;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    margin-bottom: 22px;
    max-width: 419px;
}
.kenya-world span{
    color: #B8935F;
    font-style: italic;
}

p.hero-tagline{
    font-size: 19px;
    font-weight: 500;
    max-width: 524px;
    margin-bottom: 18px;
    line-height: 1.5;
    color: #f4efe3;
}

.section-one-intro {
    color: white;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 180px 0 162px;
    backdrop-filter: blur(10px);
}

.grown-highlands{
    color: rgba(244, 239, 227, 0.78);
    font-size: 17px;
    line-height: 1.7;
    max-width: 482px;
    margin-bottom: 40px;
    font-family: 'Inter', sans-serif;
}

.section-one-intro button{
    padding: 15px 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all .2s;
}
.centre-intro-her a{
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 17px;
    padding-left: 17px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 1px;
}
a.view-collection {
    color: #000;
    background: #B8935F;
    border: 1px solid #B8935F;
}

a.request-qoute {
    color: #f4efe3;
    border: 1px solid rgba(244, 239, 227, 0.4);
    background: transparent;
}
.ventures{
    background: #F4EFE3;
}

.ventures {
    background: #F4EFE3;
    border-bottom: 1px solid rgba(42, 38, 32, 0.14);
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 70px;
}

.ventures-item{
    padding: 34px 40px;
    text-align: center;
    border-left: 1px solid rgba(42, 38, 32, 0.14);
}
.ventures-item:first-child {
    border-left: none;
}

.ventures-item:last-child {
    /* border-left: none; */
}
.ventures span{
    color: #8C6D3F;
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    display: block;
    margin-bottom: 8px;
}

.ventures p{
    color: #2a2620;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media (max-width: 989px){
    .ventures {
        gap: 2px;
    }

    .ventures {
        gap: 2px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        border-bottom:none;
    }

    .ventures-item {
        border: 1px solid rgba(42, 38, 32, 0.14);
    }

    .ventures span {
        font-size: 14px;
    }
}

@media (max-width: 862px){
    .section-one-intro{
        padding: 68px 0 86px;
    }

    .kenya-world{
        font-weight: 400;
        font-size: 35px;
    }

    p.hero-tagline{
        font-size: 14px;
        font-weight: 400; 
    }

    .grown-highlands{
        font-size: 14px;
    }

    .description{
        font-size: 12px;
        font-weight: 500;
    }
    
    .centre-intro-her a{
        font-size: 8px;
        padding-right: 11px;
        padding-left: 11px;
        padding-top: 10px;
        padding-bottom: 10px; 
    }

    .ventures-item{
        padding: 17px 23px;
        padding-left: 42px;
    }

    .ventures span{
        margin-bottom: 3px;
    }
    .ventures p{
        font-size: 10px;
        font-weight: 500;
    }
}

@media (max-width:636px){
    .centre-intro-her {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 430px;
        padding-top: 30px;
    }

    .ventures p {
        font-size: 11px;
    }

    .ventures span {
        font-size: 11px;
    }

    .ventures-item {
        padding: 9px 15px;
        padding-left: 37px;
    }

    p.hero-tagline {
        text-align: center;
    }

    .grown-highlands {
        text-align: center;
    }
}

@media (max-width: 560px) {
    .ventures-item {
        padding: 9px 15px;
        padding-left: 17px;
    }
}
@media (max-width:500px){
    .kenya-world {
        font-size: 23px;
        line-height: 0.08;
        margin-bottom: 16px;
    }

    p.hero-tagline {
        font-size: 10px;
        line-height: 0.5;
    }

    .grown-highlands {
        font-size: 10px;
        margin-bottom: 37px;
    }

    .section-one-intro {
        padding: 49px 0 70px;
    }

    .ventures span {
        font-size: 6px;
    }

    .ventures p {
        font-size: 7px;
    }
}

@media (max-width: 439px){
    .ventures {
        display: grid;
        gap: 2px;
        grid-template-columns: repeat(2, 1fr);
    }

    .ventures-item{
        border-top: 1px solid rgba(42, 38, 32, 0.14);
    }

    .ventures p {
        font-size: 9px;
    }

    .ventures span {
        font-size: 9px;
    }

    .centre-intro-her {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: 377px;
    }

    p.hero-tagline {
        text-align: left;
        line-height: 1.5;
    }

    .grown-highlands {
        text-align: left;
    }

    .kenya-world {
        font-size: 25px;
        line-height: 0.08;
        margin-bottom: 21px;
    }

    p.hero-tagline {
        font-size: 13px;
    }

    .grown-highlands {
        font-size: 13px;
        margin-bottom: 38px;
    }

    .centre-intro-her a {
        font-size: 10px;
    }

    .description {
        font-size: 11px;
        text-align: center;
    }
}

@media (max-width:430px){
    .centre-intro-her {
        margin-left: 12px;
    }
}

@media (max-width:394px){
    .centre-intro-her {
        margin-left: 22px;
    }
}

@media (max-width:387px){
    .centre-intro-her {
        margin-right: 17px;
    }
}

@media (max-width:344px){
    .kenya-world{
        text-align: center;
    }

    p.hero-tagline {
        text-align: center;
    }

    .grown-highlands {
        text-align: center;
    }

    .centre-intro-her {
        align-items: center;
    }
}

@media (max-width: 332px){
    .ventures{
        gap: 0;
    }
}

@media (max-width:330px){
    .kenya-world{
        font-size: 20px;
        font-weight: 600;
    }

    .centre-intro-her a {
        font-size: 8px;
    }
}

@media (max-width:328px){
    .ventures-item {
        padding: 3px 14px;
    }
}

@media (max-width:320px){
    .ventures-item {
        padding: 3px 11px;
    }
}

@media (max-width:308px){
    .ventures-item {
        padding: 3px 9px;
    }
}

@media (max-width:300px){
    .ventures-item {
        padding: 3px 6px;
    }
}