#recruitment {
    font-family: "Cairo", sans-serif;
}

#recruitment h3 {
    font-size: 45px;
    font-weight: 600;
}


#recruitment h4 {
    font-size: 35px;
    font-weight: 500;
}

#recruitment p,li {
    font-size: 20px;
    color: #5A5A5A;
}


#recruitment p,li {
    font-size: 20px;
    color: #5A5A5A;
}

#recruitment li::marker {
    color: black;
}


/*--------------------------------------------------------------
# MEDIA QUERIES
--------------------------------------------------------------*/

/* Small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 576px) {

}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {


}
