.psy-slider .psy-slider-text .psy-horizon-slidertext p {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-family: 'Poppins';
    transition: opacity .5s ease-in;
    text-align: center;
}


.psy-slider .psy-slider-text h4 {
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 50px;
    /* line-height: 95px; */
    /* font: normal normal bold 64px/95px Poppins; */
    padding-top: 40px;
    margin: 0;
    text-align: center;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .psy-slider .psy-slider-text h4 {
        padding-top: 0;
        font-size: 45px;
    }

    /* .psy-slider .psy-slider-text .psy-horizon-slidertext p {
        padding-bottom: 15px;
    } */
}

@media only screen and (min-width: 993px) {
    .psy-slider .psy-slider-text .psy-horizon-slidertext p {
        width: 100% !important;
        text-align: left;
        padding-bottom: 25px !important;
    }

    .psy-slider .psy-slider-text h4 {
        text-align: left;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .psy-slider .psy-slider-text .psy-horizon-slidertext p {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    .psy-slider .psy-slider-text .psy-horizon-slidertext p {
        font-size: 18px;
    }

    .psy-slider .psy-slider-text h4 {
        font-size: 35px !important;
        padding-top: 40px;
    }
}

@media only screen and (max-width: 600px) and (min-width: 401px) {
    .psy-slider .psy-slider-text .psy-horizon-slidertext p {
        font-size: 12px;
        /* padding-bottom: 5px; */
    }

    .psy-slider .psy-slider-text h4 {
        font-size: 22px !important;
        line-height: 0px;
    }
}

@media only screen and (max-width: 400px) and (min-width: 321px) {
    .psy-slider .psy-slider-text h4 {
        font-size: 18px !important;
        line-height: 0px;
    }

    .psy-slider .psy-slider-text .psy-horizon-slidertext p {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 320px) {
    .psy-slider .psy-slider-text h4 {
        font-size: 14px !important;
        line-height: 0px;
    }

    .psy-slider .psy-slider-text .psy-horizon-slidertext p {
        font-size: 8px !important;
        padding-bottom: 20px;
    }
}

.slider-wrapper {
    position: absolute;
    z-index: 9;
    color: #FFFFFF;
    right: 0;
    left: 0;
    text-align: center;
}

@media only screen and (min-width: 1201px) {
    .psy-slider-text.slider-wrapper {
        top: 35%;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .psy-slider-text.slider-wrapper {
        top: 30% !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .psy-slider-text.slider-wrapper {
        top: 25% !important;
    }
}

@media only screen and (max-width: 768px) and (min-width:601px) {
    .psy-slider-text.slider-wrapper {
        top: 20% !important;
    }
}

@media only screen and (max-width: 600px) and (min-width:401px) {
    .psy-slider-text.slider-wrapper {
        top: 10% !important;
    }
}

@media only screen and (max-width: 400px) {
    .psy-slider-text.slider-wrapper {
        top: 8% !important;
    }
}