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

    margin-top: 100px;
}
.about-row {
    overflow: hidden;
}

.about-wrapper {
    padding-bottom: 50px;
}
.about-item {
    background-color: #ffffff;
    padding-bottom: 5000px;
    margin-bottom: -5000px;
    overflow-y: hidden;
}
.about-wrapper .content h4 {
	font-size: 32px;
	font-family: 'Meta Pro Bold';

    color: var(--u-color-orange);
}
.about-wrapper .content p {
    color: #292929;
}

.divider-bg {
    height: 15px !important;
    background-position: bottom;
    background-size: auto;
}

.desk {
    display: inline-block;
    background-color: #ffffff;
    margin-bottom: 40px;
}
.desk .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    width: 30%;
    min-height: 200px;

    float: left;
}
.desk .content {
    width: 70%;
    padding: 15px 30px 80px 30px;

    position: relative;
    float: right;
}
.desk .contact {
    position:absolute;
    bottom: 0;

    color: #A5A7AA;
}

.card .contact {
    color: #A5A7AA;
}
.card p {
    color: #292929;
    margin: 0 !important
}
.card .card-title {
	font-family: 'Meta Pro Bold';
    margin-bottom: .25rem;
}

.rules-wrapper {
    margin-bottom: 30px;
}
.rules-wrapper .image {
    padding-right: 0;
}
.rules {
    padding: 30px;
    background-color: #ffffff;
}
