.tutorialCategoryHeading {
    font-weight:500 !important;
    color:#474746 !important;
    font-size:32px;
    background:#EEF0F4;
    border-radius:15px;
    padding:15px 25px;
    width:auto !important;
    margin:12.5px !important;
    border-bottom:none !important;}

.tutorial_category_wrapper h3.title {
    font-weight:500 !important;
    margin:0 0 15px 0 !important;
    line-height:100% !important;}
.tutorial_category_wrapper h3.title a {
    font-weight:500 !important;
    line-height:100% !important;
    color:#474746 !important;}
.tutorial_category_wrapper h3.title a:hover {
    color:#1562ad !important;}

.categoryRow .tutorial_category_wrapper {
    padding:0 !important;}
.categoryRow .tutorial_category_wrapper .col.full:nth-child(2n) {
    background:transparent !important;}
.col.half.tutorial_column {
    background:#EEF0F4;
    border:12.5px solid white;
    border-radius:27.5px;
    padding:15px 25px !important;}
.col.half.tutorial_column p a {
    display:inline-block;
    margin: 15px 15px 0 0 !important;
    padding:8px 15px;
    background:#1562ad;
    letter-spacing:0;
    font-weight:500;
    color:#fff;
    border-radius:25px;
    transition:all 0.2s linear;}
.col.half.tutorial_column p a:hover {
    background:#004D9F;
    color:#fff;}
.col.half.tutorial_column .read_more_toggler {
    cursor:pointer !important;}

@media (max-width: 768px) {
    .col.half.tutorial_column {
        width:100% !important;}
}
