.text-shadow {
    text-shadow: 0px 0px 5px #000000;
}

.ak-slider-hero-1 h1 {
    font-size: 40px;
}

.text-rouge {
    color: #ff3d24;
}

.cta-inner {
    background-color: #ff3d2457;
    padding: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 700px) {
    .ak-hero.ak-style1 {
        min-height: 58vh;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .ak-slider-hero-1 h1 {
        font-size: 25px;
    }
}