.at-productOverview {
    position: relative;
}

.at-productOverview__title {
    margin-top: 0;
    margin-bottom: 1em;
}

@media screen and (min-width: 720px) {
    .at-productOverview__title {
        font-size: var(--size-h-xlarge);
    }
}

.at-productOverview__mainTitle {
    display: inline-block;
}

.at-productOverview__overview {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width: 720px) {
    .at-productOverview__overview {
        display: flex;
    }
}

@media screen and (min-width: 720px) and (max-width: 960px) {
    .at-productOverview__overview {
        width: calc(100% + 20px);
        margin-right: -10px;
        margin-left: -10px;
    }
}

.at-productOverview__product {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}