
.program {

}
.main {
  margin-bottom: 40px;
}
.header{
  margin-bottom: 0;
}
.program__inner {
  background: #faae56;
  margin:0 122px;
  padding: 15px;
  border-radius: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.program__content {
  max-width: 600px;
  margin-right: 30px;
}

.program__heading {
  margin-bottom:10px;
}

.program__acc {}

.program__acc-item {
  margin-bottom: 24px;
}

.program__acc-link {
  display: block;
  padding-left: 40px;
}

.program__acc-item:last-child {
  margin-bottom: 0;
}

.program__acc-head {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  position: relative;
}

.program__acc-head span {
  font-weight: 400;
  color: #FF3F3A;
}

.program__acc-head::before,
.program__acc-head::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  width: 18px;
  height: 2px;
  background-color: #FF3F3A;
  border-radius: 2px;
}

.program__acc-head::after {
  transform: rotate(90deg);
  transition: all .3s;
}

.program__acc-text {
  margin-top: 16px;
}

.program__acc-link--active .program__acc-head::after {
  transform: rotate(0deg);
}

.program__image {
  flex-shrink: 0;
}

.program__image img {
  width: 100%;
  height: 100%;
}
