@media screen and (min-width:1200px) {
.layout {
	width: 75%;
	margin: 40px auto 0px;
}
.title {
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 2px;
	font-weight: 600;
}
.text {
	margin-top: 30px;
	line-height: 2;
	/* text-indent: 2rem; */
	text-align: center;
	font-size: 0.9rem;
}
.layout-module-img{
	display: flex;
}
.layout-module-left{
	width: 60%;
}
.layout-module-left img{
	/* width: 84%; */
}
.layout-module-right{
	width: 40%;
	padding-top: 55px;
}
.layout-module-list img{    
	width: 5%;
    height: 10%;
}
.module{
	display: flex;
}
.module-list{
	margin-bottom: 20px;
	background-color: #fff;
	width: 100%;
	padding: 25px 0;
	margin: 20px 10px;
}
.module-list{
	display: flex;
	margin-bottom: 20px;
}
.module-title{
	width: 50%;
	display: grid;
}
.module-right{
	width: 50%;
}

}

@media screen and (min-width:960px) and (max-width:1200px) {
.layout {
	width: 75%;
	margin: 40px auto 0px;
}
.title {
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 2px;
	font-weight: 600;
}
.text {
	margin-top: 30px;
	line-height: 2;
	/* text-indent: 2rem; */
	text-align: center;
	font-size: 0.9rem;
}
.layout-module-img{
	display: flex;
}
.layout-module-left{
	width: 60%;
}
.layout-module-left img{
	/* width: 84%; */
}
.layout-module-right{
	width: 40%;
	padding-top: 55px;
}
.layout-module-list img{    
	width: 5%;
    height: 10%;
}
.module{
	display: flex;
}
.module-list{
	margin-bottom: 20px;
	background-color: #fff;
	width: 100%;
	padding: 25px 0;
	margin: 20px 10px;
}
.module-list{
	display: flex;
	margin-bottom: 20px;
}
.module-title{
	width: 50%;
	display: grid;
}
.module-right{
	width: 50%;
}
}

@media screen and (max-width:960px) {
.layout {
    width: 90%;
    margin: 20px auto 0px;
}
.title {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 2px;
    font-weight: 600;
}
.text {
    margin-top: 30px;
    line-height: 2;
    /* text-indent: 2rem; */
    text-align: center;
    font-size: 1rem;
}
.layout-module-img {
    display: block;
}
.layout-module-left {
    width: 100%;
}
.layout-module-left img {
    width: 100%;
}
.layout-module-right {
    width: 100%;
    padding-top: 35px;
}
.layout-module-list img {
    width: 7%;
    height: 10%;
}
.module {
    display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.module-list {
    margin-bottom: 20px;
    background-color: #fff;
    width: 100%;
    padding: 25px 0;
    margin: 25px 0px;
}
.module-list {
    display: block;
    margin-bottom: 20px;
}
.module-title {
    width: 100%;
    display: grid;
}
.module-right {
    width: 100%;
}
}
body {
	padding: 0px;
	margin: 0px;
}

.entirety {
	width: 100%;
	margin: 0px;
}

.main-image {
	width: 100%;
	/* height: 28rem; */
}

.main-image img {
	width: 100%;
	height: 100%;
}


.

.text {
	margin-top: 30px;
	line-height: 2;
	text-indent: 2rem;
	text-align: center;
	font-size: 0.9rem;
}
.images{
	margin-top: 30px;
	width: 100%;
}
.images img{
	width: 100%;
	height: 100%;
}