#hero{
    background: #000000;
    padding: 50px 0;
}

#hero h1{
    color: #fff;
    font-size: 50px
}

#hero .content{
    color: #fff;
}

#hero span{
    color: #fff!important;
}

#hero span a{
    color: #fff;
    text-decoration: none;
}

#blog .row{
    justify-content: space-between;
    align-items: center;
}

#blog .inner{
    background: #fff;
    padding: 15px;
    box-shadow: 0px 1px 4px #00000012;
}

#blog img{
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
    height: 280px;
}

#blog .date{
    color: #A48111;
    margin: 20px 0;
}

#blog .post h2{
    font-size: 17px;
    font-weight: 400;
    color: #090909;
    font-family: 'Montserrat';
    margin-bottom: 40px;
}

#blog .click .btn{
    margin-left: auto;
    display: block;
    width: 200px;
}

#filters{
    padding: 50px 0;
}

#filters form{
    position: relative;
}

#filters form button{
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
}

#filters input{
    height: 38px;
    border-radius: 0px;
    border: 1px solid #A48111;
}

#filters select{
    border-radius: 0;
    border: 1px solid #A48111;
}