@media only screen and (max-width:764px) {
  h2 {
    font-size: 20px;
    line-height: 28px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  #heading256 h4.panel-title a {
    font-size: 16px !important;
    line-height: 24px;
  }

  h4.panel-title {
    font-size: 16px !important;
    line-height: 24px;
  }

  h5 {
    font-size: 14px;
    line-height: 20px;
    margin: 11px 17px 0;
  }

  #heading256 label {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (min-width:764px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  p {
    font-size: 20px;
    line-height: 28px;
  }

  #heading256 h4.panel-title a {
    font-size: 20px !important;
    line-height: 28px;
  }

  h4.panel-title {
    font-size: 20px !important;
    line-height: 28px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 17px 0;
  }

  #heading256 label {
    font-size: 16px;
    line-height: 24px;
  }
}

#cookie-manager-title .title-image {
  width: 134.41px;
  height: 34px;
;
  margin-left: -8px;
}

.cookie-closer {
  color: #000;
  -webkit-text-stroke: 6px #fff;
}

h2 {
  font-weight: 700;
  font-family: "sofia-pro", sans-serif;
}

#heading256 h4.panel-title {
  font-size: 20px !important;
  line-height: 28px;
  font-weight: 700;
  font-family: "sofia-pro", sans-serif;
}

#heading256 h4.panel-title a {
  font-weight: 700;
  font-family: "sofia-pro", sans-serif;
}

h4.panel-title {
  font-weight: 700;
  font-family: "sofia-pro", sans-serif;
}

p {
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
}

h5 {
  font-weight: 700;
  font-family: "sofia-pro", sans-serif;
  padding: 0;
}

#cookie-manager-details input[type=checkbox]:checked ~ .switch {
  background: rgb(17, 17, 17);
  color: #fff;
}

#cookie-manager-footer #save-cookie-options {
  background-color: #222222;
  color: #fff;
  border-radius: 100px;
  padding: 10px 24px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

#heading256 label {
  font-weight: 700;
  font-family: "sofia-pro", sans-serif;
}

#cookie-manager-details input[type=checkbox]:not(:checked) ~ .switch {
  background-color: #767676;
}

#cookie-manager-details input[type=checkbox]:checked ~ .switch {
  background-color: #557b92;
}

button#save-cookie-options {
  text-transform: uppercase;
}