/* Enter Your Custom CSS Here */
h1{
 font-size: 4.5rem;
}
h1,h2,h3,h4,h5,h6,p,li{
  text-transform: lowercase;
}
.slider-with-text .brands img {
    display: inline-block;
    height: 65px;
    margin: 15px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.single-post-back-btn {
    display: none;
}
.article-by-box .right-side {
    width: 40%;
    transition: all .2s ease;
    display: none;
}