	.contact-box {
		width: 1220px;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
	}
	
	.contact-card {
		width: 48%;
		height: auto;
		margin: 3% auto;
		background-color: #efefef;
		border-radius: 5%;
	}
	
	.contact-card img {
		width: 100%;
		height: auto;
		border-radius: 5% 5% 0 0;
	}
	
	.contact-text {
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	
	.contact-text-top {
		display: flex;
		justify-content: space-between;
		margin: 2% auto;
	}
	
	.contact-text-top h3 {
		font-size: 32px;
	}
	
	.contact-text-top h3 a {
		text-decoration: none;
		color: #000000;
	}
	
	.contact-text p {
		font-size: 23px;
		
	}
	
	.consultation a {
		text-decoration: none;
		color: white;
		background-color: #840a15;
		text-align: center;
	}
	
	.consultation p {
		text-align: center;
		margin-top: 10%;
		font-size: 18px;
	}
	
	.consultation {
		width: 25%;
		height: auto;
		border-radius: 30px;
		background-color: #840a15;
	}
	
	.contact-text-bommon-address {
		display: flex;
		justify-content: space-around;
	}
	
	.contact-text-bommon-address p:first-child {
		width: 26%;
	}
	.pagination {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 1.5% auto;
	}
	.pagination li {
		margin: 0 .2rem;
	}
	
	.pagination li a {
		
		padding: 0.8rem 1.2rem;
		border: #840a15 1px solid;
		text-decoration: none;
		border-radius: 50%;
		color: black;
	}
	
	.pagination img {
		width: 8px;
		height: 16px;
	}
	
	.pagination li.active a {
		background-color: #840a15;
		color: #FFF;
	}
	
	
	@media screen and (max-width: 1680px) {
		.contact-box {
			width: 1220px;
			height: auto;
			margin: 0 auto;
			display: flex;
			flex-flow: row wrap;
		}
		.contact-card {
			width: 48%;
			height: auto;
			margin: 3% auto;
			background-color: #efefef;
		}
		.contact-card img {
			width: 100%;
			height: auto;
		}
		.contact-text {
			width: 90%;
			height: auto;
			margin: 0 auto;
		}
		.contact-text-top {
			display: flex;
			justify-content: space-between;
			margin: 2% auto;
		}
		.contact-text-top h3 {
			font-size: 32px;
		}
		.contact-text-top h3 a {
			text-decoration: none;
			color: #000000;
		}
		.contact-text p {
			font-size: 23px;
			
		}
		.consultation a {
			text-decoration: none;
			color: white;
			background-color: #840a15;
			text-align: center;
		}
		.consultation p {
			text-align: center;
			margin-top: 10%;
			font-size: 18px;
		}
		.consultation {
			width: 25%;
			height: auto;
			border-radius: 30px;
			background-color: #840a15;
		}
		.contact-text-bommon-address {
			display: flex;
			justify-content: space-around;
		}
		.contact-text-bommon-address p:first-child {
			width: 26%;
		}
	}
	
	@media screen and (max-width: 1440px) {
		.contact-box {
			width: 1220px;
			height: auto;
			margin: 0 auto;
			display: flex;
			flex-flow: row wrap;
		}
		.contact-card {
			width: 48%;
			height: auto;
			margin: 3% auto;
			background-color: #efefef;
		}
		.contact-card img {
			width: 100%;
			height: auto;
		}
		.contact-text {
			width: 90%;
			height: auto;
			margin: 0 auto;
		}
		.contact-text-top {
			display: flex;
			justify-content: space-between;
			margin: 2% auto;
		}
		.contact-text-top h3 {
			font-size: 18px;
			line-height: 50px;
		}
		.contact-text-top h3 a {
			text-decoration: none;
			color: #000000;
		}
		.contact-text p {
			font-size: 18px;
			
		}
		.consultation a {
			text-decoration: none;
			color: white;
			background-color: #840a15;
			text-align: center;
		}
		.consultation p {
			text-align: center;
			margin-top: 10%;
			font-size: 18px;
		}
		.consultation {
			width: 25%;
			height: auto;
			border-radius: 30px;
			background-color: #840a15;
		}
		.contact-text-bommon-address {
			display: flex;
			justify-content: space-around;
		}
		.contact-text-bommon-address p:first-child {
			width: 12%;
		}
	}
	
	@media screen and (max-width: 1280px) {
		.contact-box {
			width: 1220px;
			height: auto;
			margin: 0 auto;
			display: flex;
			flex-flow: row wrap;
		}
		.contact-card {
			width: 48%;
			height: auto;
			margin: 3% auto;
			background-color: #efefef;
		}
		.contact-card img {
			width: 100%;
			height: auto;
		}
		.contact-text {
			width: 90%;
			height: auto;
			margin: 0 auto;
		}
		.contact-text-top {
			display: flex;
			justify-content: space-between;
			margin: 2% auto;
		}
		.contact-text-top h3 {
			font-size: 32px;
		}
		.contact-text-top h3 a {
			text-decoration: none;
			color: #000000;
		}
		.contact-text p {
			font-size: 23px;
			
		}
		.consultation a {
			text-decoration: none;
			color: white;
			background-color: #840a15;
			text-align: center;
		}
		.consultation p {
			text-align: center;
			margin-top: 10%;
			font-size: 18px;
		}
		.consultation {
			width: 25%;
			height: auto;
			border-radius: 30px;
			background-color: #840a15;
		}
		.contact-text-bommon-address {
			display: flex;
			justify-content: space-around;
		}
		.contact-text-bommon-address p:first-child {
			width: 26%;
		}
	}
	
	@media screen and (max-width: 1220px) {
		.contact-box {
			width: 95%;
			height: auto;
			margin: 0 auto;
			display: flex;
			flex-flow: row wrap;
		}
		.contact-card {
			width: 48%;
			height: auto;
			margin: 3% auto;
			background-color: #efefef;
		}
		.contact-card img {
			width: 100%;
			height: auto;
		}
		.contact-text {
			width: 90%;
			height: auto;
			margin: 0 auto;
		}
		.contact-text-top {
			display: flex;
			justify-content: space-between;
			margin: 2% auto;
		}
		.contact-text-top h3 {
			font-size: 32px;
		}
		.contact-text-top h3 a {
			text-decoration: none;
			color: #000000;
		}
		.contact-text p {
			font-size: 23px;
			
		}
		.consultation a {
			text-decoration: none;
			color: white;
			background-color: #840a15;
			text-align: center;
		}
		.consultation p {
			text-align: center;
			margin-top: 10%;
			font-size: 16px;
		}
		.consultation {
			width: 25%;
			height: auto;
			border-radius: 30px;
			background-color: #840a15;
		}
		.contact-text-bommon-address {
			display: flex;
			justify-content: space-around;
		}
		.contact-text-bommon-address p:first-child {
			width: 40%;
		}
	}
	
	@media screen and (max-width: 1024px) {
		.contact-box {
			width: 95%;
			height: auto;
			margin: 0 auto;
			display: flex;
			flex-flow: row wrap;
		}
		.contact-card {
			width: 48%;
			height: auto;
			margin: 3% auto;
			background-color: #efefef;
		}
		.contact-card img {
			width: 100%;
			height: auto;
		}
		.contact-text {
			width: 90%;
			height: auto;
			margin: 0 auto;
		}
		.contact-text-top {
			display: flex;
			justify-content: space-between;
			margin: 2% auto;
		}
		.contact-text-top h3 {
			font-size: 32px;
		}
		.contact-text-top h3 a {
			text-decoration: none;
			color: #000000;
		}
		.contact-text p {
			font-size: 23px;
			
		}
		.consultation a {
			text-decoration: none;
			color: white;
			background-color: #840a15;
			text-align: center;
		}
		.consultation p {
			text-align: center;
			margin-top: 10%;
			font-size: 16px;
		}
		.consultation {
			width: 25%;
			height: auto;
			border-radius: 30px;
			background-color: #840a15;
		}
		.contact-text-bommon-address {
			display: flex;
			justify-content: space-around;
		}
		.contact-text-bommon-address p:first-child {
			width: 40%;
		}
	}
	
	@media screen and (max-width: 992px) {
		.contact-box {
			width: 95%;
			height: auto;
			margin: 0 auto;
			display: flex;
			flex-flow: row wrap;
		}
		.contact-card {
			width: 95%;
			height: auto;
			margin: 3% auto;
			background-color: #efefef;
		}
		.contact-card img {
			width: 100%;
			height: auto;
		}
		.contact-text {
			width: 90%;
			height: auto;
			margin: 0 auto;
		}
		.contact-text-top {
			display: flex;
			justify-content: space-between;
			margin: 2% auto;
		}
		.contact-text-top h3 {
			font-size: 32px;
		}
		.contact-text-top h3 a {
			text-decoration: none;
			color: #000000;
		}
		.contact-text p {
			font-size: 23px;
			
		}
		.consultation a {
			text-decoration: none;
			color: white;
			background-color: #840a15;
			text-align: center;
		}
		.consultation p {
			text-align: center;
			margin-top: 10%;
			font-size: 16px;
		}
		.consultation {
			width: 25%;
			height: auto;
			border-radius: 30px;
			background-color: #840a15;
		}
		.contact-text-bommon-address {
			display: flex;
			justify-content: space-around;
		}
		.contact-text-bommon-address p:first-child {
			width: 26%;
			height: auto;
		}
		.pagination {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 3% auto;
	}
	
	.pagination li {
		margin: 0 .2rem;
	}
	
	.pagination li a {
		
		padding: 0.5rem 1rem;
		border: #dfdfdf 1px solid;
		text-decoration: none;
		color: black;
	}
	
	.pagination img {
		width: 8px;
		height: 16px;
	}
	
	.pagination li.active a {
		background-color: #840a15;
		color: #FFF;
	}
	}
	
	@media screen and (max-width: 600px) {
		.contact-box {
			width: 95%;
			height: auto;
			margin: 0 auto;
			display: flex;
			flex-flow: row wrap;
		}
		.contact-card {
			width: 95%;
			height: auto;
			margin: 3% auto;
			background-color: #efefef;
		}
		.contact-card img {
			width: 100%;
			height: auto;
		}
		.contact-text {
			width: 90%;
			height: auto;
			margin: 0 auto;
		}
		.contact-text-top {
			display: flex;
			justify-content: space-between;
			margin: 2% auto;
		}
		.contact-text-top h3 {
			font-size: 24px;
		}
		.contact-text-top h3 a {
			text-decoration: none;
			color: #000000;
		}
		.contact-text p {
			font-size: 14px;
			
		}
		.consultation a {
			text-decoration: none;
			color: white;
			background-color: #840a15;
			text-align: center;
		}
		.consultation p {
			text-align: center;
			margin-top: 10%;
			font-size: 10px;
		}
		.consultation {
			width: 25%;
			height: auto;
			border-radius: 30px;
			background-color: #840a15;
		}
		.contact-text-bommon-address {
			display: flex;
			justify-content: space-around;
		}
		.contact-text-bommon-address p:first-child {
			width: 28%;
			height: auto;
		}
	}
	@media screen and (max-width: 300px) {
		.contact-box {
			width: 95%;
			height: auto;
			margin: 0 auto;
			display: flex;
			flex-flow: row wrap;
		}
		.contact-card {
			width: 95%;
			height: auto;
			margin: 3% auto;
			background-color: #efefef;
		}
		.contact-card img {
			width: 100%;
			height: auto;
		}
		.contact-text {
			width: 90%;
			height: auto;
			margin: 0 auto;
		}
		.contact-text-top {
			display: flex;
			justify-content: space-between;
			margin: 2% auto;
		}
		.contact-text-top h3 {
			font-size: 18px;
		}
		.contact-text-top h3 a {
			text-decoration: none;
			color: #000000;
		}
		.contact-text p {
			font-size: 8px;
			
		}
		.consultation a {
			text-decoration: none;
			color: white;
			background-color: #840a15;
			text-align: center;
		}
		.consultation p {
			text-align: center;
			margin-top: 5%;
			font-size: 10px;
		}
		.consultation {
			width: 30%;
			height: auto;
			border-radius: 20px;
			background-color: #840a15;
		}
		.contact-text-bommon-address {
			display: flex;
			justify-content: space-around;
		}
		.contact-text-bommon-address p:first-child {
			width: 18%;
			height: auto;
		}
	}