#home-carousel .item .caption {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
}

#home-carousel .item h1 span {
    color: #FE980F;
}

#home-carousel .item h1 {
    color: #B4B1AB;
    font-family: abel;
    font-size: 48px;
    margin-top: 115px;
}

@media (max-width: 991px) and (min-width: 768px) {
    #home-carousel .item h2 {
        font-size: 24px;
    }
}

#home-carousel .item h2 {
    color: #363432;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 10px;
}

#home-carousel .item p {
    color: #363432;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

#home-carousel .item .get {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 23px;
}