section#about {
    background-image: none !important;
}

@media (min-width: 1040px) {
    .modal footer {
        height: 80px !important;
    }

    .modal .container {
        max-height: 520px !important;
        max-width: 850px !important;
    }
}

.modal footer li {
    padding: 5px 15px !important;
}

.modal footer ul li a::after {
    display: none !important;
}

input#pt_user_checkbox {
    width: auto !important;
    margin-right: 20px !important;
}

.field-checkbox {
    display: flex;
    flex-direction: row;
    
}