.banner-detail {
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-content.maxwidth-theme::before, .banner-content.maxwidth-theme::after {
    display: none;
}

.banner-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 100px;
    padding: 80px 0 80px;
    background-size: cover;
    background-repeat: no-repeat;
}

.moreinfo {
    display: flex;
    gap: 50px;
    padding: 16px 0;
    margin-bottom: 32px;
}


.adate, .aplace {
    display: flex;
    align-items: center;
    gap: 16px;
}

.alink.btn {
    border-radius: 31px;
    background-color: #4CB050;
    border: unset;
    font-family: Geologica;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    padding: 16px 36px 16px 26px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    height: auto;
}

.alink.btn:hover {
    background-color: #4CB050;
}

@media (max-width: 767px) {
.banner-detail {
	background-position: center;
}

    .banner-content {
        display: flex;
        gap: 32px;
        padding: 60px 0 60px;
        flex-direction: column-reverse;
    }

    .moreinfo {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
    }

    .about {
        display: none;
    }

    .alink.btn {
        width: 100%;
    }

}

.color_gd .fill-dark-light {
    fill: var(--green_dark);
}

.color_fff .fill-dark-light {
    fill: var(--white);
}