.retreat_planning {
  padding: 100px 0;
}
.retreat_planning .content_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.retreat_icon_with_text {
  display: flex;
  flex-wrap: wrap;
}
.retreat_icon_with_text .retreat_content_icon {
/*   width: 50%; */
  width: 100%;
  padding: 15px;
}
.retreat_icon_with_text .retreat_content_icon .retreat_section {
  display: flex;
  align-items: center;
  background: #fdfdfd;
  background-color: #fff;
  border: 1px solid #ececec;
  display: flex; 
  justify-content: space-between;
  padding: 12px 15px;
  position: relative;
}
.retreat_icon_with_text .retreat_content_icon .retreat_section .arrow_icon {
  position: absolute;
  right: 14px;
  display: none;
}
.retreat_planning .retreat_icon_with_text .retreat_content_icon .icon_section {
  margin-right: 15px;
}
.retreat_planning .retreat_icon_with_text .retreat_content_icon .icon_section img {
  width: 20px;
  height: 20px;
}
.retreat_planning .retreat_icon_with_text .retreat_content_icon .content_section h4 {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #222;
  margin: 0;
}
.retreat_planning .retreat_icon_with_text .retreat_content_icon .content_section svg {
  width: 16px;
  height: 16px;
  margin-right: 15px;
  fill: #b9b9b9;
}
.retreat_planning .retreat_icon_with_text .retreat_content_icon .content_section {
  display: flex;
  align-items: center;
}
.retreat_planning .retreat_icon_with_text .retreat_content_icon .content_section span {
  line-height: 0;
}
.retreat_planning .retreat_icon_with_text .retreat_content_icon .arrow_icon svg {
  width: 14px;
  height: 14px;
}
.retreat_planning .retreat_icon_with_text .retreat_content_icon .arrow_icon svg path {
  fill: #b9b9b9;
}
.retreat_planning .retreat_heading h2 {
  font-size: 38px;
  color: #222d38;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
}
.retreat_planning .planning_button {
  margin-top: 25px;
  text-align: center;
}
.retreat_planning .planning_button a {
  background: #f46b25;
  border-radius: 3px;`
  color: #fff !important;
  font-size: 15px;
  font-weight: 500; 
  letter-spacing: 2px;
  padding: 16px 22px;
  color: #fff ! IMPORTANT;
  transition: 1s;
}
.retreat_icon_with_text .retreat_content_icon .retreat_section:hover {
  background: #f8f8f8;
  cursor: pointer;
}
.retreat_planning .planning_button a:hover {
  background: #ededed;
  color: #000 !IMPORTANT;
}
@media screen and (max-width: 767px) {
  .retreat_planning .retreat_heading h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .retreat_icon_with_text .retreat_content_icon {
    width: 100%;
    padding: 10px 0px;
  }
  .retreat_planning .content_wrapper {
    padding: 0 15px;
  }
  .retreat_planning .retreat_icon_with_text .retreat_content_icon .content_section h4 {
    font-size: 14px;
  }
  .retreat_planning .retreat_icon_with_text .retreat_content_icon .content_section svg {
    width: 13px;
    height: 13px;
  }
  .retreat_planning .planning_button a {
    font-size: 10px;
    padding: 14px 18px;
  }
}
@media (min-width: 768px) and (max-width: 1320px)  {
.retreat_planning .retreat_icon_with_text .retreat_content_icon .content_section h4 {
    font-size: 14px;
}
.retreat_planning .retreat_icon_with_text .retreat_content_icon .content_section svg {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
}