.blog-carousel-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.blog-carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
	margin-top: 24px;
    z-index:1
}

.slider-title {
    font-family: "Syne", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #060A0980;
    flex: 1;
}

.double-arrow-btn {
    box-sizing: border-box;
    padding: 8px 12px;
    border: 1px solid rgba(6, 10, 9, 0.2);
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 8px;
}

.double-arrow-btn .divider {
    width: 1px;
    height: 24px;
    background-color: rgba(6, 10, 9, 0.2);
}


.double-arrow-btn .arrow-left,
.double-arrow-btn .arrow-right {
    display: flex;
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center;
	border: none;
    background: none;
	padding: 0;  
	cursor: pointer;
}


.arrow-left svg path,
.arrow-right svg path {
    fill: #060A0980;
}

.arrow-left:hover svg path,
.arrow-right:hover svg path {
    fill: #060A09;
}

.blog-post-title {
	color: var(--Colors-Core-colors-tertiary-op-50, rgba(6, 10, 9, 0.50));
	font-family: Syne;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	padding-top: 24px;
}

.blog-post-excerpt {
	color: var(--Colors-Core-colors-tertiary-op-50, rgba(6, 10, 9, 0.50));
	font-family: Sora;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: var(--Spacing-600, 24px);
	padding-top: 24px;
}

.read-more-container {
	margin-top: 32px;
		display: flex;
height: 56px;
padding: 16px 24px;
justify-content: center;
align-items: center;
	border-radius: 1000px;
border: 2px solid var(--Colors-Core-colors-tertiary-op-70, rgba(6, 10, 9, 0.70));
opacity: 0.6;
	width: fit-content;
}

.read-more-container:hover {
	opacity: 1;
}

.read-more-btn {
	display: flex;
	gap: 8px;
	color: var(--Colors-Core-colors-tertiary-op-70, rgba(6, 10, 9, 0.70));
text-align: center;
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.blog-carousel-content iframe {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.blog-carousel-content {
    padding-bottom:12px;
}

.swiper {
    width: 100%;
    max-width: 900px;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.blog-swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
}

#watch {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#watch iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    border: 0;
}

@media screen and (max-width: 1440px) {
	
}

@media screen and (max-width: 1024px) {
	
}


@media screen and (max-width: 768px) {
	
.slider-title {
    font-size: 18px;
	line-height: 40px;
}
}
