html, body {
  overflow-x: hidden;
}

#main-title h1 {
    color: #ffb447;
    text-align: center;
    margin-bottom: 100px;
}
h3{
        color: #ffb447;
        line-height: 40px;
}

span.sbb-feature-item__letter {
    background: #ffb447;
    padding: 4px;
    font-weight: bold;
    width: 30px !important;
    display: inline-block;
    text-align: center;
}

.feature-item-wrapper {
    margin-bottom: 10px;
    margin-left: 10px;
}

span.sbb-feature-item__list-text {
    margin-left: 10px;
    margin-top: 5px;
}

h3.sbb-feature-item__title.mb-3{
    color: #003E51;
}

.sbb-feature-item__content {
    padding: 40px;
    max-width: 700px;
    margin: auto;
}

.col-12.col-md-6{
    padding: 0;
}


.page-hero {
    position: relative;
    max-width: 1920px;
    margin: auto;
}

.hero-sbb-img {
    position: absolute;
    right: -70px;
    top: 130px;
    width: 950px;
}
section.sbb-feature-items {
    max-width: 1920px;
    margin: auto;
}
section#section4 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.disclaimer {
    text-align: center;
    margin-top: 80px;
}

.disclaimer p{
    font-size: 14px;
}
.hero-sbb-img img{
    width: 100%;
}

section.page-hero {
    left: -120px;
}
.sbb-feature-item__list {
    color: #003E51;
}

@media(max-width: 1500px){
    .hero-sbb-img {
       right: -240px;
    }
}

@media(max-width: 1380px){
section.page-hero {
    left: -50px;
}
}

@media(max-width: 1230px){
section.page-hero {
    left: 0px;
}
}

@media(max-width: 1200px){
    .hero-sbb-img {
        right: -420px;
    }
    .hero-sbb-img img {
        width: 600px;
        margin-top: 110px;
    }
}

@media(max-width: 1100px){

    .page-hero .container {
        margin-left: 10px;
        padding-bottom: 100px!important;
    }
    .hero-sbb-img {
        right: -400px;
    }
}

@media(max-width:900px){
    .hero-sbb-img {
        right: -500px;
    }
}

@media(max-width:800px){
    .hero-sbb-img {
        right: -600px;
    }
}

@media(max-width: 768px){
    .hero-sbb-img img {
        margin-top: 0px;
        width: 90%;
    }
    .hero-sbb-img {
        right:0;
        position: relative;
        text-align: center;
        margin: auto;
        top: 140px;
                width: 100%;
    }
    .page-hero .container {
        padding-top: 150px;
        text-align: center;
        padding-bottom: 20px !important;
        margin: auto;
        max-width: 100%;
    }
}