.Banner-text{
    width: calc(100% - 309px);
    left: 109px;
    top: 170px;
    transform: none;
	max-width:716px;
}
.Banner-text p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 32px;
    line-height: normal;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0 0 22px;
}
.Banner a {
	display: flex;
    position: absolute;
    bottom: 146px;
    left: 109px;
	align-items: center;
	justify-content: space-between;
	/* margin-top: 103.5px; */
	background: #FFDF00;
	color: #191919;
	border-radius: 80px;
	padding: 17.5px 30px;
	padding-left: 30px !important;
	text-decoration: none;
	text-align: center;
    width: max-content;
}
.Banner a span{
    width: 85px;
	font-family: Archivo;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
    letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;
    color: #000000;
}
.Banner a div{
	width: 19px;
	height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	mask-size: 100% 100%;
}
.Banner .button-svg{
    margin-left: 10px;
}
.card-container{
    margin: 100px auto;
    width: calc(100% - 200px);
    max-width: 1240px;
}
.card-grid:last-child {
    margin-bottom: 0;
}
.card-heading{
    margin: 0 0 50px;
}
.card-grid{
    display: flex;
    padding: 0;
    margin-bottom: 100px;
    gap: 20px;
    justify-content: center;
}
.card-layout{
    margin: 0;
    text-align: start;
    flex-direction: column;
    width: calc((100% - 40px) / 3);
    max-width: 400px;
    justify-content: normal;
}
.post-thumbnail{
    height: 400px;
    border: 30px;
}
.post-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.cd-details{
    min-height: 106px;
    height: auto;
    padding: 0;
    margin: 24px 0 0;
    justify-content: space-between;
    gap: 12px;
	background:#f7f7f7;
}
.cd-layout-heading{
    margin: 0;
    font-weight: unset;
    font-size: unset;
}
.cd-layout-heading a,
.post-date{
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    color: #757575 !important;
    text-decoration: none;
	margin-left:0px;
	max-width:750px;
	margin-bottom:30px;
}
.cd-details p{
    margin: 0;
}
.cd-details p a{
    font-family: Archivo;
    font-weight: 500;
    font-size: 25px;
    line-height: normal;
    letter-spacing: 0;
    /* text-decoration: none; */
    color: #000000 !important;
}
/* pagination */
.ctis-loader-elements{
    margin: 30px 0 0 !important;
    padding: 0;
}
.ctis-loader-elements span{
    display: inline-block;
    width: 155px;
    line-height: normal;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin: auto;
}
.ctis-loader-elements span button{
    padding: 17px 30px !important;
    text-decoration: none;
    background: #ffdf00 !important;
    border-radius: 80px;
}
#ctis-loading img{
    margin: auto;
}
.reduced-spacing .archive-header {
    padding: 50px 0 100px;
}
.archive-title{
    font-family: Archivo;
    font-weight: 700;
    font-size: 62px;
    line-height: normal;
    letter-spacing: 0;
    color: #191919;
    margin: 0;
}
@media (min-width: 1024px) {
    .ctis-loader-elements span button:hover {
        background-color: #092d35 !important;
        color: #FFFFFF !important;
    }
}
@media (max-width: 1024px) {
    .bannerimg{
        height: 598px;
    }
    .Banner-text{
        width: calc(100% - 66px);
        left: 16px;
        top: 18%;
        bottom: auto;
        transform: none;
    }
    .Banner-text p {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .homepage_banner_h{
        font-weight: 700;
        font-size: 35px;
    }
    .Banner a{
        /* margin-top: 6px; */
        padding: 19px 20px !important;
        left: 16px;
        top: 216px;
        bottom: auto;
    }
    .Banner a span{
        width: 72px;
        font-weight: 500;
        font-size: 16px;
    }
    .Banner a div{
        height: 17px;
    }
    .card-container{
        margin: 33px auto 30px;
        width: calc(100% - 32px);
    }
    .card-heading {
        display: block;
        font-size: 26px;
        margin-bottom: 13px;
    }
    .card-grid{
        gap: 32px;
        margin-bottom: 32px;
        flex-direction: column;
    }
    .card-layout{
        width: 100%;
        max-width: 408px;
        margin: auto;
    }
    .cd-details{
        margin: 15px 0 0;
        gap: 9px;
    }
    .post-thumbnail {
        height: 268px;
    }
    .reduced-spacing .archive-header {
        padding: 60px 0 40px;
    }
    .archive-title{
        font-size: 35px;
    }
}