#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;
}
#resources {
    padding: 50px 0;
}
#resources a {
    text-decoration: none;
}
#resources .wrap {
    display: flex;
    border-radius: 15px;
    border: 1px solid #D4D4D4;
    background: #FDFDFD;
}
#resources .wrap .left {
    width: 150px;
    border-radius: 15px 0 0 15px;
    background: #EFEFEF;
    display: flex;
    justify-content: center;
    align-items: center;
}
#resources .wrap .left p {
    margin: 0;
    color: #3A1E92;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}
#resources .wrap .right {
    padding: 20px 40px;
}
#resources .wrap .right .title {
    color: #211448;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
#resources .wrap .right .topic {
    margin-top: 30px;
    color: #3A1E92;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
#resources .wrap .right .topic span {
    color: #3A1E92;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

#resources .wrap .left {
    display: flex;
    flex-direction: column;
}
#resources .wrap .left .type {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}
