.banner .container {
  padding: 135px 0 75px;
}

.single-programs .banner_text p {
  font-size: 16px;
}
.banner_text h1 {
  font-size: calc(22px + 14 * ((100vw - 370px) / (1920 - 370)));
}
.banner_text ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.banner_text ul li {
  list-style: none;
  position: relative;
  margin-left: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #967340;
}
.banner_text ul li::before {
  content: "";
  background-image: url(/wp-content/themes/Emigras/images/ul_list.svg);
  display: block;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  top: 14px;
  transform: translate(-50%, -50%);
}
.single_content {
  width: 100%;
  padding: 30px 15px 0 15px;
}
.single_content h2 {
  font-weight: 700;
  font-size: calc(20px + 10 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #243d3a;
  margin-bottom: 20px;
  margin-top: 60px;
  width: 100%;
  max-width: 780px;
  margin: 40px auto 20px;
  text-align: left;
}
.single_content h3 {
  margin: 20px auto 20px auto;
  font-weight: 700;
  font-size: calc(16px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #243d3a;
  width: 100%;
  max-width: 780px;
}

.single_content p {
  font-weight: 400;
  font-size: calc(15px + 1 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #39464a;
  margin-bottom: 20px;
  width: 100%;
  max-width: 780px;
  margin: 10px auto 20px;
}
.single_content a {
  text-decoration: none;
}

.single_content ul,
.single_content ol {
  width: 100%;
  max-width: 780px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single_content ul li {
  list-style: none;
  font-weight: 500;
  font-size: calc(15px + 1 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #39464a;
  position: relative;
  margin-left: 20px;
}
.single_content ol li {
  font-size: calc(15px + 1 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #39464a;
  position: relative;
  margin-left: 20px;
}
.single_content ol li::marker {
  color: #967340;
  font-weight: 700;
}
.single_content ul li::before {
  content: "";
  background-image: url(/wp-content/themes/Emigras/images/ul_list.svg);
  display: block;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  top: 10px;
  transform: translate(-50%, -50%);
}
.single_content blockquote {
  width: 100%;
  max-width: 780px;
  margin: 20px auto;
  position: relative;
  padding: 30px 20px 30px 75px;
  background-color: #3e635f;
}
.single_content blockquote a {
  color: lemonchiffon;
  text-decoration: underline;
}
.single_content blockquote::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/Emigras/images/attention.png);
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.single_content blockquote p {
  font-weight: 400;
  font-size: calc(15px + 1 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

/* single_tubs */
.single_tubs {
  width: 100%;
  max-width: 780px;
  margin: 40px auto 0px auto;
}
.single_tubs_wrap {
  position: relative;
}
.single_tubs_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 20px 0;
  flex-wrap: wrap;
}
.single_tubs_btn_item {
  padding: 10px 20px;
  background: #ecebeb;
  font-weight: 600;
  font-size: calc(14px + 2 * ((100vw - 370px) / (1920 - 370)));
  color: #243d3a;
  cursor: pointer;
  transition: all linear 0.2s;
}
.single_tubs_btn_item_active {
  color: #ffffff;
  background: #3e635f;
}
.single_tubs_content_item {
  padding-left: 20px;
  border-left: 1px solid #967340;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.single_tubs_content_item_active {
  position: relative;
  visibility: visible;
  opacity: 1;
}

/* single_tubs */

/* single_faq */
.single_faq {
  width: 100%;
  max-width: 780px;
  margin: 60px auto 110px auto;
}
.single_faq h2 {
  margin-bottom: 40px;
}
.single_faq_items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.single_faq_item {
  padding: 30px 30px 30px 30px;
  background: #ffffff;
  width: 100%;
  box-shadow: 0px 5px 80px rgba(161, 189, 225, 0.21);
}
.single_faq_item_question {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.single_faq_item .single_faq_item_question * {
  font-weight: 600;
  font-size: calc(15px + 3 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #967340;
  margin: 0;
}
.single_faq_item_question span {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  border: 1px solid #967340;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single_faq_item_question span::after,
.single_faq_item_question span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #967340;
}
.single_faq_item_question span::after {
  width: 50%;
  height: 1px;
  opacity: 1;
  transition: all linear 0.2s;
}
.single_faq_item_question span::before {
  width: 1px;
  height: 50%;
}
.single_faq_item_question.single_faq_item_question_active span::before {
  opacity: 0;
}
.single_faq_item_answer {
  border-top: 1px solid #e8ddce00;
  padding-top: 0px;
  margin-top: 0px;
  font-weight: 400;
  font-size: calc(15px + 1 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #39464a;
  max-height: 0;
  overflow: hidden;
}
.single_content .single_faq_item_answer p {
  margin: 10px 0 15px 0;
}
.single_content .single_faq_item_answer > *:first-child {
  margin-top: 0;
}
.single_content .single_faq_item_answer > *:last-child {
  margin-bottom: 0;
}
.single_faq_item_answer_active {
  padding-top: 20px;
  margin-top: 20px;
  max-height: 1000px;
  border-top: 1px solid #e8ddce;
}

/* single_faq */
/* advantages_title */
.advantages_title {
  width: 100%;
  max-width: 780px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.advantages_title_item {
  width: calc(50% - 10px);
  padding: 25px;
  background-color: #f5f5f5;
}
.advantages_item_title {
  font-weight: 600;
  font-size: calc(18px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 120%;
  color: #243d3a;
  margin-bottom: 15px;
}
.advantages_title_item_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #39464a;
}

/* advantages_title */
/* advantages */
.advantages {
  width: 100%;
  max-width: 780px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.advantages_item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px 20px;
  background: #f5f5f5;
  width: calc(50% - 10px);
}
.advantages_item_content {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #39464a;
}

/* advantages */
/* post_img_wrap */
.post_img_wrap {
  width: 100%;
  margin: 40px 0;
}

.post_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: 15/4;
}

/* post_img_wrap */
/* advantages_title_icon */
.advantages_title_icon {
  width: 100%;
  max-width: 780px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.advantages_title_icon_item {
  width: calc(50% - 10px);
  padding: 25px;
  background-color: #f5f5f5;
}
.advantages_title_icon_title {
  font-weight: 600;
  font-size: calc(18px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 120%;
  color: #243d3a;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.advantages_title_icon_item_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #39464a;
}
/* advantages_title_icon */
@media (hover: hover) {
  .single_tubs_btn_item:hover {
    background: #cecece;
  }
  .single_tubs_btn_item_active:hover {
    background-color: #3e635f;
  }
}
@media screen and (max-width: 800px) {
  .advantages_title_icon {
    margin: 20px auto;
    gap: 10px;
  }
  .advantages_title_icon_item {
    padding: 15px 10px;
    width: 100%;
  }
  .advantages_title_icon_title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .post_img_wrap {
    margin: 20px 0;
  }
  .post_img {
    width: 100vw !important;
    margin-left: -15px;
    margin-right: -15px;
    object-position: center;
    min-height: 200px;
  }
  .single_faq_item {
    padding: 15px;
  }
  .single_faq {
    margin: 40px auto 80px auto;
  }
  .single_faq_items {
    gap: 10px;
  }

  .advantages_title {
    margin: 20px auto;
  }
  .advantages_title_item {
    padding: 15px 10px;
    width: 100%;
  }
  .advantages_title {
    gap: 10px;
  }

  .advantages {
    margin: 20px auto;
  }
  .advantages_item {
    padding: 15px 10px;
    width: 100%;
  }
  .advantages {
    gap: 10px;
  }

  .single_content h2 {
    text-align: center;
  }
  .single_content p {
    margin: 15px 0;
  }
  .single_content ul,
  .single_content ol {
    margin: 15px 0;
  }
}
@media screen and (max-width: 700px) {
  .single_content blockquote::after {
    display: none;
  }
  .single_content blockquote {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 600px) {
  .advantages_item {
    flex-direction: column;
  }
  .advantages_title_icon_title {
    align-items: center;
    text-align: center;
  }
  .advantages_item_content {
    text-align: center;
  }
  .single_faq h2 {
    margin-bottom: 20px;
  }
  .advantages_title_icon_item_description {
    text-align: center;
  }
  .advantages_title_item_description {
    text-align: center;
  }
  .advantages_item_title {
    text-align: center;
  }
  .single_faq_item_answer_active {
    padding-top: 10px;
    margin-top: 10px;
  }
  .single_faq {
    margin: 40px auto 60px auto;
  }

  .single_tubs_content_item {
    padding-left: 10px;
  }
  .single_tubs_btn_item {
    width: 100%;
    text-align: center;
    position: relative;
  }
  .single_tubs_btn_item::after {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #967340;
    border-right: 2px solid #967340;
    right: 15px;
    top: 50%;
    transform: rotate(135deg) translate(-50%, 50%);
  }
  .single_tubs_btn_item_active::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(-45deg);
  }
  .single_content h2 {
    margin: 30px auto 20px auto;
  }
}

@media screen and (max-width: 400px) {
  .advantages_item {
    flex-direction: column;
  }
  .advantages_title_item {
    flex-direction: column;
  }
}
