.customFormOpening .acc-title {
    background: #ffc800;
    border-radius: 8px 8px 0 0;
    padding: 18px 0;
    color: white;
    font-size: 25px;
    margin-bottom: 0px;
    margin-top: 0;
    text-align: center;
    font-weight: 600;
}

.customFormOpening .acc-group .acc-tgg-button {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 60px 15px 40px;
    width: 100%;
    position: relative;
    display: block;
}

.customFormOpening .acc-group:first-child .acc-tgg-button {
    border-radius: 0;
}

.customFormOpening .acc-group:last-child .acc-tgg-button {
    border-radius: 0 0 8px 8px;
}

.customFormOpening .acc--default-style {
    border-radius: 0 0 8px 8px;
}

.customFormOpening .acc-content {
    padding: 0px 10px !important;
}

.customFormOpening .acc-group .acc-tgg-button:hover {
    background: #fff;
}

@media (max-width: 1280px) {
    .customFormOpening .acc-group .acc-tgg-button {
        padding: 20px 60px 15px 20px;
    }
}
