.panel-title-8911 {
    padding: 40px 0px 20px 0px;
    background-color: #1e5940;
}

.header-hover-4236 {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.header-hover-4236 img{
    width: 150px;
    height: auto;
}

.hero-hover-7430 {
    margin-top: 3em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 1em;
    gap: 15px;
}

.hero-hover-7430 a {
    color: white;
    text-decoration: none;
}

.hero-hover-7430 a:hover {
    cursor: pointer;
    text-decoration: underline;
}


@media (max-width: 560px) {
    .panel-title-8911 {
        padding: 20px 0px 20px 0px;
    }

    .hero-hover-7430 {
        align-items: center;
        flex-direction: column;
        margin-top: 1em;
    }

    .header-hover-4236 img {
        width: 100px;
    }
}