    /* ===========================================================

	Title: social.css
	Created: 2021-8-1

=========================================================== */
#social .column__cell h4 {
    margin-top: 0;
}
.stakeholder-imglist {
    display: flex;
    align-items: center;
}
.stakeholder-imglist h4 {
    margin: 16px 0 16px 0;
}
.stakeholder-imglist p {
    font-size: 20px;
}
.stakeholder-imglist figure {
    width: 110px;
}
.stakeholder-imglist figure img{
    width: 81px;
    height: 74px;
}
.stakeholder-imglist div {
    width: 100%;
}
.image__cell.operations {
    flex-basis: 50% !important;
}
@media screen and (max-width: 1200px) {
    .stakeholder-imglist figure img{
        margin-bottom: -4em;
    }
    .stakeholder-imglist p {
        margin-top: 2em;
    }
    .image__cell.operations {
        flex-basis: auto !important;
    }
}

.solutions-list {
    display: flex;
    align-items: center;
}
.solutions-list p {
    font-size: 20px;
}
.solutions-list img{
    width: 180px;
    margin-right: 32px;
}
.solutions-list ul {
    list-style: disc;
    padding-left: 2rem;
}
.solutions-list .img-4 {
    width: 100px;
    margin: 16px 70px 0 40px;
}
.image__arrow {
    position: relative;
}
.image__arrow::before,
.image__arrow::after {
    position: absolute;
    top: -40px;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.image__arrow::before{
    right: -5px;
    width: 60px;
    height: 5px;
    background: #187770;
}
.image__arrow::after{
    right: -5px;
    width: 20px;
    height: 20px;
    border-top: 5px solid #187770;
    border-right: 5px solid #187770;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
    .stakeholder-imglist,.solutions-list {
        flex-direction: column;
    }
    .stakeholder-imglist div,.solutions-list div{
        width: 100%;
    }
    .image__arrow {
        margin: 0 0 6em !important;
    }
    .image__arrow::before,
    .image__arrow::after {
        position: absolute;
        top: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    .image__arrow::before{
        bottom: -80px;
        left: 1px;
        width: 30px;
        height: 5px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .image__arrow::after{
        bottom: -95px;
        width: 20px;
        height: 20px;
        border-top: 5px solid #187770;
        border-right: 5px solid #187770;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}


/*equipment-example-box
-----------------------------------*/
.equipment-example-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.equipment-example--list h4 {
    margin-top: 0;
}
.equipment-example--img {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .equipment-example-box {
        display: block;
    }
}