body {
    padding-top: 200px;
}

.entry-header h1 {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    color: #2b3844 !important;
    font-size: 22px;
    letter-spacing: 0.025rem;

    text-transform: uppercase;
}

.entry-header hr {
    border-top: 1px dashed #2980B9;


}

.entry-header .course-subtitle {
    color: #2b3844;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0.01rem;
}

.entry-content h2 {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02rem;
    border-bottom: 1px dashed #2980B9;
    padding-bottom: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #2980B9;

}

.entry-content p {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    color: #2C3E50;
    font-size: 15px;
    letter-spacing: 0.02rem;
    line-height: 34px;

}

.entry-content ul li {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    color: #2C3E50;
    font-size: 15px;
    letter-spacing: 0.02rem;
    line-height: 36px;
    padding-left: 30px;

}

.entry-content ul {
    list-style: none;
    /* remove default bullets */
    margin: 0;
    padding: 0;
}

.entry-content li {
    position: relative;
    padding-left: 22px;
    /* controls how "narrow" it appears */
}

.entry-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232980B9' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0'/%3E%3Cpath d='M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1z'/%3E%3C/svg%3E");

}


/* Medium devices (tablets, 300px and up)*/
@media (min-width: 300px) {}

/* Medium devices (tablets, 410px and up)*/
@media (min-width: 410px) {}

/* Medium devices (tablets, 576px and up)*/
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {}
