.socnoc-banner {
	position: relative;
	width: 100%;
	text-align: center;
	background: #dfe3eb;
	overflow: hidden;
}
.socnoc-banner>img.background {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.socnoc-banner .wrapper{
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.socnoc-banner .outer-wrapper {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 30px;
}
.socnoc-banner .text {
    width: 50%;
}

.socnoc-why {
    padding: 120px 30px;
    font-size: 24px;
}
.socnoc-why .wrapper{
    display: flex;
    align-items: flex-end;
    gap:0;
}
.socnoc-why .image, .socnoc-why .image img, .socnoc-why .text {
    width: 100%;
}
.socnoc-why .image {
    margin-bottom: 10%;
    margin-left: 5%;
    position: relative;
    z-index: 1;
}
.socnoc-why .image img {
    position: relative;
    z-index: 2;
}
.socnoc-why .image:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 20%;
    height: 70%;
    left: -10%;
    top: 35%;
    background: #DB501C;
}
.socnoc-why .text {
    margin-left: -15%;
    position: relative;
    z-index: 2;
}
.socnoc-why .text .decoration-bottom {
    padding: 0 0 50px 0;
}
.socnoc-why .text .content-card{
    background: #F5F5F5;
    padding: 60px;
    border: 1px solid #fff;
    box-shadow: -4px 4px 10px rgba(0, 0, 0, .1);
}
.socnoc-why h2.page-subheadline {
    margin-bottom: .5em;
}
.socnoc-why .text p {
    margin-bottom: 1em;
}
.socnoc-why .divider {
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,.2);
    margin: 30px 0;
}
.socnoc-strategy {
    padding: 120px 30px;
    background: #F0F0F5;
    font-size: 24px;
}
.socnoc-strategy .wrapper {
    display: flex;
    gap: 60px;
}
.socnoc-strategy .text{
    width: 100%;
    max-width: 360px;
}
.socnoc-strategy h2.page-subheadline{
    margin-bottom: .5em;
}
.socnoc-strategy p{
    margin-bottom: 1em;
}
.socnoc-strategy .cards-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 60px;
    width: 100%;
}
.socnoc-strategy .card-icon {
    width: 100%;
    max-width: 320px;
    padding: 0 30px 30px;
    border:2px solid black;
    text-align: center;
}
.socnoc-strategy h3 {
    font-weight: 900;
}
.socnoc-strategy .card-icon p {
    margin-bottom: 0;
}
.socnoc-strategy .card-icon img{
    width: 60px;
    background: #F0F0F5;
    padding: 0 20px 20px;
    box-sizing: content-box;
    margin: -30px 0 0 -50%;
}
.socnoc-benefits{
    padding: 120px 30px;
    font-size: 24px;
    text-align: center;
}
.socnoc-benefits .text{
    margin: 0 auto;
    max-width: 500px;
}
.socnoc-benefits h2.page-subheadline{
    margin-bottom: 1em;
}
.socnoc-benefits .text p{
    margin-bottom: 0;
}
.socnoc-benefits h2.page-subheadline mark{
    padding: 0 .5em;
}
.socnoc-benefits .icons{
    display: flex;
    gap: 20px;
    padding: 80px 0;
}
.socnoc-benefits .block-icon{
    width: 100%;
}
.socnoc-benefits .icons .divider{
    width: 1px;
    height: 110px;
    background: black;
}
.socnoc-benefits .block-icon img{
    width: 30px;
    display: block;
    margin: 0 auto 10px;
}
















