#who-header {
    height: 480px;
    background-color: var(--primary-100);
    z-index: 1;
}

#who-text {
    width: 521px;
}

#illustration-who {
    height: 318px;
}

#illustration-who-line {
    width: 472px;
    height: 693px;
    rotate: 75.212deg;
    left: -360px;
    top: -220px;
    z-index: -1;
}

#illustration-who-1{

    width: 384px;
    height: 274px;

    top: 40px;
    right: 0;
    transform: rotate(7deg);

    border-radius: 24px;
    object-fit: cover;
}

#available-hike>img {
    width: 381.461px;
    height: 560.158px;
    top: -100px;
    left: calc(50% - 668px);
    transform: rotate(160.755deg);
    z-index: -1;
}

#available-hike-text {
    width: 453px;
}

#our-objectives {
    background-color: var(--primary-100);
    z-index: 1;
}

#our-objectives>img {
    width: 392.51px;
    height: 576.035px;
    transform: rotate(152.864deg);
    top: -280px;
    left: 750px;
    z-index: -1;
}

.heading-light {
    color: var(--primary-800) !important;
}

.subtitle {
    font-size: 23px;
}

#who-story-1 img {
    height: min-content;
}

#who-story-2 {
    max-width: 368px;
}

#who-story-3 {
    max-width: 473px;
}

#who-story-2 img,
#who-story-3 img {
    height: 300px;
}

@media screen and (max-width: 1136px) {
    .container {
        width: 100%;
    }

    #who-story-2 {
        max-width: none;
    }

    #who-story-3 {
        max-width: none;
    }

    #who-header {
        height: auto;
        padding: 96px 27px;
    }

    #available-hike-content {
        width: 100% !important;
    }
    #available-hike-text {
        width: 100% !important;
    }

    #illustration-who-line {
        left: -20px;
        top: -280px;
    }
    
    #illustration-who-1{
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -25%) rotate(7deg);
    }

    #our-objectives {
       margin: 27px;
    }

    #our-objectives>img {
        top: -250px;
        left: 20px;
    }

    #who-text {
        width: 100%;
    }

}