.custom-related-perspectives-container .swiper-button-prev:after,
.custom-related-perspectives-container .swiper-button-next:after {
	display: none;
}

.custom-related-perspectives-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #051C2C;
    height: 4px;
    width: 20px;
}
.custom-related-perspectives-container .swiper-pagination-bullet {
    background: #051C2C;
    border-radius: 8px;
    opacity: 1;
    height: 4px;
    width: 5px;
}

.custom-related-perspectives-container .swiper-button-prev,
.custom-related-perspectives-container .swiper-button-next,
.custom-related-perspectives-container .swiper-pagination {
	position: relative;
}
.custom-related-perspectives-container .swiper-pagination {
	width: auto !important;
}
.custom-related-perspectives-container .swiper-button-prev,
.custom-related-perspectives-container .swiper-button-next {
	border-radius: 50%;
	height: 40px;
	margin-top: 24px;
	width: 40px;
}

.custom-related-perspectives-container .swiper-button-prev:hover, 
.custom-related-perspectives-container .swiper-button-next:hover {
	background: #051C2C;
}
.custom-related-perspectives-container .swiper-button-prev:hover svg path, 
.custom-related-perspectives-container .swiper-button-next:hover svg path {
	stroke: #fff;
}
.article-post-item {
	   display: flex;
    flex-direction: column;
    font-family: 'Stratos';
    gap: 20px;
}
.article-post-item  .custom-post-thumbnail {
    border-radius: 24px;
    max-height: 175px;
    overflow: hidden;
    width: 100%;
} 
.article-post-item .custom-post-thumbnail img {
    height: 100%;
	  max-height: 175px;
    object-fit: cover;
    margin-right: 20px;
    width: 100%;
}

.article-post-item .custom-post-type {
    color: #c2273d;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.article-post-item .custom-post-title a, 
.article-post-item .custom-post-title {
    color: #051C2C;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 8px 0;
}

.article-post-item .custom-post-excerpt {
    color: #051C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    word-break: break-word;
}

.custom-post-date {
	color: #051C2C;
	font-family: 'Stratos';
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	margin-top: 8px;
}
.custom-related-perspectives-container .swiper-pagination {
    margin: 37px 16px 0 !important;
}
.custom-related-perspectives-container {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: flex-end;
	margin-bottom: 64px;
}
.title-section {
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 35px !important;
	margin-bottom: 30px;
    text-transform: uppercase;
}
.custom-related-perspectives-item {
    display: flex !important;
    flex-wrap: wrap;
    gap: 24px;
}
.custom-related-perspectives-item .article-post-item { 
    width: calc(33.33% - 16px);
}
@media only screen and (max-width: 768px) {
    .custom-related-perspectives-item .article-post-item { 
        width: 100%;
    }
    .custom-related-perspectives-container  .custom-post-item {
        margin-bottom: 0;
    }
    .custom-related-perspectives-container {
        justify-content: center;
        
    }
    .title-section {
        font-size: 24px !important;
        line-height: 30px !important;
        margin-bottom: 40px !important;
    
    }
    .article-post-item .custom-post-title a, 
    .article-post-item .custom-post-title {
        font-size: 18px;
    }
    .article-post-item .custom-post-excerpt {
        font-size: 14px;
    }
    .custom-related-perspectives-container .swiper-button-prev, 
    .custom-related-perspectives-container .swiper-button-next {
        margin-top: 40px;
    }
    .custom-related-perspectives-container .swiper-pagination {
        margin: 50px 18px 0 !important;
    }
	
}