.scooter_description_all {
    display: flex;
    flex-wrap: wrap;
}

.scooter_description_text_block {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-items: start;
    justify-content: flex-start;
}

.scooter_description_text_block .button {
    margin-top: 30px;
}

.scooter_description_text_block .h3 {
    margin-bottom: 24px;
    height: 84px;
}

.contact_text_block {
    height: 240px;
}

.scooter_description_text_block .button {
    margin-top: auto;
}

#map {
    height: 400px;
    width: 100%;
    margin-top: 24px;
}

.contact_text_block a {
    border-bottom: 1px solid #5ab563;
}

@media screen and (max-width: 1500px) {
    .scooter_description_text_block {
        width: calc(50% - 5px);
    }

    .scooter_description_all {
        row-gap: 40px;
        column-gap: 10px;
    }

    .scooter_description_text_block .h3,
    .contact_text_block {
        height: auto;
    }

    .contact_text_block {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 672px) {
    .scooter_description_text_block {
        width: 100%;
    }
}
