@font-face {
    font-family: 'Sofia Pro Regular';
    src: url(../fonts/SofiaProRegular/sofia-pro-regular-webfont.eot), url(../fonts/SofiaProRegular/sofia-pro-regular-webfont.woff), url(../fonts/SofiaProRegular/sofia-pro-regular-webfont.ttf), url(../fonts/SofiaProRegular/sofia-pro-regular-webfont.svg);
}


@font-face {
    font-family: Futura;
    src: url(../fonts/Futura/Futura.ttf);
}

.why-drinkiq-section {
    background-color: #edc372;
}

.why-drinkiq {
    padding: 75px 15px 105px 15px;
    max-width: 1100px;
    margin: 0 auto;
}

    .why-drinkiq span a:hover {
        color: #323f8d;
    }

    .why-drinkiq h1 {
        height: 31px;
        font-size: 23px;
        font-weight: 700;
        color: #323f8d;
        margin-top: 25px;
        font-family: "Futura";
    }

    .why-drinkiq p {
        opacity: 0.74;
        color: #323f8d;
        font-size: 18px;
        font-weight: 400;
        line-height: 34px;
        font-family: "Sofia Pro Regular";
    }

    .why-drinkiq span {
        height: 25px;
        font-size: 15px;
        font-weight: 700;
        color: #323f8d !important;
        font-family: "Futura";
        margin-top: 50px;
    }


@media screen and (max-width:892px) {
    .why-drinkiq {
        padding-left: 40px;
        padding-right: 40px;
    }
}
