section:first-of-type .row > div:first-child {
    padding-top: 100px;
    padding-bottom: 100px;
}
section:first-of-type .row > div.full-page-plain-wrapper {
    padding-top: 0;
    padding-bottom: 0;

    margin-top: 100px;
}
.orange-top-box {
    background-color: #ffffff;
    border-top: 5px solid #DD7023;
}
.orange-top-box .content h4 {
	font-size: 23px;
	font-family: 'Meta Pro Bold';

    color: var(--u-color-orange);
}
.orange-top-box .content p {
    color: #292929;
}
.orange-top-box .img {
    position: relative;
    top: -50px;

    text-align: center;
}
.orange-top-box .img img {
    width: 100px;
}