.sePage .sePageFooter { margin: 0; }

.rrb-divider-style-2::after {
 display: block;
 margin: 5px 0 10px;
 background-color: #7AC89C;
 width: 100%;
 height: 4px;
 content: '';
}

.sePageLayout .bordered-top-bottom-block,
.sePageLayout .bordered-top-bottom-block2 {
 display: -webkit-box;
 display: -webkit-flex;
 display: flex;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 justify-content: space-between;
 border-width: 1px 0;
 border-color: #FFBE10;
}

.sePage .sePageLayout .icup-results.rrb-feature-image-section h3 {
 margin-bottom: 5px;
}

.sePage .sePageLayout .icup-results.rrb-feature-image-section p {
 margin-top: 0px;
}

@media only screen and (min-width: 768px) {
.icup-results.rrb-feature-image-section:not(.rrb-slider-scroll) .custom3-5 > div, 
.icup-results.rrb-feature-image-section:not(.rrb-slider-scroll) .custom3-5 > div:first-child {
 margin-bottom: 30px;
 width: 50%;
}
}

@media only screen and (min-width: 1200px) {
.icup-results.rrb-feature-image-section:not(.rrb-slider-scroll) .custom3-5 > div, 
.icup-results.rrb-feature-image-section:not(.rrb-slider-scroll) .custom3-5 > div:first-child {
 margin-bottom: 30px;
 width: 33.33%;
}
}