.types-wrapper {
    padding: 24px 8px;
    background: white;
    border-top: 1px solid #e1e1e3;
}

.types-wrapper .types-wrapper-heading {
    color: #072653;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 24px;
}

@media (min-width: 651px) {
    .types-wrapper {
        padding: 24px 30px;
    }
}
