body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Proxima Nova Condensed', sans-serif !important;
    background: white;
}


.blog-container{
    display: grid;
    box-sizing: border-box;
    grid-template-columns: repeat(3,1fr);
    gap: 2%;
}

.blog-section img{
    width: 100%;
    align-items: end;
}

.blog-section{
    margin-top: 5%;
}

.title-content{
    background:linear-gradient(90deg, rgba(8,34,72,1) -9%, rgba(6,39,80,1) 0%, rgba(19,82,174,1) 100%); 
    width: 35%;
    height: 28px;
    text-align: center;
    border-radius: 15px;
    padding-top: 4px;
    font-size: 13px;
    font-weight: lighter;
    border: none;
    color: #FFFFFF;
    position: relative;
    top: -11px;
    left: 22px;
}

.blog-content p, .from, .about-more{
    margin-left: 15px;
}

.first-content{
    background-color: #efefef;
}
.second-content{
    background-color: #efefef;
}
.third-content{
    background-color: #efefef;
}
.fourth-content{
    background-color: #efefef;
}
.five-content{
    background-color: #efefef;
}
.six-content, .seven-content{
    background-color: #efefef;
}


.blog-second-container{
    display: grid;
    box-sizing: border-box;
    grid-template-columns: repeat(3,1fr);
    gap: 2%;
    padding: 0px;
    margin: 0px;
}

.heading{
    margin-bottom: 10px;
    margin-left: 15px;
    text-align: left;
}

.head-one{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 0.5;
    text-align: left;
}

.blog-content{
    text-align: left;
}

.about-more{
    color: black;
    cursor: pointer;
}



.blog-content .light{
    color: rgb(121, 118, 118);
}

.blog-content p{
    color: rgb(121, 118, 118);
    margin-bottom: 0px;
}

.more-content{
    display: flex;
    margin: 5% 0%;
}

.pages{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    gap: 2px;
}

.pages a{
    font-size: 19px;
    color: #6F8BA4;
}

.pre-one, .next-one{
    width: 7%;
    height: 8vh;
    box-shadow: 1px 0px 4px -2px;
    background-color: #FFFFFF;
    text-align: center;
    padding: 6px;
}



.digit{
    width: 5%;
    height: 8vh;
    box-shadow: 1px 0px 4px -2px;
    background-color: #FFFFFF;
    text-align: center;
    padding: 6px;
}


@media only screen and (max-width:2303px){
    .title-content {
        background: linear-gradient(90deg, rgba(8, 34, 72, 1) -9%, rgba(6, 39, 80, 1) 0%, rgba(19, 82, 174, 1) 100%);
        width: 50%;
        height: 6.2%;
        text-align: center;
        border-radius: 50px;
        padding-top: 9px;
        font-size: 19px;
        font-weight: lighter;
        border: none;
        color: #FFFFFF;
        position: relative;
        top: -18px;
        left: 22px;
        margin-bottom: 3%;
    }


    .digit {
        width: 4%;
        height: 6vh;
        box-shadow: 1px 0px 4px -2px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        padding: 14px;
    }

    .pre-one, .next-one {
        width: 4%;
        height: 6vh;
        box-shadow: 1px 0px 4px -2px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        padding: 14px;
    }

    .head-one {
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 23px;
        line-height: 0.5;
        text-align: left;
    }

    .blog-content  .from, .about-more {
        margin-left: 15px;
        font-size: 1.2rem;
    }
    .blog-content p{
        margin-left: 15px;
        font-size: 1.3rem;
    }

}

@media only screen and (max-width:1440px){
    .title-content{
        font-size: 13px;
        padding-top: 10px;
        width: 40%;
    }

    .head-one{
        font-size: 20px;
    }

    .blog-content .from, .about-more {
        margin-left: 15px;
        font-size: 0.9rem;
    }

    .blog-content p {
        margin-left: 15px;
        font-size: 1rem;
    }
}


@media only screen and (max-width:1405px){

    .next-one, .pre-one {
        width: 7%;
        height: 10%;
        box-shadow: 1px 0px 4px -2px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        padding: 16px;
    }


    .digit {
        width: 5%;
        height: 60px;
        box-shadow: 1px 0px 4px -2px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        padding: 14px;
    }

}



@media only screen and (max-width:1140px){

    .next-one,.pre-one {
        width: 7%;
        height: 10%;
        box-shadow: 1px 0px 4px -2px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        padding: 12px;
    }

    .digit {
        width: 5%;
        height: 10%;
        box-shadow: 1px 0px 4px -2px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        padding: 12px;
    }
}


@media only screen and (max-width:992px){

    .pre-one {
        width: 7%;
        height: 15%;
        box-shadow: 1px 0px 4px -2px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        padding: 10px;
        font-size: 0.6rem;
    }
    .digit {
        width: 6%;
        height: 15%;
        box-shadow: 1px 0px 4px -2px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        padding: 10px;
    }
    .next-one {
        width: 7%;
        height: 15%;
        box-shadow: 1px 0px 4px -2px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        padding: 10px;
    }

}

@media only screen and (max-width:768px){
.blog-container {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    width: 50%;
    margin-bottom: 13%;
}    

.conatiner{
    width: 70%;
}

.heading{
    text-align: left;    
}

.head-one{
    font-size: 23px;
}

.blog-content{
    text-align: left;
    font-size: 18px;
}


.title-content {
    width: 27%;
    margin-bottom: 2%;
    height: 4.5%;
}



.blog-second-container {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    width: 50%;
    margin-top: 5%;
}    

.conatiner{
    width: 70%;
}

.heading{
    text-align: left;    
}

.head-one{
    font-size: 23px;
}

.blog-content{
    text-align: left;
    font-size: 18px;
}
    
    

.pages{
    margin-top: 15%;
}

.pre-one{
    width: 10%;
}

.digit {
    width: 8%;
    height: 45px;
    box-shadow: 1px 0px 4px -2px;
    background-color: #FFFFFF;
    text-align: center;
    padding: 6px;
}

.pages a{
    font-size: 19px;
    color: #6F8BA4;
}

.next-one {
    width: 8%;
    height: 15%;
    box-shadow: 1px 0px 4px -2px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 8px;
}
.pre-one {
    width: 8%;
    height: 15%;
    box-shadow: 1px 0px 4px -2px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 8px;
}
}

@media only screen and (max-width:600px){
    .digit {
        width: 9%;
        height: 45px;
        box-shadow: 1px 0px 4px -2px;
        background-color: #FFFFFF;
        text-align: center;
        padding: 6px;
    }

    .pages {
        margin-top: 21%;
    }

    .title-content {
        font-size: 0.9rem;
    }

    .title-content {
        width: 27%;
        margin-bottom: 2%;
        height: 4.5%;
    }

}


@media only screen and (max-width:576px) {
    .blog-container {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        width: 40%;
        margin-bottom: 14px;
    }  
    
    .blog-container img{
        width: 100%;
    }

    .conatiner{
        width: 50%;
    }
    
    
    .head-one{
        font-size: 18px;
    }
    
    .blog-content{
        text-align: left;
        font-size: 16px;
    }

    .from{
        font-size: 16px;
    }
    
    
    .blog-second-container {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        width: 50%;
        margin-top: 15%;
    }    
    
    .conatiner{
        width: 70%;
    }

    .title-content{
        width: 27%;
        margin-bottom: 2%;
    }

    
    .heading{
        text-align: left;    
    }
    
    .head-one{
        font-size: 23px;
    }
    
    .blog-content{
        text-align: left;
        font-size: 18px;
        margin-bottom: 5%;
    }

    .blog-content .paragraph{
        margin-top: 2%;
    }

    
    .pages{
        margin-top: 20%;
    }

    .pages a {
        font-size: 15px;
        color: #6F8BA4;
    }


    .pre-one {
        width: 8%;
        height: 15%;
        box-shadow: 1px 0px 4px -2px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        padding: 6px;
    }
    .digit {
        width: 8%;
        height: 15%;
        box-shadow: 1px 0px 4px -2px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        padding: 6px;
    }
    .next-one {
        width: 8%;
        height: 15%;
        box-shadow: 1px 0px 4px -2px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        padding: 6px;
    }

}

@media only screen and (max-width:420px) {
    .title-content{
        width: 36%;
        height: 5%;
        font-size: 0.8rem;
    }

    .head-one{
        font-size: 20px;
    }

    .from{
        font-size: 15px;
    }

    .blog-content{
        font-size: 15px;
    }

    .about-more{
        font-size: 15px;
    }

    .pages a {
        font-size: 15px;
        color: #6F8BA4;
    }

    .pages {
        margin-top: 24%;
    }


    .pre-one {
        width: 13%;
        height: 40%;
    }

    .digit {
        width: 12%;
    }

    .next-one{
        width: 12%;
        height: 4%;
    }
}

@media only screen and (max-width:320px){

    .pages {
        margin-top: 26%;
    }

    .title-content {
        width: 40%;
        height: 5.5%;
    }

    .date {
        font-size: 12px;
    }

    .head-one {
        font-size: 17px;
    }

    .next-one {
        width: 13%;
    }

    .pre-one {
        width: 13%;
    }

    .digit {
        width: 13%;
    }

    .pages a{
        font-style: 14px;
    }

    .pages {
        margin-top: 30%;
    }


}








