@media screen and (max-width: 992px) {
  .learning_proces_section {
    padding-block: 80px; }
    .learning_proces_section .p-blok-140 {
      padding-block: 30px; } }

.learning_proces_item {
  top: 130px;
  position: sticky;
  background: linear-gradient(180deg, #FFFFFF -28.64%, #F3E9E3 100%);
  margin-bottom: 1rem;
  border-radius: 20px;
  padding: 25px;
  padding-top: 28px;
  min-height: 220px;
  display: flex; }
  .learning_proces_item:nth-child(odd) {
    background: linear-gradient(180.03deg, rgba(254, 146, 56, 0.3) 0.03%, rgba(254, 146, 56, 0) 78.62%), #F3E9E3;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px); }
  .learning_proces_item:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 992px) {
    .learning_proces_item {
      padding: 15px;
      min-height: 121px; }
      .learning_proces_item h5 {
        font-size: 18px; } }

.learning_proces_item:nth-child(1n) {
  top: 76px; }

.learning_proces_item:nth-child(2n) {
  top: 152px; }

.learning_proces_item:nth-child(3n) {
  top: 228px; }

.learning_proces_item:nth-child(4n) {
  top: 304px; }

.learning_proces_item:nth-child(5n) {
  top: 380px; }

.learning_proces_item:nth-child(6n) {
  top: 456px; }

.learning_proces_item:nth-child(7n) {
  top: 532px; }

.learning_proces_item:nth-child(8n) {
  top: 608px; }

.learning_proces_item_title {
  display: flex;
  align-items: center;
  gap: 10px; }
  .learning_proces_item_title h5 {
    margin-bottom: 0; }
  @media screen and (max-width: 575px) {
    .learning_proces_item_title {
      margin-bottom: 20px; } }

.learning_proces_item_icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--wp--preset--color--green); }
  @media screen and (max-width: 992px) {
    .learning_proces_item_icon {
      min-width: 30px; } }
  .learning_proces_item_icon figure {
    display: flex;
    min-width: 15px; }
  .learning_proces_item_icon img {
    max-width: 16.5px; }
    @media screen and (max-width: 1279px) {
      .learning_proces_item_icon img {
        width: 16.5px; } }

.learning_proces_item_text {
  max-width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (max-width: 575px) {
    .learning_proces_item_text {
      max-width: 100%; } }
  .learning_proces_item_text p {
    font-size: 22px;
    color: var(--wp--preset--color--black-text); }
    @media screen and (max-width: 992px) {
      .learning_proces_item_text p {
        font-size: 14px;
        max-width: 54%; } }
    @media screen and (max-width: 575px) {
      .learning_proces_item_text p {
        max-width: 70%; } }
    @media screen and (max-width: 475px) {
      .learning_proces_item_text p {
        max-width: 60%; } }

.learning_proces_item_content {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (max-width: 1279px) {
    .learning_proces_item_content {
      max-width: 40%; } }
  @media screen and (max-width: 575px) {
    .learning_proces_item_content {
      max-width: 31%; } }
  @media screen and (max-width: 475px) {
    .learning_proces_item_content {
      top: auto;
      bottom: 10%;
      -webkit-transform: none;
              transform: none;
      max-width: 37%;
      right: 15px; } }
  .learning_proces_item_content.bottom-0 {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none; }
  .learning_proces_item_content img {
    width: inherit;
    max-width: inherit; }
    @media screen and (max-width: 1279px) {
      .learning_proces_item_content img {
        max-width: 100%;
        width: 100%;
        height: auto; } }

@media (max-width: 575px) {
  .learning_proces_item_content .wp-block-image img {
    height: auto !important;
    aspect-ratio: 1.4;
    border-radius: 10px; } }
