.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h1 {
    font-size: 46px;
}

@media screen and (max-width: 767px) {
.section-header h1 {
    font-size: 26px;
}
}

.product-form-select .selector-wrapper {
    max-width: 100% !important;
}