main .hero-container .txt--hero-section h1{
    margin-top: 30px;
}
body main .blogs-section{
    gap: 20px;
}

body main .blogs .blogs-b {
    grid-template-columns: repeat(5, auto);
    /* grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); */
    grid-template-rows: none;
    /* column-gap: 20px; */
}

main .banner-moreinfo {
    background-image: url("../assets/img/banner-blog.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100vw;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main .banner-moreinfo h3{
    font-size: 30px;
    color: white;
    text-align: center;
}



main .options-info .ourservice{
    background-image: url("../assets/img/ourservice-blog.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 20px; */
    text-align: center;
    font-size: 30px;
    color: white;
}

main .options-info .contactus{
    background-image: url("../assets/img/contactus-blog.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 20px; */
    text-align: center;
    font-size: 30px;
    color: white;
}

@media screen and (min-width: 1025px) {
    h3,h4,h5{
        font-size: 40px;
    }
    main .options-info{
        display: grid;
        grid-template-columns: repeat(2, 50%);
    }
    main .options-info .ourservice,
    main .options-info .contactus{
        height: 450px;
    }
    main .banner-moreinfo{
        height: 450px;
    }
    main .banner-moreinfo h3{
        font-size: 40px;
    }
}

@media screen and (min-width: 1025px) {
    h3,h4,h5{
        font-size: 48px;
    } 
    main .banner-moreinfo h3{
        font-size: 48px;
    }
}
@media screen and (min-width: 1920px) {
    h1{
        font-size: 58px !important;
    }
    h3,h4,h5{
        font-size: 58px;
    } 
    main .banner-moreinfo h3{
        font-size: 58px;
    }
    body main .blogs-section h4 {
        font-size: 70px;
    }
}