body.home .elementor-widget.homeContainer.is-take-away {
    height: auto !important;
}

body.home .homeContainer.is-take-away:hover {
    background-color: #003342;
}

body.home .elementor-widget.take-away-button-container {
    min-height: auto !important;
    height: auto !important;
    margin-top: 0 !important;
}

.home .take-away-button-container .take-away-button {
    background-color: #003342;
    display: block;
    padding: 20px 20px;
    font-family: 'Rozha One';
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-thickness: 1px;
}

.home .take-away-button-container .take-away-button:after {
    content: '';
    width: 40px;
    height: 40px;
    background: url(../../img/icons/slide_right.svg) #15bae7 center no-repeat;
    background-size: 13px 26px;
    position: absolute;
    display: none;
    bottom: -50px;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    border-radius: 50%;
    z-index: 10;
}

.home .take-away-button-container .take-away-button:hover {
    background-color: #fff;
}

.home .take-away-button-container .take-away-button:hover:after {
    display: block;
}

@media screen and (min-width: 768px) {
    .home .take-away-button-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home .take-away-button-container .take-away-button {
        font-size: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .home .take-away-button-container .take-away-button:after {
        width: 56px;
        height: 56px;
        right: -28px;
    }
}

@media screen and (min-width: 1201px) {
    body.home .elementor-widget.homeContainer.is-take-away {
        margin-bottom: 20px;
    }

    .home .take-away-button-container .take-away-button {
        padding: 27px 20px;
    }

    .home .take-away-button-container .take-away-button:after {
        width: 56px;
        height: 56px;
        right: -28px;
    }
}
