#eventContainer {
    margin-top: 270px;
}

#pageTitle {
    font-size: 1.8rem;
}

.imgContainer {
    height: 600px;
    padding-left: 1.5rem;
    display: flex;
    align-items: flex-start;
    /* justify-content: center; */
}

#lawyerName {
    font-size: 1.5rem;
    text-decoration-color: gold;
}

.lawyerDesc {
    font-size: 1.2rem;
    /* font-family: Book Antiqua; */
}

body {
    padding-right: 1.5rem;
}

#lawyerThree {
    height: 680px;
}

@media only screen and (max-width: 770px) {
    #lawyerOne {
        height: 780px;
    }

    #lawyerTwo {
        height: 960px;
    }
    
    #lawyerFour {
        height: 700px;
    }
    
}

@media only screen and (max-width: 440px) {
    #eventContainer {
      margin-top: 330px;
    }

    .imgContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* height: 1200px; */
    }

    #lawyerOne {
        height: 1200px;
    }

    #lawyerTwo {
        height: 1480px;
    }

    #lawyerThree {
        height: 1350px;
    }

    #lawyerThree img {
        height: 500px;
    }

    #lawyerFour {
        height: 1220px;
    }

    #lawyerFive {
        height: 1150px;
    }
    
    #admin {
        height: 700px;
        align-self: flex-start;
    }
}

@media only screen and (max-width: 420px) {
    #eventContainer {
      margin-top: 330px;
    }

    .imgContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* height: 1200px; */
    }

    #lawyerOne {
        height: 1200px;
    }

    #lawyerTwo {
        height: 1500px;
    }

    #lawyerThree {
        height: 1400px;
    }

    #lawyerThree img {
        height: 500px;
    }

    #lawyerFour {
        height: 1220px;
    }

    #lawyerFive {
        height: 1210px;
    }
    
    #admin {
        height: 700px;
        align-self: flex-start;
    }
}


@media only screen and (max-width: 395px) {
    #lawyerFour {
        height: 1240px;
    }
}


@media only screen and (max-width: 385px) {
    #lawyerOne {
        height: 1300px;
    }

    #lawyerTwo {
        height: 1570px;
    }

    #lawyerThree {
        height: 1420px;
    }

    #lawyerFour {
        height: 1290px;
    }
}

@media only screen and (max-width: 365px) {
    #lawyerOne {
        height: 1300px;
    }

    #lawyerTwo {
        height: 1620px;
    }

    #lawyerThree {
        height: 1450px;
    }

    #lawyerFour {
        height: 1350px;
    }

    #lawyerFive {
        height: 1300px;
    }
}