.courses {
    background: #E6F2F9;
    padding: 50px 0;
}
.courses .header {
    margin-bottom: 50px;
}
.courses .header h2 {
    color: #001F7E;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.courses .header h2 strong {
    color: #D00C27;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.courses .header p {
    color: #1C2A45;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.courses .inner {
    border-radius: 4px;
    background: #FFF;
    padding: 20px;
    display: flex;
}
@media (max-width: 576px) {
    .courses .inner {
        flex-direction: column;
    }
}
.courses .inner .number {
    width: 55px;
    height: 55px;
    background: #D00C27;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 20px;
}
@media (max-width: 576px) {
    .courses .inner .number {
        margin: 0 0 20px;
    }
}
.courses .inner h3 {
    color: #001F7E;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.courses .inner p {
    color: #595959;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.courses .inner p:last-of-type {
    color: #001F7E;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.courses .inner li {
    color: #595959;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
.courses .inner a {
    color: #D00C27;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
