.poiStartEndLocation {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background-color: #fff;
}

.poiStartEndLocation:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background-color: #e2001a;
}

.poiStartEndLocation__container {
    padding: 1.5em;
}

.poiStartEndLocation__container:last-child {
    padding-top: 0;
}

.poiStartEndLocation__address {
    font-style: normal;
}

@media screen and (min-width: 430px) {
    .poiStartEndLocation__container {
        float: left;
        width: calc(50% - 1em);
        margin-right: 2em;
    }

    .poiStartEndLocation__container:last-child {
        margin-right: 0;
        padding-top: 1.5em;
    }
}
