#hero .text {
    padding: 100px 0;
    text-align: center;
}
#filters {
    background: #294F2B;
    margin-bottom: 20px;
    padding: 20px 0;
}
#filters form {
    height: 45px;
    position: relative;
}
#filters button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    background: transparent;
    border: none;
    color: #fff;
}
#filters input,
#filters select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    height: 45px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
#filters ::placeholder {
    color: #fff;
}
#filters select option {
    color: #000 !important;
    background: #fff;
}
#blog {
    padding: 50px 0;
}
#blog .wrap {
    border: 1px solid #E9E9E9;
    border-radius: 8px;
}
#blog .post {
    padding: 10px;
}
#blog .content {
    padding: 30px;
}
#blog img {
    width: 100%;
    height: 252px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#blog .btn {
    text-transform: uppercase;
}
#blog .post h2 {
    color: #000000;
    font-size: 17px;
    line-height: 24px;
    padding: 10px 0;
}
#blog .post p {
    color: #878787;
    font-weight: 300;
    font-size: 15px;
}
#blog .post .date {
    color: #294F2B;
    font-size: 14px;
    text-transform: uppercase;
}
.pag-wrap{
    margin: 50px 0 0;
}
.pag{
    display: flex;
    justify-content: center;
}
.pag span{
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
    border: 1px solid #284F2B;
}
.pag a{
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #294F2B 0% 0% no-repeat padding-box;
    border: 1px solid #284F2B;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 2px;
}
.pag .next, .pag .prev{
    width: auto;
    padding: 0 10px;
}