.program_section .program_left_content{
  gap: 8.375rem;
  margin-bottom: 14.25rem;
}

.program_section .program_left_text{
  gap: 10.125rem;
  width: 100%;
}

.program_section .program_left_text .item_title,
.program_section .program_right_text .item_title{
  font-size: 2.5rem;
}
.program_section .program_left_text .program_section__header{
  text-align: right;
}
.program_section .program_left_text .text_block,
.program_section .program_right_text .text_block{
  gap: 2.5rem;
}

.program_section .program_right_content{
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 9.5rem;
}
.program_section .program_right_content .program_right_image{
  padding-top: 5.1875rem; 
  /*width: 44.5rem; */
  width: 100%;
  position: relative; 
  flex: 1 1 auto;
}
.program_section .program_right_content .program_right_image .image{
 position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;
  object-fit: cover;
}
.program_section .program_right_text{
  gap: 7.75rem;
  padding-top: 26.0625rem;
}
.program_section .program_right_text .text_block {
  padding-left: 10.625rem;
}

.program_section .program__pin{
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 2.5rem;
	width: 44.5rem;
}
.program_section .program__pin .program_right_image{
	flex: 1 1 auto;
}
.program_section .program_right_content .program_right_image {
margin-bottom: -2px;
}

.program_section .program_left_text .text_block, .program_section .program_right_text .text_block {
gap: 0.5rem;
}
@media (max-width: 767px) {
 .program_section .program_right_content{
    gap: 5.25rem;
    flex-direction: column;
    margin-bottom: 5.5rem;
  }
  .program_section .program_left_text .text_block,
  .program_section .program_right_text .text_block{
    gap: 1.5rem;
  }
  .program_section .program_left_text .text_block{
    padding-left: 3rem;
  }
  .program_section .program_right_content .program_right_image{
    padding-top: 0;
  }
  .program_section .program_left_content{
    margin-bottom: 5.25rem;
    gap: 5.25rem;
  }
  .program_section .program_section__header{
    text-align: left;
  }
}