.uniq_section {
  position: relative; }
  .uniq_section h2 {
    font-size: 55px;
    line-height: 100%;
    color: var(--wp--preset--color--headers-white); }
    @media screen and (max-width: 768px) {
      .uniq_section h2 {
        font-size: 30px;
        text-align: center; } }

.uniq_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 1rem; }
  @media screen and (max-width: 992px) {
    .uniq_wrap {
      margin-top: 50px;
      grid-template-columns: 1fr; } }

.uniq_item {
  background-color: var(--wp--preset--color--white-10);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
  padding: 20px;
  color: var(--wp--preset--color--headers-white); }
  @media screen and (max-width: 992px) {
    .uniq_item {
      max-width: 221px;
      padding: 15px; } }
  .uniq_item p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.35;
    color: #E9E9D9; }
    .uniq_item p b, .uniq_item p strong {
      font-weight: 600; }
    @media screen and (max-width: 575px) {
      .uniq_item p {
        font-size: 14px; } }
  .uniq_item:nth-child(2) {
    -webkit-transform: translateY(127px);
            transform: translateY(127px); }
    @media screen and (max-width: 992px) {
      .uniq_item:nth-child(2) {
        -webkit-transform: none;
                transform: none; } }
  .uniq_item:nth-child(1), .uniq_item:nth-child(4) {
    position: relative;
    min-height: 269px; }
    .uniq_item:nth-child(1):after, .uniq_item:nth-child(4):after {
      content: '01';
      font-weight: 600;
      font-size: 136.67px;
      line-height: 184.5px;
      letter-spacing: -0.081em;
      color: var(--wp--preset--color--white-10);
      position: absolute;
      right: 18px;
      top: 0;
      display: block; }
      @media screen and (max-width: 575px) {
        .uniq_item:nth-child(1):after, .uniq_item:nth-child(4):after {
          font-size: 80px;
          line-height: 80px; } }
    @media screen and (max-width: 575px) {
      .uniq_item:nth-child(1), .uniq_item:nth-child(4) {
        min-height: auto; } }
    .uniq_item:nth-child(1) .uniq_item_top, .uniq_item:nth-child(4) .uniq_item_top {
      max-width: 60px; }
      @media screen and (max-width: 575px) {
        .uniq_item:nth-child(1) .uniq_item_top, .uniq_item:nth-child(4) .uniq_item_top {
          max-width: 30px;
          max-height: 30px; } }
  .uniq_item:nth-child(2) .uniq_item_top, .uniq_item:nth-child(3) .uniq_item_top {
    max-width: 40px; }
    @media screen and (max-width: 575px) {
      .uniq_item:nth-child(2) .uniq_item_top, .uniq_item:nth-child(3) .uniq_item_top {
        max-width: 30px;
        max-height: 30px; } }
  .uniq_item:nth-child(4) {
    margin-top: 60px; }
    @media screen and (max-width: 1440px) {
      .uniq_item:nth-child(4) {
        margin-top: 90px; } }
    @media screen and (max-width: 992px) {
      .uniq_item:nth-child(4) {
        margin-top: 0; } }
    .uniq_item:nth-child(4):after {
      content: '04'; }
  @media screen and (max-width: 992px) {
    .uniq_item:nth-child(even) {
      margin-left: auto; } }
