.banner-body {
	margin: 0
}

.banner-main {
	display: flex;
	justify-content: center;
	align-items: center
}

.banner-second {
	display: flex;
	justify-content: center
}

.asymca-logo {
	flex-basis: 50%;
	margin: 0 20px;
	text-align: center
}

.testim-all {
	flex-basis: 33%;
	display: flex;
	justify-content: center
}

.testim-image {
	flex-basis: 30%;
	padding: 10px;
	text-align: center
}

.testim-text {
	flex-basis: 60%;
	padding: 10px 10px 10px 20px;
	text-align: left
}

.asymca-image {
	flex-basis: 50%;
	margin: 0;
	text-align: center
}

.asymca-logo p {
	text-align: left;
	padding: 10px 10px 10px 20px;
	font-size: 1.1em
}

.asymca-logo img {
	width: 50%;
	display: block;
	margin: 0 auto
}

.asymca-logo2 img {
	width: 35%;
	display: block;
	margin: 0 auto
}

.left-a {
	border-right: 1px solid #f4f2f2
}

.right-a {
	border-left: 1px solid #f4f2f2
}

.bottom-a {
	border-bottom: none
}

.top-a {
	border-top: none
}

.name {
	color: #2C3F8C;
	font-size: 1.1em
}

.inquire {
	padding: 7px 20px;
	border: 1px solid #2c2c29 !important;
	color: #2c2c29;
	font-size: 20px
}

.inquire:hover {
	border: 1px solid #2c2c29 !important;
	color: #fff;
	font-size: 20px;
	background-color: #5D4F64
}

.rich-text a {
	text-decoration: none
}

h1 {
	font-size: 30px;
	color: #2C3F8C !important;
	text-align: center;
	padding: 40px 0 10px
}
@media (max-width: 1820px) {
    .testim-all {
        display: block;
    }
    .testim-image {
        flex-basis: 90%;
        padding: 10px;
    }
    
    .testim-text {
        flex-basis: 90%;
    }

}
@media (max-width: 1000px) {
    .testim-all {
        display: flex;
    }
	.banner-second {
		display: block
	}

	.left-a {
		border-right: none
	}

	.right-a {
		border-left: none
	}

	.bottom-a {
		border-bottom: 1px solid #f4f2f2
	}

	.top-a {
		border-top: 1px solid #f4f2f2
	}

	.testim-text {
		flex-basis: 100%;
		padding: 20px 40px;
		text-align: left
	}
}

@media (max-width: 640px) {
	.banner-main {
		display: block
	}

	.asymca-logo {
		margin: 10px
	}

	.asymca-logo img {
		width: 70%
	}

	.asymca-image {
		margin: 0 0 10px
	}
}

@media (max-width: 580px) {
	.testim-all {
		flex-direction: column
	}

	.testim-text {
		flex-basis: 80%;
		padding: 20px 40px;
		text-align: left;
		order: 2
	}

	.testim-image {
		flex-basis: 80%;
		padding: 10px;
		text-align: center;
		order: 1
	}
}