/*
Juniors programs section
*/

.junior-programs {
    padding: 75px 0 65px;
}

.program-image {
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 5px solid #c6e331;
}

.programs-container {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
}

.program-wrapper {
    padding: 0;
}

.program-inner {
    height: 100%;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
}

.program-description {
    padding: 25px 25px 5px;
}

.program-text {
    padding: 0 5px;
}

.program-age {
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
}

.program-description h5 {
    margin-bottom: 0;
}

.program-text p {
    font-size: 12px;
    line-height: 20px;
    color: #555555;
    font-weight: 400;
}

.program-button {
    margin-top: auto;
    padding: 0 10px;
}

.program-button a {
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    padding: 10px 35px ;
    border: 2px solid #c6e331;
    border-radius: 16px;
    transition: 0.3s all ease-in;
    display: inline-block;
    line-height: 12px;
}

.program-button a:hover {
    background-color: #c6e331;
}

.programs-container .program-wrapper:first-child .program-image {
    border-top-left-radius: 5px;
}

.programs-container .program-wrapper:last-child .program-image {
    border-top-right-radius: 5px;
}

.programs-container .program-wrapper:last-child .program-inner {
    border-right: none;
}

#banner {
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

#banner h2 {
    font-weight: 400;
}

#banner a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 34px;
}

#banner h2 {
    font-size: 30px;
}

@media (max-width: 1200.9px) {
    .program-button a {
        padding: 10px 15px;
    }
}

@media (max-width: 991.9px) {

    .junior-programs {
        padding: 45px 0 35px;
    }

    .programs-container {
        border: none;
        border-radius: 0;
    }

    .program-inner {
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 5px;
    }

    .program-wrapper {
        padding: 15px 15px;
    }

    .program-text {
        text-align: center;
    }

    .program-image {
        height: 350px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .program-button a {

        padding: 10px 35px;
    }

    #banner {
        padding: 40px 0;
    }

    .programs-container .program-wrapper:last-child .program-inner {
        border-right: 1px solid rgba(0,0,0,0.1);
    }
}

@media (max-width: 575.9px) {
    .program-image {
        height: 280px;
    }

    .junior-programs {
        padding: 25px 0;
    }

    .program-description {
        padding: 25px 10px 5px;
    }

    #banner h2 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media(max-width: 375.9px) {
    .program-image {
        height: 200px;
    }
}