#human-resource {
    font-size: large;
    font-family: 'Lato', sans-serif;
    padding: 20px;
}

#human-resource ul {
    list-style-type: circle;
}

#human-resource a {
    text-decoration: underline;
    color: black;
}

.human-resource-heading {
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
}

.human-resource-heading h1 {
    color: #394096;
    border-bottom: 1px solid #394096;
}

.human-resource-heading p {
    padding-right: 30px;
}

.human-resource-container {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: auto;
}

.container-1 {
    padding: 10px 40px 40px 40px;
    text-align: justify;
}

.container-1 h2 {
    color: #394096;
}

.container-2 {
    padding-top: 100px;
    padding-right: 80px;
    padding-left: 40px;
    text-align: center;
    align-items: center;
}

.container-2 img {
    width: 100%;
    height: 250px;
}

.join-our-team {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    text-align: justify;
}

.join-our-team h2 {
    color: #394096;
}

@media screen and (max-width:322px) {
    .container-2 img {
        width: 100%;
        height: 250px;
    }
    .human-resource-heading {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    .human-resource-container {
        display: flex;
        flex-flow: column-reverse wrap;
        justify-content: center;
    }
    .container-2 {
        padding-right: 10px;
        padding-top: 20px;
        padding-left: 10px;
    }
    .container-1 {
        padding: 10px 10px 10px 10px;
    }
}

@media screen and (max-width:378px)and (min-width: 323px) {
    .container-2 img {
        width: 100%;
        height: 250px;
    }
    .human-resource-heading {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    .human-resource-container {
        display: flex;
        flex-flow: column-reverse wrap;
        justify-content: center;
    }
    .container-2 {
        padding-right: 10px;
        padding-top: 20px;
        padding-left: 10px;
    }
    .container-1 {
        padding: 10px 10px 10px 10px;
    }
}

@media screen and (max-width:430px)and (min-width: 379px) {
    .container-2 img {
        width: 100%;
        height: 250px;
    }
    .human-resource-heading {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    .human-resource-container {
        display: flex;
        flex-flow: column-reverse wrap;
        justify-content: center;
    }
    .container-2 {
        padding-right: 10px;
        padding-top: 20px;
        padding-left: 10px;
    }
    .container-1 {
        padding: 10px 10px 10px 10px;
    }
}

@media screen and (max-width:769px)and (min-width: 431px) {
    .container-2 img {
        width: 100%;
        height: 250px;
    }
    .human-resource-heading {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    .human-resource-container {
        display: flex;
        flex-flow: column-reverse wrap;
        justify-content: center;
    }
    .container-2 {
        padding-right: 150px;
        padding-top: 20px;
        padding-left: 150px;
    }
}