@media screen and (min-width:1200px) {
.case{
    width: 75%;
    margin: 5rem auto 0rem;
}
.plan {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.programme {
    background-color: #FBF1F0;
    width: 100%;
    padding-top: 3rem;
    margin-top: 5rem;
}
.plan-left {
    width: 48%;
    padding-bottom: 3rem;
    margin-left: 12.5%;
}
.title-name {
	font-size: 1.2rem;
	letter-spacing: 1px;
}
.plan-text {
	margin-top: 30px;
	line-height: 2;
	color: #838383;
	font-size: 0.8rem;
}
.plan-right {
	width: 30%;
}
.plan-right img{
	width: 32rem;
	position: absolute;
	float: right;
	right: 0;
	margin-top: -6rem;
}
.assemble-img{
	width: 45%;
}
}

@media screen and (min-width:960px) and (max-width:1200px) {
.case{
    width: 75%;
    margin: 5rem auto 0rem;
}
.plan {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.programme {
    background-color: #FBF1F0;
    width: 100%;
    padding-top: 3rem;
    margin-top: 5rem;
}
.plan-left {
    width: 48%;
    padding-bottom: 3rem;
    margin-left: 12.5%;
}
.title-name {
	font-size: 1.2rem;
	letter-spacing: 1px;
}
.plan-text {
	margin-top: 30px;
	line-height: 2;
	color: #838383;
	font-size: 0.8rem;
}
.plan-right {
	width: 30%;
}
.plan-right img{
	width: 32rem;
	position: absolute;
	float: right;
	right: 0;
	margin-top: -6rem;
}
.assemble-img{
	width: 45%;
}
}

@media screen and (max-width:960px) {
.case {
    width: 90%;
    margin: 5rem auto 0rem;
}
.plan {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
}
.programme {
    background-color: #FBF1F0;
    width: 100%;
    padding-top: 3rem;
    /* margin-top: 5rem; */
}
.plan-left {
    width: 90%;
    padding-bottom: 3rem;
    margin: auto;
}
.title-name {
    font-size: 1.4rem;
    letter-spacing: 1px;
}
.plan-text {
    margin-top: 30px;
    line-height: 2;
    color: #838383;
    font-size: 1rem;
}
.plan-right {
    width: 100%;
}
.plan-right img {
    width: 100%;
    /* position: absolute; */
    /* float: right; */
    right: 0;
    /* margin-top: -6rem; */
}
.assemble-img {
    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%;
}

.title-link {
	margin-top: 13px;
}

.title-link span {
	width: 3rem;
	display: block;
	height: 3px;
	background-color: #CD100A;
}


.case-image{
	margin-top: 30px;
	    width: 100%;
}
.case-image img{
	width: 100%;
	height: 100%;
}

.assemble-img img{
	width: 100%;
	height: 100%;
}