

/* ================================ IMAGE BACKGROUND SECTION ================================ */


.Payment-channels-image-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-top: 8rem;
    width: 100%;
    height: 60vh;
    background: url('https://images.ctfassets.net/ihx0a8chifpc/pkPsn4xvlsW7rV74rsMhW/9b749af2555183d91e84b9879422c180/placehold-1280x720.jpg'); 
    background-size: cover; 
    background-position: center;
    z-index: -1;
}



/* ================================ TITLE SECTION ================================ */

.Guidance-Counselors-section {
    padding:0;
    margin: 3.5%;
    bottom:2%;
    left:50%;
    text-align: center;
}

.Guidance-Counselors-section h2 {
    text-transform: uppercase;
    font-weight: 900;
    color: #A12124; 
    font-size: 65px;
    line-height: 1;
    margin-bottom: 1%;
}

.Guidance-Counselors-section h3 {

    text-transform: uppercase;
    font-weight: 900;
    color: #625F5F; 
    font-size: xx-large;
    line-height: 1;
    margin-bottom: 4%;
}

.Guidance-Counselors-section p {

    text-transform: uppercase;
    font-weight: 900;
    color: #625F5F; 
    font-size: large;
    line-height: 1;
}



/* ================================ CONTENT SECTION ================================ */

.Guidance-Counselors-contents {
    padding: 3% 15% 5% 15%;
}





.Responsibilities h2, .Requirements h2 {

    text-transform: uppercase;
    font-weight: 900;
    color: #625F5F; 
    font-size: 30px;
    line-height: 1;
    margin-bottom: 2%;
}


/* RESPONSIBILITIES */

.Responsibilities {
    margin-bottom: 5%;

}

.Responsibilities li {
    
    font-size: large;
    color: #625F5F;
}

/* REQUIREMENTS */

.Requirements ul {
    padding: 0;
    font-size: large;
    color: #625F5F;
    line-height: 300%;
}