.custom-switch .custom-control-label::before {
    width: 40px;
    height: 24px;
    border-radius: 100px;
    border: 1px solid #EEEEEE;
    background: #eee;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    border: 1px solid #EEEEEE;
    background-color: #EEEEEE;
}

.custom-switch .custom-control-label::after {
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translate(calc(100% - 4px), -50%);
    -ms-transform: translate(calc(100% - 4px), -50%);
    transform: translate(calc(100% - 4px), -50%);
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #14A34D;
    background-color: #14A34D;
}

.custom-control-label {
    padding-left: 8px;
}

@media (max-width: 991px) {
    .faq__head {
        margin-bottom: 16px;
    }
    .faq__head .h2-custom {
        font-size: 32px;
    }
}
