.hero-body p {
    color: var(--white);
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: start;
}

.hero {
    background-image: url('/wp-content/themes/akdev/assets/images/maritime/hero-sm.png');
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    animation: none;
    justify-content: stretch;
}

.hero-container {
    top: 80px;
}

@media (min-width: 580px) {
    .hero {
        background-position: center bottom -100px;
    }
}

@media (min-width: 768px) {
    .hero-body h2 {
        font-size: 20px;
    }

    .hero {
        background-image: url('/wp-content/themes/akdev/assets/images/maritime/hero-lg.png');
        background-size: auto 100%;
        background-position: center right -200px;
    }
}

@media (min-width: 992px) {
    .hero {
        background-position: center right -50px;
    }
}

@media (min-width: 1200px) {
    .hero {
        background-position: center center;
        background-size: cover;
    }
}

@media (min-width: 1440px) {
    .hero {
        background-size: cover;
        background-position: center bottom;
    }

    .hero-body, .hero-footer {
        backdrop-filter: blur(2px);
    }
}