.person {
    width: 295px;
    margin: 60px auto 48px;
}

.person__photo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 247px;
    height: 228px;
    margin: 0 auto 20px;
    padding: 16px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}

.person__photo img {
    display: block;
    margin: 0;
    max-width: 100%;
}

.person__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin: 0 auto 22px;
    padding: 0 20px;
    border: 1px solid #e9e9e9;
    color: #000;
    font-family: "proximanova-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.person__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin: 0 auto 22px;
}

.site__content .person__social-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-right: 11px;
    border: 1px solid #e9e9e9;
    color: #000;
    font-size: 24px;
}

@media (min-width: 768px) {
    .person {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 691px;
        margin-top: 8px;
    }

    .person__photo {
        margin: 0;
    }

    .person__item {
        width: 409px;
        margin-bottom: 23px;
    }
}

@media (min-width: 1200px) {
    .person {
        width: 98%;
        max-width: 844px;
		margin: 60px auto;
    }

    .person__item {
        width: 567px;
    }

    .person__social-item {
        transition: color .3s ease;
        -webkit-transition: color .3s ease;
    }

    .person__social-item:hover {
        color: #7a43c6;
    }
}

.person-schedule {
    position: relative;
    padding: 23px 0 39px;
}

.person-schedule:before {
    position: absolute;
    top: -18px;
    left: -100px;
    bottom: -18px;
    right: -100px;
    background-color: #51caaf;
    transform: rotate(-2.6deg);
    -webkit-transform: rotate(-2.6deg);
    content: '';
    z-index: 1;
}

.person-schedule__layout {
    position: relative;
    width: 100%;
    padding: 0 17px;
    z-index: 3;
}

.person-schedule__title {
    margin-bottom: 28px;
    font-family: "proximanova-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}

.person-schedule__title-icon {
    display: block;
    position: relative;
    margin-bottom: 16px;
    font-size: 48px;
}

.person-schedule__title-icon:before, .person-schedule__title-icon:after {
    position: absolute;
    top: 23px;
    width: 60px;
    height: 2px;
    background-color: rgba(236, 236, 236, 0.5);
    content: '';
}

.person-schedule__title-icon:before {
    left: 50%;
    margin-left: 35px;
}

.person-schedule__title-icon:after {
    right: 50%;
    margin-right: 47px;
}

.person-schedule__title_desctop {
    display: none;
}

.person-schedule__item {
    display: block;
    margin-bottom: 18px;
    background-color: #fff;
    color: #000;
}

.person-schedule__topic {
    margin-bottom: 15px;
    padding-left: 8px;
    border-left: 6px solid #ae58f0;
    font-size: 14px;
    line-height: 15px;
    text-align: left;
}

.person-schedule__info {
    padding: 22px 17px 7px;
    border-bottom: 1px solid #e9e9e9;
    color: #acacac;
    font-size: 16px;
    line-height: 20px;
}

.person-schedule__content {
    padding: 9px 18px 18px;
    font-family: "proximanova-bold", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .person-schedule {
        padding: 20px 0 59px;
    }
 .person {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 691px;
        margin-top: 80px;
    }

    .person__photo {
        margin: 0;
    }

    .person__item {
        width: 440px;
        margin-bottom: 23px;
    }
    .person-schedule:before {
        transform: rotate(-1.1deg);
        -webkit-transform: rotate(-1.1deg);
    }

    .person-schedule__layout {
        padding: 0 38px;
    }

    .person-schedule__title {
        margin-bottom: 30px;
    }

    .person-schedule__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: stretch;
        align-items: stretch;
        min-height: 106px;
        margin-bottom: 16px;
    }

    .person-schedule__info {
        width: 165px;
        padding: 20px 14px 7px;
        border-right: 1px solid #e9e9e9;
        border-bottom: none;
    }

    .person-schedule__content {
        width: calc(100% - 165px);
        padding: 22px 26px 7px;
    }
}

@media (min-width: 1200px) {
    .person-schedule {
        padding: 37px 0 80px;
    }

    .person-schedule:before {
        transform: rotate(-1.1deg);
        -webkit-transform: rotate(-1.1deg);
    }

    .person-schedule__layout {
        padding: 0 38px;
    }

    .person-schedule__title {
        margin-bottom: 50px;
        font-size: 36px;
    }

    .person-schedule__item {
        position: relative;
        max-width: 774px;
        min-height: 97px;
        margin: 0 auto 13px;
        border: 1px solid #e9e9e9;
    }

    .person-schedule__item:after {
        position: absolute;
        bottom: -1px;
        right: -1px;
        width: 35px;
        height: 30px;
        line-height: 30px;
        background-color: #7a43c6;
        color: #fff;
        font-size: 13px;
        text-align: center;
        opacity: 0;
        transition: opacity .3s ease;
        -webkit-transition: opacity .3s ease;
        content: '+';
    }

    .person-schedule__item:hover:after {
        opacity: 1;
    }

    .person-schedule__info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 196px;
        padding: 7px 14px;
    }

    .person-schedule__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
        width: calc(100% - 196px);
        padding: 7px 42px;
    }

    .person-schedule__topic {
        margin-bottom: 7px;
    }

    .article {
        max-width: 681px;
        margin: 0 auto;
    }

    .article h2 {
        margin-bottom: 40px;
        font-size: 37px;
    }

    .article__quote {
        position: relative;
        margin-top: 55px;
        padding-right: 75px;
    }

    .article__quote-author {
        position: absolute;
        top: 50%;
        right: 100%;
        margin: 13px 35px 0 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        white-space: nowrap;
    }

    .article__frame {
        max-width: 700px;
        margin: 0 auto;
    }
	.article__frame h1{
        text-align: center;
        font-weight: 700;
    font-size: 30px;
    }
	.article__frame h2{
        text-align: center;
    }
}

.article__frame {
    max-width: 700px;
    margin: 30px auto;
	}
.article__frame p{text-align: justify;margin-bottom: 10px;font-size:18px;}
.article__frame p:nth-last-child(1){margin: 0px;}

@media (max-width: 768px) {
.person__item {
    width: 300px;
    margin-bottom: 23px;
}	
.page-info__layout {
    position: relative;
    margin: 40px auto;
    padding: 0 13px;
    z-index: 2;
}

.person__list {
  padding:0px; margin:0px; 
    
}
.article__frame h1 {
    text-align: center;
}
    .wokshopDetail .article__frame h1{font-size: 30px}
.article__frame h2 {
    text-align: center;
}
}

.site__content-layout {
    position: relative;
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}