/* Add here all your CSS customizations */

.custom_slider {
    position: relative;
}

.custom_slider h2 {
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 10%;
    bottom: 35px;
    text-shadow: 1px 1px 3px #000;
}

.custom_slider p {
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 10.1%;
    bottom: 27px;
    text-shadow: 1px 1px 3px #000;
}