.a-header {
    min-height: 60vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7), rgba(4,9,30,0.7)),url(images/patternbg1.jpg);
}

.a-text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.a-text-box p{
    color: #fff;
}
.a-awards {
    padding: 20px 10%;
    text-align: left;
    list-style: inside;
}
.a-row{
    margin-top: 2%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.a-course-col {
    width: 46%;
    text-align: left;
    background: #fff3f3;
    border-radius: 10px;
    margin: 2%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
.a-course-col h2 a {
    color: rgba(4,9,30);
}
.a-course-col ul {
    list-style: none;
}
.req-offer {
    font-size: 1.2em;
    padding: 30px 5px 10px;
}
ol {
    margin: 1.2em 2em;
    list-style: inside;
    list-style-type: decimal;
}
@media(max-width: 700px) {
    .a-course-col {
        width: 96%;
        margin-left: 5%;
    }
    ol {
        margin-left: 2.2em;
    }
}