.experience-page .content-md {
  padding: 0;
}

.experience-page .filter_title {
  margin-top: 48px;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  color: #202020;
  margin-bottom: 16px;
}

.experience-page .head-block-wrapper .head-block {
  border: 0;
  margin-bottom: 96px;
  padding: 0;
}

.experience-page .head-block-wrapper .head-block .line-block {
  margin: 0;
  gap: 32px;
}

.experience-page .head-block-wrapper .head-block .line-block__item {
  padding: 12px 16px;
  border-radius: 24px;
  border: 1px solid #0F479C;
  transition: 0.5s;
  background-color: #fff;
}

.experience-page .head-block-wrapper .head-block .line-block__item:hover,
.experience-page .head-block-wrapper .head-block .line-block__item.head-block__item--active {
  background-color: #ECF7FF;
}

.experience-page .head-block-wrapper .head-block .line-block__item .head-block__item-text {
  color: #0F479C;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  transition: 0;
}

.experience-page .head-block-wrapper .head-block .line-block__item .head-block__item-text::before {
  display: none;
}

.experienceItems {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #202020;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}

.experienceItems .experienceItem {
  width: calc(50% - 12px);
  padding: 24px 24px 32px;
  background-color: #ECF7FF;
  text-decoration: none;
  outline: none !important;
  color: #202020;
}

.experienceItem__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.experienceItem__type {
  color: #ADB4CB;
}

.experienceItem__title {
  margin-top: 24px;
  font-size: 24px;
  line-height: 36px;
}

.experienceItem__description {
  margin-top: 16px;
}

.experienceItem__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
  position: relative;
  padding-right: 40px;
}

.experienceItem__category {
  border-radius: 2px;
  border: 1px solid #ADB4CB;
  padding: 4px 8px;
  white-space: nowrap;
  font-size: 12px;
  color: #ADB4CB;
}

.experienceItem__link {
  position: absolute;
  top: 7px;
  right: 0;
  width: 33px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='12' viewBox='0 0 33 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group 2808'%3E%3Cline id='Line 1162' x1='8.74228e-08' y1='6' x2='31' y2='6' stroke='%23ADB4CB' stroke-width='2'/%3E%3Cpath id='Polygon 62' d='M23 11L32 6L23 1' stroke='%23ADB4CB' stroke-width='2' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}


@media (max-width: 767px) {
  .experience-page .head-block-wrapper .head-block {
    border: 1px solid #e5e5e5;
    padding: 8px;
    margin-top: 0;
    max-height: 250px;
  }

  .experience-page .head-block-wrapper .head-block .line-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .experience-page .head-block-wrapper .head-block .line-block__item {
    width: 100%;
  }

  .experienceItems {
    font-size: 14px;
    line-height: 22px;
    gap: 16px;
  }

  .experienceItems .experienceItem {
    width: 100%;
    padding: 16px;
  }

  .experienceItem__title {
    margin-top: 12px;
    font-size: 20px;
    line-height: 28px;
  }

  .experienceItem__description {
    margin-top: 12px;
  }
}