#who-header {
    height: 480px;
    background-color: var(--primary-100);
    z-index: 1;
}

#who-text {
    width: 521px;
}

#illustration-who-line {
    width: 472px;
    height: 693px;
    rotate: 75.212deg;
    left: -360px;
    top: -220px;
    z-index: -1;
}

#illustration-who-1{
    top: -20px;
    right: 100px;
} 

#illustration-who-2{
    top: 100px;
    right: -32px;
} 

#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-story-img, #our-story-img2 {
    height: 300px;
    background-position: center;
    background-size: cover;
}

#our-story-img {
    width: 464px;
    background-image: url('../../img/family.jpg');
}

#our-story-img2 {
    width: 656px;
    background-image: url('../../img/landscape.jpg');
}

#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;
}

@media screen and (max-width: 768px) {
    
    #our-objectives {
       width: 336px;
    }

    #our-objectives>img {
        top: -250px;
        left: 20px;
    }

    #our-story-img, #our-story-img2 {
        width: 100%;
    }

    #who-header {
        height: auto;
        padding: 96px 27px;
    }

    #who-text {
        width: 100%;
    }

    #illustration-who {
        height: 318px;
    }

    #illustration-who-line {
        left: -20px;
        top: -280px;
    }
    
    #illustration-who-1{
        top: 50px;
        left: -55px;
    } 
    
    #illustration-who-2{
        top: 150px;
        left: 145px;
    } 

}

@media screen and (max-width: 1136px) {
    
    #available-hike-content {
        width: 100% !important;
    }
    #available-hike-text {
        width: 100% !important;
    }

}