.form-check.form-check-custom .form-check-input:checked {
  background-color: #050505;
  border-color: #050505;
}
.form-check.form-check-custom .form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 20px;
}
.form-check.form-check-custom .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgb(158 159 160 / 25%);
}
.ecz-list.ecz-list-custom .item:first-child {
  padding-top: 30px;
}

.ecz-list.ecz-list-custom .item {
  padding-right: 0;
}

.form-control.form-control-custom {
  padding: 0.75rem;
  border-radius: 0;
}
.form-control.form-control-custom:focus {
  border-color: #ced4da;
  box-shadow: none;
}
.ecz-btn-custom {
  padding: 1.5rem 3rem;
  background: #000;
  color: #fff;
}
.ecz-btn-custom:hover {
  cursor: pointer;
}

.container.container-custom {
  max-width: 960px;
}
.ecz-list.ecz-list-custom .label {
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .ecz-list.ecz-list-custom .label {
    padding-bottom: 20px;
  }
  .ecz-list.ecz-list-custom .item {
    padding-right: 20px;
  }
  .ecz-contact {
    padding-bottom: 50px;
  }
  .ecz-contact .ecz-title .sub-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
