.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.section_header {
	margin-top: 130px;
}

.section_header h1 {
	width: 100%;
	display: table;
	text-align: center;
	color: var(--color-white);
	margin-bottom: 77px;
	font-weight: 900;
	font-size: 42px;
	font-family: 'Lato';
}

@media screen and (max-width: 991px) {
	.section_header h1 {
		font-size: 24px;
		font-family: 'Lato';
		margin-bottom: 49px;
		font-weight: 900;
	}
}

.section_press {
    background: var(--base-bg-color);
    padding: 80px 0px 100px;
}

.section_press__wrap {
	display: table;
	width: 100%;
	margin: 0px auto;
}

.section_press__box {
	float: left;
	max-width: 33%;
	width: 100%;
	padding: 12px;
}

.section_press__box img {
	width: 100%;
	max-width: 364px;
	cursor: pointer;
	min-height: 430px;
	height: 100%;
}

.section_press__box img.other-pressrelease-img-css {
	object-fit: cover;
}

#sheda-modal {
	background-color: #000;
	opacity: 1;
}

#sheda-modal .close {
	position: fixed;
	top: 16px;
	right: 16px;
	color: #f1f1f1;
	z-index: 1;
}

#sheda-modal .close img {
	vertical-align: middle;
	width: 30px;
}

@media screen and (max-width: 991px) {
	.section_press__box {
		float: left;
		max-width: 100%;
		width: 100%;
		padding: 0px;
	}

	.section_press__box img {
		width: 100%;
		max-width: 100%;
	}
	
	.section_press {
		padding: 40px 0px 60px;
	}
	
	.section_press__wrap {
		display: grid;
		grid-template-columns: auto auto;
		gap: 24px;
	}
}

@media screen and (max-width: 767px) {
    .section_press__box img {
        height: 400px;
    }
}

@media screen and (max-width: 699px) {
    .section_press__box img {
        min-height: 250px;
        height: 100%;
    }
}

@media screen and (max-width: 599px) {
    .section_press__box img {
        min-height: 200px;
        height: 100%;
    }
}

.section_press_tab {
	padding-bottom: 99px;
}

.section_press_tab .section_press_tab_row {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.section_press_tab .section_press_tab_row .section_press_tab_year {
	cursor: pointer;
}
.section_press_tab .section_press_tab_row .section_press_tab_year .section_press_tab_year_text {
	font-family: Lato;
	font-size: 24px;
	font-weight: 900;
	line-height: 28.8px;
	text-align: left;
	color: #4D4C4C;
}
.section_press_tab .section_press_tab_row .section_press_tab_year .section_press_tab_year_text.active {
	color: #E46B96;
}
.section_press_tab .section_press_tab_row .section_press_hr_img {
	margin-left: 24px;
	margin-right: 24px;
	width: 2.57px;
	height: 22.73px;
}
@media screen and (max-width: 991px) {
	.section_press_tab {
		padding-bottom: 40px;
	}
	.section_press_tab .section_press_tab_row .section_press_tab_year .section_press_tab_year_text {
		font-family: Lato;
		font-size: 16px;
		font-weight: 900;
		line-height: 19.2px;
	}
	.section_press_tab .section_press_tab_row .section_press_hr_img {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 400px) {
	.section_press_tab .section_press_tab_row .section_press_tab_year .section_press_tab_year_text {
		font-family: Lato;
		font-size: 13px;
		font-weight: 900;
		line-height: 19.2px;
	}
}