@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600;700&family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
.ielts {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #03053B;
}
.ielts-welcome {
	position: relative;
	min-height: 390px;
	padding: 45px 20px;
}
.ielts-welcome__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 0;
}
.ielts-welcome__bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ielts-welcome__title {
	position: relative;
	width: 190px;
	margin-bottom: 40px;
}
.ielts-welcome__text {
	width: 740px;
	max-width: 100%;
	position: relative;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.22;
}
.ielts-section{
	width: 1312px;
	max-width: calc(100vw - 40px);
	margin: 0 auto;
}
.ielts-slogan {
	padding: 50px 0 20px;
	color: #6c757d !important;
	font-style: italic;
	border-bottom: 1px solid #DCDCEF;
	margin-bottom: 60px;
}
.ielts-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}
.ielts-text p{
	margin-bottom: 16px;
}
.ielts-text a{
	color: #7390F2;
}
.ielts-card {
	padding: 50px 0;
}
.ielts-card__container {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #DCDCEF;
	border-radius: 0.25rem;
	margin: 0 -15px;
}
.ielts-card__item {
	width: 25%;
	padding: 20px 15px;
}
.ielts-card__image {
	width: 152px;
	max-width: 100%;
	line-height: 0;
	margin: 0 auto 30px;
}
.ielts-card__content {
	border-top: 2px solid #e52237;
	padding: 15px 0 0;
	margin: 0 20px;
	text-align: center;
}
.ielts-card__num {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	line-height: 1;
	font-size: 36px;
	margin-bottom: 30px;
}
.ielts-quote {
	border-top: 1px solid #DCDCEF;
	border-bottom: 1px solid #DCDCEF;
	padding: 70px 0 60px;
}
.ielts-quote__container{
	width: 625px;
	max-width: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.ielts-quote__container:before {
	display: block;
	content: '';
	width: 154px;
	height: 2px;
	background: #7390F2;
	margin-bottom: 14px;
}
.ielts-quote__text {
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
}
.ielts-quote__author {
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	color: #6c757d;
}
.ielts-quote__author cite{
	font-style: normal;
	font-weight: 400;
}
.ielts-choosing {
	padding: 40px 0 20px;
	border-bottom: 1px solid #DCDCEF;
}
.ielts-choosing__title {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	line-height: 1;
	font-size: 21px;
	text-align: center;
	margin-bottom: 20px;
}
.ielts-choosing__desc {
	width: 850px;
	max-width: 100%;
	text-align: center;
	margin: 0 auto 20px;
}
.ielts-choosing__container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.ielts-choosing__item {
	width: 50%;
	padding: 0 15px 30px;
}
.ielts-choosing__image {
	line-height: 0;
	margin-bottom: 10px;
}
.ielts-choosing__image img{
	width: 100%;
}
.ielts-choosing__name {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 20px;
}
.ielts-table{
	padding: 50px 0 45px;
	border-bottom: 1px solid #dee2e6;
}
.ielts-table__desc{
	margin-bottom: 20px;
}
.ielts-table__container{
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.ielts-table__container table{
	width: 100%;
	font-size: 14px;
}
.ielts-table__container table img{
	max-width: 25%;
}
.ielts-table__container thead th {
	color: #03053B;
	border-top: 0px;
	border-bottom: 1px solid #dee2e6;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
}
.ielts-table__container tbody th {
	background-color: #03053B;
	color: #ffffff;
	font-weight: normal;
	padding: .75rem;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #dee2e6;
}
.ielts-table__container tbody td {
	color: #03053B;
	text-align: center;
	border-top: 0px;
	border-bottom: 1px solid #dee2e6;
	vertical-align: middle;
}
.ielts-table__btn {
	text-align: center;
}
.ielts-btn {
	display: inline-block;
	text-decoration: none;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	transition: 0.15s ease-in;
	min-width: 226px;
	background-color: #F52929;
	color: #fff;
	width: calc(33.33333333% - 30px);
	max-width: 100%;
	height: 30px;
	padding: 0 12px 2px;
	text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
	border-color: #0073aa #006799 #006799;
	box-shadow: 0 1px 0 #006799;
	border-radius: 3px;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	font-size: 12px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: 0.2px;
	text-align: center;
}
.ielts-info {
	padding: 50px 0 20px;
}
.ielts-info__desc {
	margin-bottom: 50px;
}
.ielts-info__image {
	width: 641px;
	max-width: 100%;
	margin: 0 auto 50px;
}
.ielts-info__btn{
	text-align: center;
}
@media only screen and (max-width: 1000px){
	.ielts-welcome__title{
		width: 25%;
	}
	.ielts-welcome__text{
		font-size: 36px;
	}
	.ielts-section {
		max-width: calc(100vw - 20px);
	}
	.ielts-slogan {
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.ielts-card {
		padding: 20px 0 40px;
	}
	.ielts-card__container{
		flex-direction: column;
	}
	.ielts-card__item{
		width: 100%;
		padding-bottom: 30px;
	}
	.ielts-card__image{
		width: 67px;
	}
	.ielts-card__content{
		margin: 0;
	}
	.ielts-card__num{
		margin-bottom: 15px;
	}
	.ielts-quote {
		padding: 30px 0;
	}
	.ielts-choosing__container{
		flex-direction: column;
	}
	.ielts-choosing__item{
		width: 100%;
	}
	.ielts-table__container {
		margin-bottom: 20px;
	}
	.ielts-table__container table{
		font-size: 12px;
	}
	.ielts-table__container table img {
		max-width: 50%;
	}
}