#blog{
    padding: 50px 0;
}

#blog .wrap {
    display: flex!important;
}
#blog .wrap .left {
    margin-right: 10px;
}
#blog .wrap .left i {
    color: #846FC4;
    font-size: 26px;
}
#blog .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;
}
#blog .wrap .date {
    color: #333;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    text-transform: uppercase;
}
#blog .wrap .date i {
    color: #44C95B;
}
#blog .wrap .content {
    border-bottom: 1px solid #D9D9D9;
}
#blog .wrap .content p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
#blog .wrap .click {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
#blog .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;
}
#blog .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;
}

#filters {
    padding-top: 30px;
}
#filters .wrap {
    border-radius: 10px;
    background: #44C95B;
    padding: 20px 50px;
}
#filters form {
    position: relative;
}
#filters form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    width: 38px;
    border: 0;
    background: none;
}
