.contentSidebar {
    padding: 50px 0;
}
.contentSidebar .row {
    justify-content: space-between;
}
.contentSidebar .content h2 {
    color: #001F7E;
    font-family: Inter;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}
.contentSidebar .content h3 {
    color: #001F7E;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}
.contentSidebar .content p {
    color: #1C2A45;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contentSidebar .course {
    border: 1px solid #D00C27;
    background: #F5F6F7;
    padding: 20px;
    margin-bottom: 40px;
}
.contentSidebar .course h3 {
    color: #001F7E;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.contentSidebar .course p {
    color: #1C2A45;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contentSidebar .course .btn {
    padding: 10px 40px;
    margin-top: 20px;
}
.contentSidebar .article h3 {
    color: #001F7E;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px;
}
.contentSidebar .article img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.contentSidebar .article .content {
    background: #F5F6F7;
    padding: 20px;
}
.contentSidebar .article .content .date {
    color: #D00C27;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.contentSidebar .article .content h3 {
    color: #001F7E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contentSidebar .article .content p {
    color: #1C2A45;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contentSidebar .article .content .btn {
    padding: 10px 40px;
    margin-top: 20px;
}

.contentSidebar .contact {
    border: 1px solid #D00C27;
    background: #F5F6F7;
    padding: 20px;
}
.contentSidebar .contact h3 {
    color: #001F7E;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.contentSidebar .contact p {
    color: #1C2A45;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contentSidebar .contact .phone {
    display: flex;
    align-items: center;
}
.contentSidebar .contact .phone a {
    text-decoration: none;
    color: #000E38;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contentSidebar .contact .phone i {
    width: 30px;
    color: #D00C27;
}
.contentSidebar .contact .email {
    display: flex;
    align-items: center;
}
.contentSidebar .contact .email a {
    text-decoration: none;
    color: #000E38;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contentSidebar .contact .email i {
    width: 30px;
    color: #D00C27;
}
.contentSidebar .contact .address {
    display: flex;
}
.contentSidebar .contact .address i {
    min-width: 30px;
    color: #D00C27;
    margin-top: 3px;
}
.contentSidebar .contact .address p {
    color: #000E38;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contentSidebar .content h4 {
    color: #001F7E;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}
.contentSidebar .content ul {
    padding-left: 20px;
}
.contentSidebar .content ul li {
    color: #1C2A45;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
