.modal-title {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
}

.modal-content-inner {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.csrpage .informativepage__header {
    margin-bottom: 80px;
}

.csr__header .informativepage__header-content {
    padding: 58px 47px 62px;
}

.csr__header .informativepage__header-content__title {
    max-width: 275px;
}

.csr__section_charter {
    padding: 0px 0px 76px;
}

.csr__section_charter__item {
    margin-bottom: 76px;
    padding: 0px 100px;
}

.csr__section_charter__item-content {
    float: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.csr__section_charter__item-content--left {
    width: calc(100% - 580px);   
    text-align: center;
    padding: 0px 15px;
}

.csr__section_charter__item-content--left p {
    max-width: 320px;
    width: 100%;
    text-align: left;
    margin: 100px auto 0px;
}

.csr__section_charter__item-content--right {
    width: 550px;
}

.csr__section_charter__item-content--right img {
    width: 100%;
}

.csr__section_slider {
    position: relative;
    padding: 0;
}

.csr__section_slider__scroll-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0),rgba(0, 0, 0, .5));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #20346B;
    font-size: 18px;
    z-index: 200;
}

.csr__section_slider__scroll-arrow .iconify {
    width: 24px;
    height: 15px;
}

.csr__section_slider__scroll-arrow .iconify--arrowright {
    background-size: 22.09px 12.5px;
}

.csr__section_slider__item {
    white-space: normal;
    display: inline-flex;
    width: 337px;
    height: 250px;
    flex-direction: column;
    position: relative;
    padding: 44px;
    vertical-align: top;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 13px;
    line-height: 18px;
}

.csr__section_slider__item:not(:last-child) {
    border-right: 1px solid #000;
}

.csr__section_slider__item__expand {
    cursor: pointer;
}

.csr__section_slider__item__expand img {
    width: 20px;
    height: auto;
}

.csr__section_slider__item__header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.csr__section_slider__item__icon {
    border: 1px solid #000;
    border-radius: 100%;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.csr__section_slider__item__icon img {
    width: 60px;
    height: 60px;
}

.csr__section_slider__item__title {
    flex: 1;
    padding: 0 15px;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
}

.csr__section_slider__item__content {
    padding-top: 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.csr__section_slider__item__content-full {
    display: none;
}

.csr__section_slider__item__content-full p:not(:last-child) {
    padding-bottom: 15px;
}

.csr__section_conduct {
    padding: 80px 0px 50px;
}

.csr__section_conduct .csr__section_conduct__content {
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
}

.csr__section_conduct .csr__section_conduct__content p.csr__section_conduct__content--max700{
    max-width: 700px;
    margin: 0px auto;
}

.csr__section_conduct .csr__section_conduct__content p {
    max-width: 750px;
    margin: 0px auto;
}

.csr__section_conduct .csr__section_conduct__content p:not(:last-child) {
    padding-bottom: 30px;
}

/** Tablet (Landscape) **/
/*@media only screen and (max-width: 1280px) {
    .csr__section_charter__item {
        padding: 0px;
    }

    .csr__section_charter__item-content--left {
        width: calc(100% - 500px);   
        text-align: center;
        padding: 0px;
    }

    .csr__section_charter__item-content--left p {
        width: 100%;
        text-align: left;
        margin: 40px auto 0px;
    }

    .csr__section_charter__item-content--right {
        width: 500px;
    }
}
*/
/** Tablet (Potrait) **/
@media only screen and (max-width: 1024px) {
    .csr__section_charter {
        padding: 0px 0px 20px;
    }

    .csr__section_charter__item {
        padding: 0px
    }

    .csrpage .informativepage__header {
        margin-bottom: 20px;
    }

    .csr__section_charter__item-content--left {
        width: 100%;
        padding: 0px;
    }

    .csr__section_charter__item-content--left p {
        max-width: 100%;
        padding-bottom: 20px;
        margin-top: 0px;
    }

    .csr__section_charter__item-content--right {
        width: 100%;
    }

    .csr__section_slider__item {
        height: 200px;
    }

    .csr__section_conduct {
        padding: 20px 0px;
    }
}