.fcsf-about-us {padding: 120px 50px; background: #f8eddb;}
.fcsf-about-us > .inner {margin: 0 auto; color: #093858; font-size: 30px; line-height: 46px; text-align: center; cursor: default;max-width: 755px;}

.fcsf-persons {padding: 120px 50px; background: #fff;overflow: hidden;}
.fcsf-persons > .inner {max-width: 1300px; margin: 0 auto;}
.fcsf-persons > .inner > .text {margin-bottom: 90px; font-size: 24px; line-height: 36px; text-align: left; color: #000; font-weight: 600; cursor: default;}
.fcsf-persons > .inner > ul {display: flex; margin-bottom: 90px; flex-flow: row nowrap; justify-content: space-between; }
.fcsf-persons > .inner > ul > li {display: block; position: relative; flex: 0 0 auto; animation: 1.2s fadeIn 0.1s; transition: all 0.15s ease-out; cursor: default;}
.fcsf-persons > .inner > ul > li:hover {transform: scale(1.05);}
.fcsf-persons > .inner > ul > li > img {display: block; height: 365px; margin-bottom: 20px;}
.fcsf-persons > .inner > ul > li > .name {display: block; margin-bottom: 10px; padding: 0 2px; font-size: 24px; line-height: 28px; color: #093858; font-weight: 600;    margin-top: 10px;}
.fcsf-persons > .inner > ul > li > .position {display: block; padding: 0 2px; font-size: 15px; line-height: 18px; color: #093858;}

.fcsf-persons > .inner > .text-blocks {display: flex; flex-flow: row nowrap;position: relative;}
.fcsf-persons > .inner > .text-blocks > .block {display: block; flex: 1 1 auto; width: 50%; margin: 0 25px; font-size: 14px; line-height: 30px; color: #000; font-weight: 600;}
.fcsf-persons > .inner > .text-blocks > .block:first-child {margin-left: 0;}
.fcsf-persons > .inner > .text-blocks > .block:last-child {margin-right: 0;}

.fcsf-priorities {padding: 120px 50px; background: #f8eddb;}
.fcsf-priorities > .inner {margin: 0 auto; color: #093858; font-size: 30px; line-height: 46px; text-align: center; cursor: default;}

.alvinA {position: absolute;width: 642px;height:723px;background: url('../../images/A.svg') no-repeat;background-size: cover;top: -72px;right: -515px;}

@media all and (max-width: 1200px) {
    .fcsf-about-us {padding: 60px 35px;}
    .fcsf-about-us > .inner {font-size: 24px; line-height: 36px;}
    .fcsf-about-us > .inner > br {display: none;}

    .fcsf-persons {padding: 60px 35px;}
    .fcsf-persons > .inner {max-width: initial;}
    .fcsf-persons > .inner > .text {margin-bottom: 55px;}
    .fcsf-persons > .inner > ul {margin-bottom: 55px;}
    .fcsf-persons > .inner > ul > li > img {width: 250px; height: auto;}

    .fcsf-priorities {padding: 60px 35px;}
    .fcsf-priorities > .inner {font-size: 24px; line-height: 36px;}
    .fcsf-priorities > .inner > br {display: none;}
}

@media all and (max-width: 960px) {
    .fcsf-persons > .inner > ul > li > img {width: 210px; height: auto;}
}

@media all and (max-width: 800px) {
    .fcsf-about-us {padding: 40px 25px;}
    .fcsf-about-us > .inner {font-size: 20px; line-height: 28px;}

    .fcsf-persons {padding: 40px 25px;}
    .fcsf-persons > .inner > .text {margin-bottom: 45px; font-size: 20px; line-height: 28px;}

    .fcsf-persons > .inner > ul {display: block; margin-bottom: 45px;}
    .fcsf-persons > .inner > ul > li {display: block; margin-bottom: 55px; text-align: center;}
    .fcsf-persons > .inner > ul > li:last-child {margin-bottom: 0;}
    .fcsf-persons > .inner > ul > li > img {width: 250px; margin: 0 auto 20px auto;}
    .fcsf-persons > .inner > ul > li:hover {transform: scale(1.2);}

    .fcsf-persons > .inner > .text-blocks {display: block;}
    .fcsf-persons > .inner > .text-blocks > .block {display: block; width: 100%; font-size: 14px; line-height: 26px; margin-left: 0; margin-right: 0;}
    .fcsf-persons > .inner > .text-blocks > .block:last-child {margin-bottom: 0;}

    .fcsf-priorities {padding: 40px 25px;}
    .fcsf-priorities > .inner {font-size: 20px; line-height: 28px;}
}

@media all and (max-width: 600px) {

}
