#filters {
    background: #2D820D;
    padding: 20px 0;
}
#filters form {
    position: relative;
}
#filters form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    width: 56px;
    background: none;
    border: none;
}
#filters input,
#filters select {
    padding: 15px 25px;
    border-radius: 10px;
    border: 1px solid #C2C2C2;
    position: relative;
}
#blog {
    padding: 50px 0;
}
#blog .wrap {
    border-radius: 20px;
    border: 1px solid #E0E0E0;
    padding: 25px;
}
#blog .wrap a {
    text-decoration: none;
}
#blog .wrap a img {
    width: 100%;
    height: 261px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}
#blog .wrap a .content h2 {
    color: #4F4F4F;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
#blog .wrap a .content p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 142%;
    letter-spacing: 0.048px;
}
#blog .wrap a .content .click {
    width: 100%;
    display: flex;
    justify-content: end;
    color: #2D820D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}
