/* custom css */

.cover-photo {
    background-attachment: unset !important;
}

#continue-exploring {
    background-image: url(/learningabroad/_images/burma-myanmar-red.jpg);
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
    color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

#continue-exploring a {
    color: #FFF9D9;
}

#student-exp {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
    background-color: #fff9d9;
}

blockquote {
    border-left: 5px solid rgba(0, 0, 0, .2);
    padding: 10px 20px !important;
}


@media (max-width: 768px) {
    #process table tr {
        display: flex;
        flex-wrap: wrap;
    }

    #student-exp .container {
        display: flex;
        flex-direction: column;
    }

}