.miles {
    bottom: 56px;
}

.location-text-entry {
    position: relative;
}

.info-map-box-text:empty {
    margin: 0;
}
.desing {
    z-index: 100;
    display: flex;
    justify-content: end;
}

/*29.09.2023*/
@media (max-width: 1520px) and (min-width: 1200px){
    .sub_title {
        letter-spacing: 0.22em;
    }
    .product_inner_bottom .title {
        font-size: 17px;
    }
}
.read-more {
    font-weight: bold;
    border: 2px solid var(--color-mint);
    width: 45%;
    text-align: center;
    border-radius: 20px;
    padding: 5px;
    cursor: pointer;
}
.rellax:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 23%);
    z-index: 1;
}