#blog h3 {
    color: #001F7E;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px;
}
#blog img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
#blog .content {
    background: #F5F6F7;
    padding: 20px;
}
#blog .content .date {
    color: #D00C27;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
#blog .content h3 {
    color: #001F7E;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#blog .content p {
    color: #1C2A45;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#blog .content .btn {
    padding: 10px 40px;
    margin-top: 20px;
}

#filters {
    padding: 25px 0;
    margin-top: 25px;
    background: #F5F6F7;
}
#filters form {
    position: relative;
}
#filters form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    width: 38px;
    background: #001F7E;
    border: none;
    color: #fff;
    border-radius: 0 0.25rem 0.25rem 0;
}
#blog {
    padding: 50px 0;
}
