.our-work-block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 7.5rem;
}

.our-work-block__column:first-child {
  width: calc(42% - 0.813rem);
}

.our-work-block__column_wrapper .our-work-block__column {
  background: linear-gradient(
    357.33deg,
    rgba(99, 139, 233, 0.8) 3.03%,
    rgba(99, 139, 233, 0.1) 53.04%
  );
  padding: 2.25rem 1.5rem 0;
  border-radius: 1.563rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
}

.our-work-block__column_wrapper {
  width: calc(33% - 0.813rem);
  display: flex;
  flex-direction: column;
}

.our-work-block__column_wrapper .our-work-block__column {
  width: 100%;
  height: 100%;
}

.our-work-block__column:nth-child(3) {
  width: calc(25% - 0.813rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.our-work-block__column .work-block__title {
  margin-bottom: 1.875rem;
}

.our-work-block__column .work-block__title span {
  color: var(--c-brand-orange);
}

.our-work-block__progress-block {
  margin-top: 3.125rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.125rem;
  background-color: var(--c-light-grey-2);
  border-radius: 1.563rem;
  padding: 2.8125rem 4.0625rem 2.8125rem 2.8125rem;
}

.our-work-block__progress-block img {
  max-width: 6.5rem;
  height: 100%;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
}

.progress-block__text-info p {
  margin-bottom: 0.625rem;
}

.our-work-block__column-img {
  margin: 0 auto;
  margin-top: auto;
}

.our-work-block__column-subtitle {
  width: 100%;
  margin-bottom: 0;
}

.our-work-block__column-img {
  margin: 0 auto;
  margin-top: auto;
}

.our-work-block__column:last-child .our-work-block__column-box {
  overflow: hidden;
}

.our-work-block__column_wrapper .our-work-block__column-box {
  background-color: var(--c-light-grey);
}

.our-work-block__column-box {
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 2.188rem 1.5rem;
  border-radius: 1.563rem;
  background-color: var(--c-light-grey-2);
  flex-grow: 1;
}

.our-work-block__column-box:nth-child(even) {
  background-color: var(--c-light-grey);
}

.work_block_subtitle {
  margin-bottom: 1.25rem;
}

.work_block_subtitle p:first-of-type {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 120%;
}

.work_block_subtitle_additional {
  margin-bottom: 2.8125rem;
}

.our-work-block__mobile-bottom {
  display: contents;
}

.our-work-block__mobile-bottom .btn--default {
  width: 19.4375rem;
  max-width: 100%;
}

.our-work-block__column-box:last-child {
  margin-bottom: 0;
}

.our-work-block__column-box p {
  margin-bottom: 0.625rem;
}

.our-work-block__column-box-text p {
  margin-bottom: 0;
}

.our-work-block__column-box img {
  margin: -3.5rem -1.5rem -5.1rem -1.5rem;
  width: calc(100% + 3rem);
  display: block;
  max-width: unset;
}

.animate-images {
  margin-top: -3.125rem;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.813rem;
}

.animate-images span {
  width: calc(20% - 0.65rem);
  display: block;
  border-radius: 1.25rem;
  background: linear-gradient(
    0.18deg,
    rgba(99, 139, 233, 0.7) 1.7%,
    rgba(99, 139, 233, 0.21) 97.9%
  );
}

.animate-images span:nth-child(even) {
  background: linear-gradient(
    180.18deg,
    rgba(99, 139, 233, 0.7) 1.7%,
    rgba(99, 139, 233, 0.21) 97.9%
  );
}

.animate-images__bar--1 {
  height: 4.313rem;
}

.animate-images__bar--2 {
  height: 5.563rem;
}

.animate-images__bar--3 {
  height: 4.313rem;
}

.animate-images__bar--4 {
  height: 7.563rem;
}

.animate-images__bar--5 {
  height: 10.813rem;
}

@media screen and (max-width: 1199.98px) {
  .our-work-block__column:first-child {
    width: 67%;
  }

  .our-work-block__column_wrapper {
    width: calc(50% - 0.625rem);
  }

  .our-work-block__column:nth-child(3) {
    width: calc(50% - 0.625rem);
  }

  .our-work-block__progress-block {
    padding: 2rem;
    gap: 2rem;
  }

  .work_block_subtitle p:first-of-type {
    font-size: 1rem;
  }

  .our-work-block__progress-block img {
    max-width: 4.1875rem;
  }

  .our-work-block__mobile-bottom .btn--default {
    width: fit-content;
  }
}

@media screen and (max-width: 1023.98px) {
  .our-work-block {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.625rem;
    margin-bottom: 6.25rem;
  }

  .our-work-block__column:first-child {
    order: 1;
    width: 100%;
    text-align: center;
    display: contents;
  }

  .our-work-block__column:first-child .work-block__title {
    order: 1;
    width: 100%;
    text-align: center;
  }

  .work_block_subtitle {
    order: 2;
    width: 100%;
    text-align: center;
  }

  .our-work-block__progress-block {
    order: 3;
  }

  .our-work-block__mobile-bottom {
    order: 5;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .work_block_subtitle {
    margin-bottom: 0;
  }

  .work_block_subtitle_additional {
    margin-top: 0.625rem;
    margin-bottom: 1.875rem;
  }

  .our-work-block__column_wrapper .our-work-block__column {
    padding: 1.25rem 1.5rem 0 1.875rem;
    border-radius: 0.938rem;
  }

  .our-work-block__column_wrapper {
    width: 100%;
    order: 3;
    gap: 1.25rem;
  }

  .our-work-block__column:nth-child(3) {
    width: 100%;
    order: 3;
    flex-direction: column-reverse;
    gap: 1.25rem;
  }

  .our-work-block__column .work-block__title {
    margin-bottom: 1.25rem;
    max-width: 100%;
  }

  .our-work-block__column-box {
    background-color: var(--c-light-grey);
  }

  .our-work-block__column p {
    text-align: center;
    margin: 0 auto;
  }

  .our-work-block__column:first-child p {
    margin: 0 auto 0;
    text-align: center;
  }

  .our-work-block__column:first-child p br {
    display: none;
  }

  .our-work-block__progress-block {
    margin-top: 1rem;
    gap: 1.25rem;
    border-radius: 0.938rem;
    align-items: center;
  }

  .progress-block__text-info p {
    margin-bottom: 0.313rem !important;
    text-align: left !important;
  }

  .our-work-block__progress-block {
    padding: 1.3rem;
    justify-content: flex-start;
  }

  .progress-block__text-info p br {
    display: none;
  }

  .our-work-block__column-title {
    text-align: left !important;
    margin: 0 !important;
  }

  .our-work-block__column-subtitle {
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .our-work-block__column-img {
    width: 100%;
    max-width: 13.25rem;
    margin: 0 auto;
    height: auto;
  }

  .our-work-block__column-box {
    margin-bottom: 0;
    padding: 1.25rem 1.875rem;
    border-radius: 0.938rem;
  }

  .our-work-block__column-box p {
    text-align: left;
    margin: 0 0 0.625rem;
    max-width: 72%;
  }

  .our-work-block__column-box p.text-xl.font-semibold br {
    display: none;
  }

  .our-work-block__column-box p br {
    display: none;
  }

  .our-work-block__column-box img {
    margin-top: -2.563rem;
    max-height: 12.5rem;
    margin-left: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: auto;
  }

  .animate-images {
    max-width: 240px;
  }

  .animate-images__bar--1 {
    height: 2.813rem;
  }

  .animate-images__bar--2 {
    height: 3.625rem;
  }

  .animate-images__bar--3 {
    height: 2.813rem;
  }

  .animate-images__bar--4 {
    height: 4.938rem;
  }

  .animate-images__bar--5 {
    height: 7.063rem;
  }

  .our-work-block {
    gap: 1.25rem;
  }
}

@media screen and (max-width: 767.98px) {
  .our-work-block__column .work-block__title {
    max-width: 17rem;
    text-align: center;
    margin: 0 auto 0.625rem;
  }

  .animate-images {
    max-width: 100%;
  }

  .work_block_subtitle p:first-of-type {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479.98px) {
  .our-work-block__mobile-bottom .btn--default {
    width: 100%;
  }

  .our-work-block__progress-block img {
    width: 4.1875rem;
  }

  .our-work-block__column-box {
    padding: 1.875rem 1.25rem;
  }

  .our-work-block__column-box p {
    max-width: 100%;
  }

  .our-work-block__column:first-child p {
    font-weight: 500;
    max-width: 100%;
  }

  .our-work-block__column-img {
    max-width: 19.25rem;
    margin: 0 auto;
    margin-bottom: -3rem;
    height: auto;
  }

  .our-work-block__column-box img {
    margin-top: -2.563rem;
    max-height: 24rem;
    margin-left: -1.7rem;
    pointer-events: none;
    display: flex;
    margin-bottom: -9rem;
    align-items: flex-end;
    justify-content: flex-end;
    width: 117%;
    object-fit: cover;
  }
}
