body {
    margin: 0;
    padding: 0;
}

#my-theme-page select,
.woocommerce select {
    border: 1px solid #e3e3e3;
    background: url(../../images/selectbox-arrow.png) right center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 14px 12px 20px;
    font-size: 12px;
    color: #252525;
    border-radius: 0 !important;
    font-weight: 700;
    min-width: 240px;
    max-width: 100%;
    display: block;
}

.form-inscricao-content {
    min-width: 100%;
    padding: 10px;
    display: inline-flex;
}

.my-master-holder h1 {
    font-size: 25px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
}

.label-title {
    min-width: 100%;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 600px) {
    #my-theme-page select {
        font-size: 20px;
        min-height: 55px;
    }

    .form-content {
        max-width: 100%;
        min-width: 100%;
        text-align: center;
        display: grid;
        justify-content: center;
        padding: 10px;
        min-width: 100%;
    }

    .form-inscricao-content {
        display: grid;
    }

    .h1-vaga-para {
        text-align: center;
        font-size: 25px;
        min-height: fit-content;
    }
}