.migration-exceptation {
    background: #262F35;
    padding: 56px 18px;
  }
  
  .migration-exceptation .migration-exceptation-wrapper {
  }
  
  .migration-exceptation .migration-exceptation-wrapper .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  
  .migration-exceptation .migration-exceptation-wrapper .text-content .tag {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    gap: 8px;
    /*width: 354px;*/
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 44px;
    color: #fff;
  }
  
  .migration-exceptation .migration-exceptation-wrapper .text-content .title {
    width: 359px;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 125%;
    /* or 35px */
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
  }
  
  .migration-exceptation .migration-exceptation-wrapper .text-content .description {
    width: 353px;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    opacity: 0.7;
  }
  
  .migration-exceptation .migration-exceptation-wrapper .text-content .button-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  
  .migration-exceptation .migration-exceptation-wrapper .text-content .button-wrapper .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 8px;
    width: 359px;
    height: 54px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    color: #fff;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    text-shadow: 0px 0.702447px 0.702447px rgba(18, 18, 20, 0.14);
  }
  
  .migration-exceptation .migration-exceptation-wrapper .text-content .button-wrapper .button.button--green {
    background: #008556;
  }
  
  .migration-exceptation .migration-exceptation-wrapper .text-content .button-wrapper .button.button--transparent {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  
  .migration-exceptation .migration-exceptation-wrapper .box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 56px;
    margin-top: 56px;
  }

  .migration-exceptation .migration-exceptation-wrapper .box-content .box-wrapper {
    
  }

  .migration-exceptation .migration-exceptation-wrapper .box-content .box-wrapper .box {
    margin-bottom: 43px;
    max-width: 330px;
  }
  
  .migration-exceptation .migration-exceptation-wrapper .box-content .box-wrapper .box .tag {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 44px;
    width: fit-content;

    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    color: #FFFFFF;
  }
  
  .migration-exceptation .migration-exceptation-wrapper .box-content .box-wrapper .box .box__title {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 125%;
    /* identical to box height, or 25px */
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-top: 21px;
  }
  
  .migration-exceptation .migration-exceptation-wrapper .box-content .box-wrapper .box .box__description {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    /* or 22px */
    letter-spacing: 0.02em;
    color: #FFFFFF;
    opacity: 0.7;
    margin-top: 12px;
  }
  
  @media screen and (min-width: 1250px) {
    .migration-exceptation .migration-exceptation-wrapper .text-content .title {
      width: 567px;
      font-size: 40px;
    }
   
    .migration-exceptation .migration-exceptation-wrapper .text-content .description {
      width: 505px;
    }
  
    .migration-exceptation .migration-exceptation-wrapper .text-content .button-wrapper {
      flex-direction: row;
    }
    
    .migration-exceptation .migration-exceptation-wrapper .box-content {
      flex-direction: row-reverse;
      justify-content: space-between;
      max-width: 1250px;
      margin: 150px auto 0;
      gap: 0;
    }

    .migration-exceptation .migration-exceptation-wrapper .box-content .exceptation-image {
      width: 455px;
    }
    
    .migration-exceptation .migration-exceptation-wrapper .box-content .box-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: center;
      width: 700px;
    }

    .migration-exceptation .migration-exceptation-wrapper .box-content .box-wrapper .box .box__title {
      font-size: 24px;
    }
    
    .migration-exceptation .migration-exceptation-wrapper .box-content .box-wrapper .box .box__description {
      font-size: 16px;
    }
    
    .migration-exceptation .migration-exceptation-wrapper .box-content .box-wrapper .box {
      flex: 1 1 calc(50% - 16px);
    }
  }

  @media screen and (min-width: 1400px) {
    .migration-exceptation .migration-exceptation-wrapper .box-content .exceptation-image {
      width: 505px;
    }
  }