.listitem {
    position: relative;
    background-color: #F2F2F2;
    padding: 180px 0 80px;
    margin-bottom: 0;
    margin-top: 0;
}
.listitem-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
@media only screen and (max-width: 1280px) {
    .listitem-wrapper {
        margin-top: 40px;
    }
    .listitem h3 {
        margin-bottom: 10px;
    }
    .listitem {
        padding: 140px 0 60px;
    }
    .listitem-wrapper {
        gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .listitem {
        padding: 40px 0;
    }
}