:root {
    --primary-color: #435e45;
    --secondary-color: #198c3a;
}

.paget-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    font-family: 'Raleway', sans-serif;
}

.paget-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--primary-color);
}

@media only screen and (max-width: 500px) {
    .paget-title h2 {
        font-size: 36px;
    }
}

.blend {
    position: absolute;
    height: 100%;
    background-color: rgba(0, 5, 49, .55);
}

.wall {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.text-capitalize {
    position: relative;
}

.history {
    margin-top: 10px;
}

.leaders {
    margin-bottom: 50px;
}

.leader {
    width: 100%;
    margin-bottom: 20px;
}

.mission-vision {
    margin-bottom: 50px;
}

.mis-vis {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 25px;
    margin: 10px;
}

.mis-vis h2 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-family: 'Raleway', sans-serif;
}

.quality {
    margin-bottom: 50px;
}

.quality ul li {
    position: relative;
    padding-bottom: 10px;
}

.quality ul {
    list-style: none;
}

.quality ul li:before {
    content: '';
    position: absolute;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    width: 10px;
    height: 10px;
    top: calc(50% - 4px);
    left: -20px;
    transform: translateY(-50%) rotate(-45deg);
}

@media only screen and (min-width: 300px) and (max-width: 499px) {
    .section-title h2 {
        color: var(--primary-color);
        font-size: 25px;
        margin-bottom: 30px;
        font-family: 'Raleway', sans-serif;
    }

    .section-content {
        font-size: 15px;
        font-family: 'Raleway', sans-serif;
    }
}

@media only screen and (min-width: 500px) and (max-width: 949px) {
    .section-title h2 {
        color: var(--primary-color);
        font-size: 40px;
        margin-bottom: 40px;
        font-family: 'Raleway', sans-serif;
    }

    .section-content {
        font-size: 18px;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
    }

    .single-leader {
        font-size: 18px;
        font-family: 'Raleway', sans-serif;
    }

    .mis-vis h2 {
        font-size: 30px;
        font-family: 'Raleway', sans-serif;
    }
}

@media only screen and (min-width: 950px) {
    .section-title h2 {
        color: var(--primary-color);
        font-size: 40px;
        margin-bottom: 40px;
        font-family: 'Raleway', sans-serif;
    }

    .section-content p {
        font-size: 18px;
        font-family: 'Raleway', sans-serif;
    }

    .single-leader {
        font-size: 18px;
        font-family: 'Raleway', sans-serif;
    }

    .mis-vis h2 {
        font-size: 30px;
        font-family: 'Raleway', sans-serif;
    }
}