.slide h2 {
    position: absolute;
    top :40%;
    background: #ffbe08;
    padding: 15px 20px 15px 20%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 40px;
    color: black;
    font-weight: 900;
}

.slide p {
    position: absolute;
    top :60%;
    background: #ffbe08;
    padding: 10px 20px 10px 20%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 17px;
    color: black;
    font-family: 'Nunito', sans-serif !important;
}

.slide a {
    position: absolute;
    top :70%;
    background: black;
    padding: 10px 20px 10px 20%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 17px;
    color: #ffbe08;
    font-family: 'Nunito', sans-serif !important;
}

.slide a:hover {
    color: #ffbe08;
}

.slide a:focus {
    color: #ffbe08;
}

.carousel-caption {
    position: static !important;
    right: 0 !important;
    left: 0 !important;
    text-shadow: none !important;
    text-align: left !important;
}

.carousel-indicators {
    bottom: 50px !important;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,0.5) !important;
    border: none !important;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff !important;
}

@media (max-width: 1199px) and (min-width: 992px){

    .slide h2 {
        position: absolute;
        top :40%;
        background: #ffbe08;
        padding: 10px 20px 10px 20%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        font-size: 30px;
        color: black;
        font-weight: 900;
    }

    .slide p {
        position: absolute;
        top :60%;
        background: #ffbe08;
        padding: 5px 20px 5px 20%;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        font-size: 15px;
        color: black;
        font-family: 'Nunito', sans-serif !important;
    }

    .slide a {
        position: absolute;
        top :70%;
        background: black;
        padding: 5px 20px 5px 20%;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        font-size: 15px;
        color: #ffbe08;
        font-family: 'Nunito', sans-serif !important;
    }
}

@media (max-width: 991px) and (min-width: 768px){

    .slide h2 {
        position: absolute;
        top :40%;
        background: #ffbe08;
        padding: 10px 20px 10px 20%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        font-size: 20px;
        color: black;
        font-weight: 900;
    }

    .slide p {
        position: absolute;
        top :60%;
        background: #ffbe08;
        padding: 5px 20px 5px 20%;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        font-size: 15px;
        color: black;
        font-family: 'Nunito', sans-serif !important;
    }

    .slide a {
        position: absolute;
        top :70%;
        background: black;
        padding: 5px 20px 5px 20%;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        font-size: 15px;
        color: #ffbe08;
        font-family: 'Nunito', sans-serif !important;
    }

}

@media (max-width: 767px){

    .slide h2 {
        position: absolute;
        top :40%;
        background: #ffbe08;
        padding: 15px 10px 15px 2%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        font-size: 20px;
        color: black;
        font-weight: 900;
    }

    .slide p {
        position: absolute;
        top :59%;
        background: #ffbe08;
        padding: 10px 10px 10px 2%;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        font-size: 15px;
        color: black;
        font-family: 'Nunito', sans-serif !important;
    }

    .slide a {
        position: absolute;
        top :70%;
        background: black;
        padding: 10px 10px 10px 2%;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        font-size: 15px;
        color: #ffbe08;
        font-family: 'Nunito', sans-serif !important;
    }

}
