.WWDContainer {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40vh;
    margin-bottom: 5rem;
    background-color: rgba(109, 131, 92, 0.3);
}
.WWDContainerInfo {
    display: flex;
    align-items: center;
    margin: auto;
    height: fit-content;
    width: 64%;
}
.WWDDescription {
    display: block;
    width: 50%;
}
.WWDTitle {
    font-size: 4.5rem;
    font-weight: 100;
    margin-bottom: 1rem;
}
.WWDDesc {
    font-size: 1.3rem;
    font-weight: 200;
}
.WWDImg {
    width: fit-content;
    height: fit-content;
    display: block;
    margin-left: 10rem;
}
.WWDImg i {
    color: rgba(40, 99, 33, 0.7);
    font-size: 20rem;
}
.mainTitle {
    text-align: center;
    font-size: 4.5rem;
    font-weight: 100;
    margin-bottom: 2.5rem;
}
.profiles {
    display: block;
    width: 55%;
    height: fit-content;
    margin: auto;
}
.personContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    margin-bottom: 2rem;
}
.profileDescription {
    width: 50%;
    padding: 2rem;
}
.profileDescription2 {
    width: 45%;
    padding: 2rem;
}
.profilePic {
    width: 30rem;
    height: 30rem;
    border-radius: 30rem;
    margin-right: 2rem;
    background-image: url("../img/tree-8411271_1920.jpg");
    background-size: cover;
    background-position: center;
}
.profileTitle {
    font-size: 2.7rem;
    font-weight: 300;
}
.profilePosition {
    font-size: 1.7rem;
    font-weight: 500;
    margin: 0.6rem 0;
}
.profileSubDescription {
    margin-bottom: 1.3rem;
}
#Photo1 {
    background-image: url("../img/IMG_6217.JPG");
}
#person3 {
    background-image: url("../img/image0.jpeg");
}
#desktopPP, #mobilePP {
    background-image: url("../img/image2.jpeg");
    background-position: top;
}
#mobilePP {
    display: none;
}
@media screen and (max-width: 1600px) {
    .WWDImg i {
        font-size: 15rem;
    }
    .WWDTitle, .mainTitle {
        font-size: 3.5rem;
    }
    .profileTitle {
        font-size: 2.3rem;
    }
    .profilePosition {
        font-size: 1.3rem;
    }
    .profiles {
        width: 80%;
    }
}
@media screen and (max-width: 1200px) {
    .WWDImg i {
        font-size: 10rem;
    }
    .WWDTitle, .mainTitle {
        font-size: 3rem;
    }
    .WWDContainerInfo {
        width: 80%;
    }
    .WWDDesc {
        font-size: 1rem;
    }
    .profiles {
        width: 95%;
    }
    .profilePic {
        width: 25rem;
        height: 25rem;
    }
    .profileTitle {
        font-size: 2rem;
    }
    .profilePosition {
        font-size: 1rem;
    }
    .profileSubDescription {
        font-size: 0.8;
    }
}
@media screen and (max-width: 800px) {
    .WWDContainerInfo {
        width: 90%;
    }
    .WWDTitle, .mainTitle {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    .personContainer {
        display: block;
    }
    .profileDescription, .profileDescription2 {
        width: 90%;
        padding: 1.5rem;
    }
    .profilePic {
        width: 20rem;
        height: 20rem;
        margin: auto;
    }
    .profilePosition, .profileSubDescription, .profileTitle {
       text-align: center;
    }
    #mobilePP {
        display: block;
    }
    #desktopPP {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .WWDImg {
        margin-left: auto;
    }
    .WWDImg i {
        font-size: 8rem;
    }
    .WWDDescription {
        width: 75%;
    }
    .WWDTitle, .mainTitle {
        margin-bottom: 0.5rem;
        font-size: 2.3rem;
    }
    .profileTitle {
        font-size: 1.8rem;
    }
    .profileDescription, .profileDescription2 {
        font-size: 0.8rem;
    }
}