body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

@media screen and (min-width: 1024px) {
    header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px 0;
    }
    
    .courses-boxes {
        width: 100%;
        float: left;
        padding: 0 6px;
    }
    
    .courses-list {
        width: 100%;
        float: left;
        background: #E0E0E0;
        border-radius: 4px;
        padding: 4px 4px 0px 4px;
        margin-bottom: 25px;
    }
    
    .courses-header {
        width: 99.8%;
        float: left;
        height: 46px;
        background: #000000;
        border-radius: 2px;
        display: flex;
        align-items: center;
        padding: 0 10px;
        margin: 0 1.5px;
    }
    
    .courses-header h3 {
        color: #ffffff;
        font-size: 18px;
        line-height: 25px;
        margin: 0;
    }
    
    .courses-list-col {
        width: 100%;
        float: left;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
        flex-wrap: wrap;
    }
    
    .courses-list-col a {
        width: 33.1%;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 6px;
        background: #E3000F;
        border-radius: 2px;
        font-size: 15px;
        line-height: 20px;
        color: #ffffff;
        margin: 10px 1px 0 1px;
        text-decoration: none;
    }
}

@media screen and (max-width: 1023px) {
    header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px 0;
    }

    .courses-boxes {
        width: 100%;
        float: left;
        padding: 0 6px;
    }

    .courses-list {
        width: 100%;
        float: left;
        background: #E0E0E0;
        border-radius: 4px;
        padding: 4px 4px 0px 4px;
        margin-bottom: 25px;
    }

    .courses-header {
        width: 99.5%;
        float: left;
        height: 46px;
        background: #000000;
        border-radius: 2px;
        display: flex;
        align-items: center;
        padding: 0 10px;
        margin: 0 1.5px;
    }

    .courses-header h3 {
        color: #ffffff;
        font-size: 18px;
        line-height: 25px;
        margin: 0;
    }

    .courses-list-col {
        width: 100%;
        float: left;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
        flex-wrap: wrap;
    }

    .courses-list-col a {
        width: 32.8%;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 6px;
        background: #E3000F;
        border-radius: 2px;
        font-size: 15px;
        line-height: 20px;
        color: #ffffff;
        margin: 10px 1.5px 0 1.5px;
        text-decoration: none;
    }
}


@media screen and (max-width: 767px) {
    header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px 0;
    }

    .courses-boxes {
        width: 100%;
        float: left;
        padding: 0 6px;
    }

    .courses-list {
        width: 100%;
        float: left;
        background: #E0E0E0;
        border-radius: 4px;
        padding: 4px 4px 0px 4px;
        margin-bottom: 25px;
    }

    .courses-header {
        width: 99%;
        float: left;
        height: auto;
        background: #000000;
        border-radius: 2px;
        display: flex;
        align-items: center;
        padding: 10px 10px;
        margin: 0 1.5px;
    }

    .courses-header h3 {
        color: #ffffff;
        font-size: 18px;
        line-height: 25px;
        margin: 0;
    }

    .courses-list-col {
        width: 100%;
        float: left;
        display: flex;
        flex-direction: row;
        padding-bottom: 10px;
        flex-wrap: wrap;
    }

    .courses-list-col a {
        width: 32.5%;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 6px;
        background: #E3000F;
        border-radius: 2px;
        font-size: 15px;
        line-height: 20px;
        color: #ffffff;
        margin: 10px 1.5px 0 1.5px;
        text-decoration: none;
    }
	.twoCol{width: 65% !important;}
	.height150 a{height: 150px !important;}
}