.course-bgr-block {
  width: 100%;
  height: 150px;
  background: black;
  position: relative;
  top: 1px;
}

.section-description {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.section-reviews__title,
.section-faq__header {
  font-family: "RFDewi" !important;
}

.section-reviews__title {
  margin-bottom: 20px;
  margin-top: 20px;
}

.card-offer__content {
  margin-bottom: 0 !important;
}

.offer-cards__wrapper--one-card .card-offer {
  margin-bottom: 10px;
  width: 350px;
}

.faq-item__question {
  font-family: "InterTight";
}

.section-about {
  display: none;
}

.section-reviews {
  padding-top: 0 !important;
}

.show {
  height: 100%;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  margin-top: 50px;
}

.hide {
  height: 0;
  opacity: 0;
  pointer-events: none;

}


.show-mob {
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}

.hide-mobile {
  height: 0;
  opacity: 0;
  pointer-events: none;

}
.faq-item__content{
  font-family: "InterTight" !important;
}
.slider-text-lesson {
  font-family: "InterTight" !important;
  color: #131212;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-about {
  width: 100%;
  margin: 0 auto;
}

.info-images {
  max-width: 100%;
  height: auto;
}

.image-group {
  display: flex;
  gap: 10px;
}
.breadcrumb{
padding-top: 12px !important;
}



@media(min-width: 1024px){
.card-offer{
  padding: 9px 24px 32px !important; 
}
}
@media(max-width: 820px) {

  .program-information {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

@media(max-width:720px) {
  .image-group {
    flex-direction: column;
    width: 80%;
  }

  .cours-program-info .program-name,
  .cours-program-info .program-information {
    align-items: center;
  }

  .cours-program-info .program-name {
    gap: 10px;
  }
}

@media(max-width:440px) {
  .image-group {
    width: 100%;
  }

  .cours-program-info .program-name {
    gap: 5px;
    align-items: flex-start;
    padding-bottom: 25px;
  }
}