.is--yellow {
  color: var(--_is_yellow) !important;
}

#background-color-yellow {
  background-color: var(--_is_yellow);
}
.background-color_is--yellow:hover {
  background-color: var(--_is_yellow) !important;
}
#no-padding {
  padding-bottom: 0px !important;
}

#padding-tb-15 {
  padding-top: 15px !important;
  padding-bottom: 90px !important;
}

#pr-65 {
  padding-right: 47px;
}

#pt-16 {
  padding-top: 16px;
}

@media (max-width: 767px) {
  #hide-it {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  #q-pt-4 {
    padding-top: 4px;
  }
}

.blog__detail-content-p {
  padding-top: 35px;
  padding-bottom: 30px;
}

.dark .contact__form textarea,
.dark .contact__form input,
.dark .contact__form input::placeholder,
.dark .contact__form textarea::placeholder {
  color: var(--_is_yellow) !important;
}
