* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transition: 100ms;
}
a {
	text-decoration: none;
	color: unset;
}
button {
	outline: none;
	border: none;
	background-color: transparent;
}

.home_container {
	width: 100%;
	height: auto;
}
.home_container_one,
.home_container_two {
	width: 100%;
	height: auto;
	padding: 40px 20px;
	display: flex;
	justify-content: center;
}
.home_container_one {
	background-color: #ebebeb;
}
.home_content_one,
.home_content_two {
	width: 1280px;
}

.home_content_one {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.home_content_one .home_container_one_left,
.home_content_one .home_container_one_right {
	background-color: white;
	padding: 15px 50px;
	border-radius: 8px;
}
.home_content_one .home_container_one_left {
	width: 40%;
	margin-right: 30px;
}
.home_content_one .home_container_one_right {
	width: 60%;
}
.home_content_one .home_container_one_left .header,
.home_content_one .home_container_one_right .header {
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.home_content_one .home_container_one_left .header .left_header,
.home_content_one .home_container_one_right .header .left_header,
.home_content_one .home_container_one_right .header .right_header p {
	font-size: 24px;
	color: #42079e;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	font-style: normal;
}
.home_content_one .home_container_one_right .header .right_header {
	display: flex;
	align-items: center;
}
.home_content_one .home_container_one_right .header .right_header p {
	color: black;
}

.home_content_one .home_container_one_right .header .right_header .year_drop_down {
	margin-left: 20px;
	position: relative;
}
.home_content_one .home_container_one_right .header .right_header .year_drop_down p {
	background-color: #42079e;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	border-radius: 4px;
}
.home_content_one .home_container_one_right .header .right_header .year_drop_down p span {
	margin-right: 5px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 300;
	font-style: normal;
	color: white;
}
.home_content_one .home_container_one_right .header .right_header .year_drop_down .years_list {
	width: 100%;
	position: absolute;
	top: 110%;
	list-style-type: none;
	background-color: #42079e;
	padding: 10px;
	border-radius: 4px;
	display: none;
}

.home_content_one .home_container_one_right .header .right_header .year_drop_down .years_list li {
	color: white;
	font-size: 13px;
	padding: 1px 3px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 300;
	font-style: normal;
	cursor: pointer;
	text-align: center;
}
.home_content_one
	.home_container_one_right
	.header
	.right_header
	.year_drop_down
	.years_list
	li:hover {
	background-color: white;
	color: #42079e;
	border-radius: 4px;
}

.home_container_one .home_container_one_left table,
.home_container_one .home_container_one_right table {
	width: 100%;
	border-collapse: collapse;
}
.home_container_one .home_container_one_left table thead th,
.home_container_one .home_container_one_left table tbody tr td,
.home_container_one .home_container_one_right table thead th,
.home_container_one .home_container_one_right table tbody tr td {
	text-align: left;
	padding: 10px 0px;
	border-bottom: 2px solid #989dff;
}
.home_container_one .home_container_one_left table thead th,
.home_container_one .home_container_one_right table thead th {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	font-style: normal;
}
.home_container_one .home_container_one_left table tbody tr td,
.home_container_one .home_container_one_right table tbody tr td {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 300;
	font-style: normal;
}
.home_container_one .home_container_one_left table tbody tr td button {
	background-color: #989dff;
	color: black;
	border-radius: 4px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 300;
	font-style: normal;
	padding: 6px 12px;
	cursor: pointer;
}
.home_container_one .home_container_one_right button {
	background-color: #989dff;
	color: black;
	border-radius: 4px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 300;
	font-style: normal;
	padding: 6px 12px;
	cursor: pointer;
}
.home_content_two .home_content_two_header {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background-color: #42079e;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 30px;
}
.home_content_two .home_content_two_header .left_image {
	width: 250px;
	height: 80px;
	object-fit: cover;
}
.home_content_two .home_content_two_header .right_description {
	padding: 0px 100px;
	color: white;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	font-style: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.home_content_two .home_content_two_table {
	width: 100%;
	box-shadow: 0px 0px 5px grey;
	border-radius: 8px;
}
.home_content_two .home_content_two_table .table_header {
	color: #2b2d6b;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	font-style: normal;
	padding: 10px 20px;
	border-bottom: 2px solid black;
}
.home_content_two .home_content_two_table table {
	width: 100%;
	border-collapse: collapse;
}
.home_content_two .home_content_two_table table thead th {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #989dff;
}
.home_content_two .home_content_two_table table tbody tr td {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 300;
	font-style: normal;
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #989dff;
}

@media only screen and (max-width: 1536px) {
	.home_container_one,
	.home_container_two {
		padding: 35px 20px;
	}
	.home_content_one,
	.home_content_two {
		width: 1080px;
	}
	.home_content_one .home_container_one_left,
	.home_content_one .home_container_one_right {
		padding: 15px 40px;
		border-radius: 6px;
	}
	.home_content_one .home_container_one_left {
		margin-right: 25px;
	}
	.home_content_one .home_container_one_left .header,
	.home_content_one .home_container_one_right .header {
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	.home_content_one .home_container_one_left .header .left_header,
	.home_content_one .home_container_one_right .header .left_header,
	.home_content_one .home_container_one_right .header .right_header p {
		font-size: 20px;
	}

	.home_content_one
		.home_container_one_right
		.header
		.right_header
		.year_drop_down
		.years_list
		li {
		font-size: 14px;
	}

	.home_container_one .home_container_one_left table thead th,
	.home_container_one .home_container_one_right table thead th {
		font-size: 17px;
	}
	.home_container_one .home_container_one_left table tbody tr td,
	.home_container_one .home_container_one_right table tbody tr td {
		font-size: 14px;
	}
	.home_container_one .home_container_one_left table tbody tr td button {
		font-size: 13px;
		padding: 5px 10px;
	}
	.home_content_two .home_content_two_header {
		margin-bottom: 25px;
	}
	.home_content_two .home_content_two_header .right_description {
		font-size: 16px;
	}
	.home_content_two .home_content_two_table {
		border-radius: 6px;
	}
	.home_content_two .home_content_two_table .table_header {
		font-size: 22px;
		padding: 8px 16px;
	}
	.home_content_two .home_content_two_table table thead th {
		font-size: 18px;
		padding: 10px;
	}
	.home_content_two .home_content_two_table table tbody tr td {
		font-size: 14px;
		padding: 10px;
	}
	.home_content_two .home_content_two_table table tbody tr:last-child td {
		border-bottom: unset;
	}
}

@media only screen and (max-width: 1280px) {
	.home_container_one,
	.home_container_two {
		padding: 30px 20px;
	}
	.home_content_one,
	.home_content_two {
		width: 980px;
	}
	.home_content_one .home_container_one_left,
	.home_content_one .home_container_one_right {
		padding: 15px 35px;
	}
	.home_content_one .home_container_one_left {
		margin-right: 20px;
	}
	.home_content_one .home_container_one_left .header,
	.home_content_one .home_container_one_right .header {
		padding-bottom: 6px;
		margin-bottom: 6px;
	}
	.home_content_one .home_container_one_left .header .left_header,
	.home_content_one .home_container_one_right .header .left_header,
	.home_content_one .home_container_one_right .header .right_header p {
		font-size: 18px;
	}

	.home_content_one .home_container_one_right .header .right_header .year_drop_down {
		margin-left: 15px;
	}
	.home_content_one .home_container_one_right .header .right_header .year_drop_down p {
		padding: 3px 6px;
	}
	.home_content_one .home_container_one_right .header .right_header .year_drop_down p span {
		font-size: 13px;
	}
	.home_content_one .home_container_one_right .header .right_header .year_drop_down .years_list {
		padding: 6px;
	}
	.home_content_one
		.home_container_one_right
		.header
		.right_header
		.year_drop_down
		.years_list
		li {
		font-size: 12px;
	}

	.home_container_one .home_container_one_left table thead th,
	.home_container_one .home_container_one_left table tbody tr td,
	.home_container_one .home_container_one_right table thead th,
	.home_container_one .home_container_one_right table tbody tr td {
		padding: 7px 0px;
		border-bottom: 1px solid #989dff;
	}
	.home_container_one .home_container_one_left table thead th,
	.home_container_one .home_container_one_right table thead th {
		font-size: 15px;
	}
	.home_container_one .home_container_one_left table tbody tr td,
	.home_container_one .home_container_one_right table tbody tr td {
		font-size: 13px;
	}
	.home_container_one .home_container_one_left table tbody tr td button {
		font-size: 12px;
		padding: 3px 6px;
	}
	.home_content_two .home_content_two_header {
		margin-bottom: 20px;
	}
	.home_content_two .home_content_two_header .right_description {
		padding: 0px 50px;
		font-size: 15px;
	}
	.home_content_two .home_content_two_table {
		border-radius: 4px;
	}
	.home_content_two .home_content_two_table .table_header {
		font-size: 20px;
		padding: 6px 12px;
	}
	.home_content_two .home_content_two_table table thead th {
		font-size: 16px;
		padding: 8px;
	}
	.home_content_two .home_content_two_table table tbody tr td {
		font-size: 13px;
		padding: 8px;
	}
	.home_content_two .home_content_two_table table tbody tr:last-child td {
		border-bottom: unset;
	}
}

@media only screen and (max-width: 1080px) {
	.home_container_one,
	.home_container_two {
		padding: 10px 25px;
	}
	.home_content_one,
	.home_content_two {
		width: 780px;
	}
	.home_content_one .home_container_one_left,
	.home_content_one .home_container_one_right {
		padding: 15px 30px;
		border-radius: 4px;
	}
	.home_content_one .home_container_one_left .header,
	.home_content_one .home_container_one_right .header {
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.home_content_one .home_container_one_left .header .left_header,
	.home_content_one .home_container_one_right .header .left_header,
	.home_content_one .home_container_one_right .header .right_header p {
		font-size: 16px;
	}

	.home_content_one .home_container_one_right .header .right_header .year_drop_down {
		margin-left: 10px;
	}
	.home_content_one .home_container_one_right .header .right_header .year_drop_down p span {
		font-size: 12px;
	}
	.home_content_one .home_container_one_right .header .right_header .year_drop_down .years_list {
		padding: 4px;
	}
	.home_content_one
		.home_container_one_right
		.header
		.right_header
		.year_drop_down
		.years_list
		li {
		font-size: 11px;
	}

	.home_container_one .home_container_one_left table thead th,
	.home_container_one .home_container_one_left table tbody tr td,
	.home_container_one .home_container_one_right table thead th,
	.home_container_one .home_container_one_right table tbody tr td {
		padding: 5px 0px;
	}
	.home_container_one .home_container_one_left table thead th,
	.home_container_one .home_container_one_right table thead th {
		font-size: 14px;
	}
	.home_container_one .home_container_one_left table tbody tr td,
	.home_container_one .home_container_one_right table tbody tr td {
		font-size: 12px;
	}
	.home_container_one .home_container_one_left table tbody tr td button {
		font-size: 12px;
	}
	.home_content_two .home_content_two_header .left_image {
		height: 70px;
	}
	.home_content_two .home_content_two_header .right_description {
		padding: 0px 30px;
		font-size: 14px;
	}
	.home_content_two .home_content_two_table .table_header {
		font-size: 18px;
		padding: 5px 10px;
	}
	.home_content_two .home_content_two_table table thead th {
		font-size: 15px;
		padding: 6px;
	}
	.home_content_two .home_content_two_table table tbody tr td {
		font-size: 12px;
		padding: 6px;
	}
	.home_content_two .home_content_two_table table tbody tr:last-child td {
		border-bottom: unset;
	}
}

@media only screen and (max-width: 880px) {
	.home_container_one,
	.home_container_two {
		padding: 25px 20px;
	}
	.home_content_one,
	.home_content_two {
		width: 667px;
	}
	.home_content_one .home_container_one_left,
	.home_content_one .home_container_one_right {
		padding: 15px 30px;
		border-radius: 4px;
	}
	.home_content_one .home_container_one_left .header,
	.home_content_one .home_container_one_right .header {
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.home_content_one .home_container_one_left .header .left_header,
	.home_content_one .home_container_one_right .header .left_header,
	.home_content_one .home_container_one_right .header .right_header p {
		font-size: 16px;
	}

	.home_content_one .home_container_one_right .header .right_header .year_drop_down {
		margin-left: 10px;
	}
	.home_content_one .home_container_one_right .header .right_header .year_drop_down p span {
		font-size: 12px;
	}
	.home_content_one .home_container_one_right .header .right_header .year_drop_down .years_list {
		padding: 4px;
	}
	.home_content_one
		.home_container_one_right
		.header
		.right_header
		.year_drop_down
		.years_list
		li {
		font-size: 11px;
	}

	.home_container_one .home_container_one_left table thead th,
	.home_container_one .home_container_one_left table tbody tr td,
	.home_container_one .home_container_one_right table thead th,
	.home_container_one .home_container_one_right table tbody tr td {
		padding: 5px 0px;
	}
	.home_container_one .home_container_one_left table thead th,
	.home_container_one .home_container_one_right table thead th {
		font-size: 14px;
	}
	.home_container_one .home_container_one_left table tbody tr td,
	.home_container_one .home_container_one_right table tbody tr td {
		font-size: 12px;
	}
	.home_container_one .home_container_one_left table tbody tr td button {
		font-size: 12px;
	}
	.home_content_two .home_content_two_header .left_image {
		height: 70px;
	}
	.home_content_two .home_content_two_header .right_description {
		padding: 0px 30px;
		font-size: 14px;
	}
	.home_content_two .home_content_two_table .table_header {
		font-size: 18px;
		padding: 5px 10px;
	}
	.home_content_two .home_content_two_table table thead th {
		font-size: 15px;
		padding: 6px;
	}
	.home_content_two .home_content_two_table table tbody tr td {
		font-size: 12px;
		padding: 6px;
	}
	.home_content_two .home_content_two_table table tbody tr:last-child td {
		border-bottom: unset;
	}
}

@media only screen and (max-width: 667px) {
	.home_container_one,
	.home_container_two {
		padding: 15px;
	}
	.home_content_one,
	.home_content_two {
		width: 100%;
	}
	.home_content_one {
		display: unset;
	}
	.home_content_one .home_container_one_left,
	.home_content_one .home_container_one_right {
		padding: 10px 15px;
		border-radius: 4px;
	}
	.home_content_one .home_container_one_left {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.home_content_one .home_container_one_right {
		width: 100%;
	}
	.home_content_one .home_container_one_left .header,
	.home_content_one .home_container_one_right .header {
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.home_content_one .home_container_one_left .header .left_header,
	.home_content_one .home_container_one_right .header .left_header,
	.home_content_one .home_container_one_right .header .right_header p {
		font-size: 14px;
	}

	.home_content_one .home_container_one_right .header .right_header .year_drop_down {
		margin-left: 10px;
	}
	.home_content_one .home_container_one_right .header .right_header .year_drop_down p span {
		font-size: 11px;
	}
	.home_content_one .home_container_one_right .header .right_header .year_drop_down .years_list {
		padding: 4px;
	}
	.home_content_one
		.home_container_one_right
		.header
		.right_header
		.year_drop_down
		.years_list
		li {
		font-size: 10px;
	}

	.home_container_one .home_container_one_left table thead th,
	.home_container_one .home_container_one_left table tbody tr td,
	.home_container_one .home_container_one_right table thead th,
	.home_container_one .home_container_one_right table tbody tr td {
		padding: 5px 0px;
	}
	.home_container_one .home_container_one_left table thead th,
	.home_container_one .home_container_one_right table thead th {
		font-size: 13px;
	}
	.home_container_one .home_container_one_left table tbody tr td,
	.home_container_one .home_container_one_right table tbody tr td {
		font-size: 11px;
	}
	.home_container_one .home_container_one_left table tbody tr td button {
		font-size: 10px;
	}
	.home_content_two .home_content_two_header {
		display: block;
	}
	.home_content_two .home_content_two_header .left_image {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.home_content_two .home_content_two_header .right_description {
		padding: 0px;
		font-size: 13px;
	}
	.home_content_two .home_content_two_table .table_header {
		font-size: 15px;
		padding: 3px 6px;
	}
	.home_content_two .home_content_two_table table thead th {
		font-size: 13px;
		padding: 6px;
	}
	.home_content_two .home_content_two_table table tbody tr td {
		font-size: 11px;
		padding: 6px;
	}
	.home_content_two .home_content_two_table table tbody tr:last-child td {
		border-bottom: unset;
	}
}

@media only screen and (max-width: 420px) {
	.home_content_one .home_container_one_left {
		margin-bottom: 15px;
	}
	.home_content_one .home_container_one_left .header .left_header,
	.home_content_one .home_container_one_right .header .left_header,
	.home_content_one .home_container_one_right .header .right_header p {
		font-size: 13px;
	}

	.home_content_one .home_container_one_right .header .right_header .year_drop_down {
		margin-left: 10px;
	}
	.home_content_one .home_container_one_right .header .right_header .year_drop_down p span {
		font-size: 10px;
	}
	.home_content_one .home_container_one_right .header .right_header .year_drop_down .years_list {
		padding: 4px;
	}
	.home_content_one
		.home_container_one_right
		.header
		.right_header
		.year_drop_down
		.years_list
		li {
		font-size: 9px;
	}
	.home_container_one .home_container_one_left table thead th,
	.home_container_one .home_container_one_right table thead th {
		font-size: 12px;
	}
	.home_container_one .home_container_one_left table tbody tr td,
	.home_container_one .home_container_one_right table tbody tr td {
		font-size: 10px;
	}
	.home_container_one .home_container_one_left table tbody tr td button {
		font-size: 9px;
	}
	.home_content_two .home_content_two_header {
		display: block;
	}
	.home_content_two .home_content_two_header .left_image {
		margin-bottom: 15px;
	}
	.home_content_two .home_content_two_header .right_description {
		padding: 0px;
		font-size: 12px;
	}
	.home_content_two .home_content_two_table .table_header {
		font-size: 14px;
	}
	.home_content_two .home_content_two_table table thead th {
		font-size: 12px;
		padding: 6px;
	}
	.home_content_two .home_content_two_table table tbody tr td {
		font-size: 10px;
		padding: 6px;
	}
	.home_content_two .home_content_two_table table tbody tr:last-child td {
		border-bottom: unset;
	}
}
