.mapBombing{
    display: contents;
}
.grTitel{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    margin-bottom: 30px;
    align-items: center;
}
.grTitel h2{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #2063A3;
}
.grTitel span{
    width: 792px;
    height: 52px;
    left: calc(50% - 792px/2);
    top: 593px;

    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #1D2029;
}
@media screen and (max-width: 767px) and (min-width: 481px) {
    .grTitel h2 {
            font-size: 27px;
            line-height: 40px;
    }
    .grTitel span {
        width: 100%;
        font-size: 13px;
        padding: 0 15px;
    }
}
@media screen and (max-width: 480px) {
    .grTitel h2 {
        font-size: 27px;
        line-height: 40px;
    }

    .grTitel span {
        width: 100%;
        font-size: 13px;
        margin-bottom: 30px;
        padding: 0 15px;
    }
}
