.elementor-81 .elementor-element.elementor-element-2f2ee4c{--display:flex;--padding-top:0128px;--padding-bottom:0128px;--padding-left:0px;--padding-right:0px;}.elementor-81 .elementor-element.elementor-element-95a4ab7{--display:flex;}.elementor-81 .elementor-element.elementor-element-ab892ef{--display:flex;}.elementor-81 .elementor-element.elementor-element-704a5fa{padding:0px 0px 0px 0px;}@media(max-width:1340px){.elementor-81 .elementor-element.elementor-element-2f2ee4c{--padding-top:60px;--padding-bottom:60px;--padding-left:015px;--padding-right:015px;}.elementor-81 .elementor-element.elementor-element-704a5fa{padding:0px 0px 0px 0px;}}@media(min-width:651px){.elementor-81 .elementor-element.elementor-element-95a4ab7{--width:1280px;}}@media(max-width:1340px) and (min-width:651px){.elementor-81 .elementor-element.elementor-element-95a4ab7{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-704a5fa */.blog-random-container{
    font-family: 'poppins';
    color:#000;
}

.featured-post-wrapper article .featured-post-inner h3{
    text-align: center;
    max-width: 949px;
    margin: 0 auto;
    font-family: 'poppins';
    font-size: 48px;
    line-height: 64px;
}
.featured-post-inner p span{
    text-transform: capitalize;
}
.featured-post-inner p,
.featured-post-inner .featured-post-meta p{
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 28px;
    color:#A1A1A8;
    text-align: center;
}

.featured-post-inner .featured-post-image{
    height: 477px;
    width:100%;
}

.featured-post-inner .featured-post-image img,
.load-more-articles li .post-img img{
    height: 100%;
    object-fit: cover;
    width:100%;
}

.featured-post-inner .featured-post-excerpt{
    margin-top: 48px;
    margin-bottom: 128px;
}

.featured-post-inner .featured-post-meta{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.featured-post-inner .featured-post-meta p{
    margin: 0;
}

.featured-post-inner .featured-post-meta a{
    color:#2405F2;
    font-size: 16px;
    line-height: 28px;
    color:#2405F2;
    margin-top: 16px;
}
.grid-header{
    margin-bottom: 48px;
}
.blog-grid-container h2{
    margin: 0;
    text-align: center;
    font-family: 'poppins';
    font-size: 48px;
    line-height: 64px;
}

.load-more-articles{
   display: grid;
   grid-template-columns: repeat(3,1fr);
   gap:32px;
}

.load-more-articles li .post-img{
    height: 285px;
    margin-bottom: 32px;
}

.load-more-articles .date-post h6{
    margin: 0;
    font-family: 'poppins';
    font-size: 14px;
    line-height: 26px;
    color:#A1A1A8;
    font-weight: 400;
}

.load-more-articles .date-post{
    margin-bottom: 16px;
}

.load-more-articles  .content-post h3{
    font-family: 'poppins';
    font-size: 24px;
    line-height: 36px;
}

.load-more-articles  .content-post p{
    font-size: 14px;
    line-height: 26px;
    color:#A1A1A8;
    margin: 0;
}

.load-more-articles  .content-post a{
    display: flex;
    gap:10px;
    margin-top: 24px;
    align-items: center;
    color:#1C1E53;
    font-weight: 600;
    text-transform: capitalize;
}

button#load-more-btn{
    display: block;
    max-width: 300px;
    margin: 0 auto;
    font-family: 'poppins';
    margin-top: 80px;
    background: transparent;
    padding: 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color:#2405F2;
    font-weight: 600;
    text-transform: capitalize;
}

.load-more-status{
    text-align: right;
    margin-top: 30px;
    margin: 0;
    font-family: 'poppins';
     font-size: 14px;
    line-height: 26px;
}

@media screen and (max-width: 800px){
    .featured-post-wrapper article .featured-post-inner h3{
    font-size: 32px;
    line-height: 36px;
}
.blog-grid-container h2{
    font-size: 28px;
    line-height: 34px;
}
.featured-post-inner .featured-post-image{
    height: 350px;
}

.load-more-articles{
   grid-template-columns: repeat(1,1fr);
   gap:16px;
}
.load-more-articles li .post-img{
    height: 250px;
    margin-bottom: 16px;
}
.load-more-articles  .content-post h3{
    font-size: 16px;
    line-height: 28px;
}
.featured-post-inner .featured-post-excerpt{
    margin-bottom: 48px;
}
}/* End custom CSS */