.latestNews {
    padding: 100px 0;
}
.latestNews .header {
    margin-bottom: 50px;
}
.latestNews .header h2 {
    color: #3A1E92;
    text-align: center;
    font-family: Domine;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
}
.latestNews .header p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.latestNews .header p:first-of-type {
    color: #211448;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.4px;
}
.latestNews .slick-slider{
    margin: 0 10px;
}
.latestNews .wrap {
    display: flex!important;
}
.latestNews .wrap .left {
    margin-right: 10px;
}
.latestNews .wrap .left i {
    color: #846FC4;
    font-size: 26px;
}
.latestNews .wrap h3 {
    color: #9E2057;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    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;
}
.latestNews .wrap .date {
    color: #333;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    text-transform: uppercase;
}
.latestNews .wrap .date i {
    color: #44C95B;
}
.latestNews .wrap .content {
    border-bottom: 1px solid #D9D9D9;
}
.latestNews .wrap .content p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.latestNews .wrap .click {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.latestNews .wrap .click p {
    margin: 0;
    color: #3A1E92;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-right: 15px;
}
.latestNews .wrap .click a {
    color: #9E2057;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    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;
}
