p {
    font-size: 20px;
    line-height: 33px;
    color: var(--atlasblack);
}
.list-link {
    font-size: var(--f24);
    color: var(--clr1);
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 55px;
}
@media (max-width: 1500px) {
    .list-link {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .list-link {
        font-size: var(--f20);
        margin-bottom: 20px;
    }
}
.wp-block-heading {
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media (min-width: 1400px) {
    .wp-block-heading {
        font-size: 46px;
        line-height: 54px;
    }
}

.artical-card {
    width: 33.33%;
}
@media only screen and (max-width: 768px) {
    .artical-card {
        width: 48%;
        margin-top: 30px;
    }
}
@media (max-width: 450px) {
    .artical-card {
        width: 100%;
        margin-top: 30px;
    }
}
.artical-card:hover .artical-card-img {
    box-shadow: 0px 30px 20px #0000001a;
}

.artical-card:hover .artical-card-img img {
    scale: 1.05;
}

.artical-card .artical-card-img {
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 45px;
    box-shadow: 0 0 0 #0000001a;
    aspect-ratio: 4 / 3;
    transition: all 0.4s;
}
.artical-card .artical-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
    scale: 1;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .artical-card .artical-card-img {
        margin-bottom: 20px;
    }
}
.artical-card-head {
    margin-bottom: 28px;
}
@media (max-width: 1200px) {
    .artical-card-head {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .artical-card-head {
        margin-bottom: 10px;
    }
}
.light-green-testi {
    background: var(--atlasgreen);
}
.dot-testi {
    width: 18px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
}
.dot-testi:not(:first-child) {
    margin-left: 5px;
}
.green-testi {
    background: var(--atlasblack);
}
.blue-testi {
    background: var(--atlasdarkblue);
}
.artical-card-title h3 {
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 25px;
    color: var(--atlasblack);
}
@media (max-width: 1500px) {
    .artical-card-title h3 {
        font-size: 20px;
        line-height: normal;
    }
}
@media only screen and (max-width: 768px) {
    .artical-card-title h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
}
@media (max-width: 450px) {
    .artical-card-title h3 {
        font-size: 18px;
        line-height: normal;
    }
}

.artical-card-date {
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .artical-card-date {
        font-size: 14px;
        line-height: 20px;
    }
}


.blog-content h1 {
    font-size: 50px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    color: var(--atlasblack);
    line-height: 60px;
    margin-top: 15px;
}
@media only screen and (max-width: 1499px) {
    .blog-content h1 {
        font-size: 44px;
        line-height: normal;
    }
}
@media only screen and (max-width: 768px) {
    .blog-content h1 {
        font-size: 35px;
        line-height: 45px;
    }
}
.author-content {
    gap: 25px;
}
.author-icon img {
    width: 46px;
    height: 46px;
}
.author-text h3 {
    font-size: 14px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    color: var(--atlasblack);
    margin-bottom: 0;
}
.author-text p {
    font-size: 13px;
    font-weight: normal;
    font-family: "Poppins", sans-serif;
    line-height: normal;
    color: var(--atlasblack);
    margin-bottom: 0;
}
.dot-flex {
    gap: 5px;
}
@media (max-width: 475px) {
    .dot-flex {
        gap: 0;
    }
}
.dot-sec {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #a2ba5f;
    border: 1px solid transparent;
}
.dot-sec1 {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--atlasblack);
    border: 1px solid transparent;
}
.dot-sec2 {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #003271;
    border: 1px solid transparent;
}
#blog-content .blog-image img {
    border-radius: 25px;
    width: 100%;
    aspect-ratio: 4 / 2;
    object-fit: cover;
}   
.listing_blogs h3 {
    font-size: 36px;
    line-height: 46px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.single-whitepaper .listing_blog p{
	font-size:20px !important;
}
.single-whitepaper .listing_blogs h2{
	font-size:50px !important;
	line-height:60px !important;
}
.single-whitepaper .listing_blogs h3{
	font-size:46px !important;
	line-height:54px !important;
}
.single-whitepaper .listing_blogs h4{
	font-size:32px !important;
	line-height:42px !important;
}
.single-whitepaper .listing_blogs h5{
	font-size:28px !important;
	line-height:38px !important;
}
.single-whitepaper .listing_blogs h6{
	font-size:24px !important;
	line-height:34px !important;
}
@media(max-width:1399px){
	.single-whitepaper .listing_blogs h4{
	     font-size: 28px !important;
    line-height: 32px !important;
    margin-bottom: 20px !important;
}
	.single-whitepaper .listing_blogs h4 a{
		   font-size: 28px !important;
    line-height: 32px !important;
	}
}

@media(max-width:500px){
    	.single-whitepaper .listing_blogs h2{
	font-size:30px !important;
	line-height:40px !important;
}
.single-whitepaper .listing_blogs h3{
	font-size:26px !important;
	line-height:34px !important;
}
.single-whitepaper .listing_blogs h4{
	font-size:24px !important;
	line-height:34px !important;
}
.single-whitepaper .listing_blogs h5{
	font-size:22px !important;
	line-height:32px !important;
}
.single-whitepaper .listing_blogs h6{
	font-size:20px !important;
	line-height:30px !important;
}
}