.about-content {
    font-size: 0.879vw;
    color: #fff;
    text-align: left;
    max-width: 90%;
    margin: 0 auto;
    letter-spacing: 2px;
    line-height: 1.8;
}

div#about {
    padding-bottom: 6vw;
    display: flex;
    justify-content: center;
    padding-top: 2.5vw;
}


/*.about-content1 img {
	max-width:19.1667vw;
	max-height:28.8020vw
}*/

.about-content2 img {
    max-width: 43.541vw;
}


/*.about-content3 img {
	max-width:21.1458vw;
	max-height:31.7708vw
}*/

.about-content1,
.about-content2,
.about-content3 {
    display: inline-block;
}

.about-content1 {
    width: 20%;
}

.about-content1 p {
    margin: 0px;
    font-size: 1.9399vw;
    line-height: 2.5vw;
    color: #EEF2CF;
   font-family: Helvetica Neue, 'tex_gyre_herosregular', arial;
    font-weight: normal;
    padding-top: 1.5341vw;
}

.about-content2 {
    width: 52%;
    padding: 6vw 0px 0px;
}

.about-content2 p {
    margin: 0px;
    font-size: 0.9895vw;
    line-height: 1.5341vw;
    color: #EEF2CF;
   font-family: Helvetica Neue, 'tex_gyre_herosregular', arial;
    font-weight: normal;
    padding-top: 1.5341vw;
}

.about-content2 {
    width: 52%;
}

.about-content3 {
    width: 20%;
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
}

.content3-name {
    width: 100%;
}

.about-content3 p {
    margin: 0px;
    font-size: 1.9399vw;
    line-height: 2.5vw;
    color: #EEF2CF;
   font-family: Helvetica Neue, 'tex_gyre_herosregular', arial;
    font-weight: normal;
    padding-bottom: 0.9375vw;
}

@media only screen and (max-width:1023px) {
    .about-content2 p {
        font-size: 13px;
        line-height: 17px;
        padding-top: 162px;
    }
    br.sep {
        display: none;
    }
    .about-content1,
    .about-content2,
    .about-content3 {
        display: block;
    }
    div#about {
        padding-top: 34px;
        display: block;
        position: relative;
    }
    .about-content2 {
        max-width: 83%;
        margin: 0 auto;
    }
    .about-content2 img {
        max-width: 100%;
        position: absolute;
        top: 375px;
        left: 52%;
        transform: translate(-50%, -50%);
        width: 82%;
    }
    .about-content1 {
        padding-left: 27px;
        width: 55%;
    }
    .about-content1 p,
    .about-content3 p {
        font-size: 28px;
        line-height: 48px;
        letter-spacing: -0.8px;
    }
    .about-content2 {
        width: 83%;
        padding: 0px;
        /**position: relative;
        bottom: 83px;**/
    }
    .about-content1 p {
        position: absolute;
        top: 141px;
        right: 27px;
        padding: 0px;
    }
    .about-content3 {
        width: 55%;
        align-items: unset;
        flex-direction: unset;
        /* float: right; */
        padding-right: 26px;
        margin-left: 143px;
        margin-top: 40px;
    }
    .about-content3 p {
        position: absolute;
        left: 34px;
        bottom: 161px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) and (orientation:portrait) {
    .about-content2 p {
        padding-top: 150px;
    }
    .about-content2 img {
        top: 591px;
        left: 50%;
    }
    .about-content1 p {
        top: 136px;
        right: 114px;
    }
    .about-content3 {
        margin-left: 42%;
    }
    .about-content3 p {
        left: 123px;
        bottom: 350px;
    }
}

@media screen and (max-width:1023px) and (orientation:landscape) {
    .about-content2 p {
        padding-top: 44%;
    }
    .about-content2 img {
        top: 39%;
        left: 50%;
    }
    .about-content1 p {
        top: 305px;
        right: 119px;
    }
    .about-content3 {
        margin-left: 42%;
    }
    .about-content3 p {
        left: 123px;
        bottom: 350px;
    }
}