div.about-subtext {
    width: 64%;
    color: #fff;
    font-family: Work Sans Light, Helvetica, sans-serif;
    font-size: 45px;
    padding-top: 4%;
    text-align: center;
    margin: 0 auto;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.advice-title{
    text-transform: uppercase;
    font-weight:bold;
}
.advice-text{
    text-align: left;
    width: 30%;
    margin-left: 3%;
    line-height: 1.4;
}
.advice{
    margin-top: 4px;
}

.additional-advices .advice-text{
    width:auto;
    float: none;
}

div.questions {
    text-align: left;
}

div.questions h1 {
    padding: 6% 0 2%;
}


.spotless-and-simple h1{
    font-family: "Work Sans",Helvetica, sans-serif;
    color: white;
    width: 68%;
    margin: 2em auto;
    font-weight: normal;
}

div.spotless-and-simple h1 b {
    font-family: Work Sans ExtraBold, Helvetica, sans-serif;
}

@media all and (min-width: 1601px) {
    div.about-subtext {
        padding-top: 6%;
    }

    div.questions {
        padding: 0 5%;
    }
}

@media all and (max-width: 1536px) {
    div.about-subtext {
        font-size: 42px;
    }
}

@media all and (max-width: 1366px) {
    div.container {
        width: 80%;
    }

    div.about-subtext {
        font-size: 36px;
    }
}

@media all and (max-width: 1280px) {
    h1.banner-title {
        padding-top: 1.2em;
    }
}

@media all and (min-width: 800px) and (max-width: 1024px) {
    h1.banner-title {
        font-size: 36px;
    }

    div.about-subtext {
        font-size: 27px;
    }
}


/* mobile psd styles ----------- */
@media only screen and (max-device-width : 1023px) {
    header {
        background: transparent;
    }
    h1.banner-title {
        padding-top: 0.5em;
    }
    div.about-subtext {
        font-size: 27px;
        padding-bottom: 1em;
    }

    div.spotless-and-simple {
        /*height: 90%;*/
        text-align: center;
        display: table;
        width: 100%;
    }

    .spotless-and-simple h1{
        font-size: 32px;
        display: table-cell;
        vertical-align: middle;
    }

    .questions{
        width:100%;
        margin-bottom: 20px;
    }
    .question-image{
        text-align: center;
    }
    .questions h1{
        text-align: center!important;
    }
    .advice .advice-text{
        text-align: center;
    }

    div.about-subtext{
        font-size: 34px;
    }
        .banner-title{
        font-size: 40px!important;
    }
    .advice-title {
        text-align: center;
        margin-bottom: 10px;
    }
    .banner-title{
        font-size: 40px;
    }
}

@media all and (max-width: 862px) {
    div.about-subtext {
        font-size: 30px;
    }
}

@media all and (max-width: 768px) {
    h1, h1.banner-title {
        width: 100%;
    }

    .spotless-and-simple h1{
        font-size: 30px;
    }

    div.advice {
        margin-top: 1em;
    }
}

@media all and (max-width: 640px) {
    div.about-subtext,
    .spotless-and-simple h1 {
        font-size: 27px;
    }
}

@media all and (max-device-width : 480px) {
    div.about-subtext{
        width: 80%;
        font-size: 20px;
        padding-top: 12%;
    }

    h2 {
        font-size: 27px;
    }

    .spotless-and-simple h1{
        font-size: 24px;
    }

}

@media all and (max-device-width : 375px) {
    h1.banner-title{
        font-size: 32px;
    }
}

@media all and (max-device-width : 320px) {
    h2 {
        font-size: 27px;
    }
}

