.bg-solar-system {
    background: radial-gradient(ellipse at bottom, #1C2837 0%, #050608 100%);
}

.bg-custom-page {
    background-image: url('../images/small-banner-bg.png');
}

.small-banner-image {
    width: 100%;
    height: 100px;
    position: relative;
}

.small-banner-image img {
    width: 45%;
    position: absolute;
    top: -60%;
    right: 0%;
}

.book_shelf .blog__single-post__image {
    text-align: center;
}

.book_shelf .blog__single-post__image a img {
    height: 250px;
    margin: 0 auto;
    margin-bottom: -5px;
}

.book_shelf .blog__single-post:hover .blog__single-post__image a img {
    /* transform: scale(1.1); */
}

.book_shelf .blog__single-post {
    margin-bottom: 30px;
}

.gslide-desc .content__body h3 {
    font-size: 1.3rem;
}

.gslide-desc .content__body ul li {
    line-height: 25px;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 780px) {
    .small-banner-image {
        display: none;
    }
}

@media (min-width: 780px) and (max-width: 960px) {
    .small-banner-image img {
        width: 85%;
    }
}

@media (min-width: 960px) and (max-width: 1200px) {
    .small-banner-image img {
        width: 65%;
    }
}