@import '../variables/default.scss';

.at-result {
  background-color: transparent;

  &__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 76px 24px 64px;
    background-color: #fff;
    text-align: center;

    &-title {
      margin-top: 48px;
      font-size: 36px;
      line-height: 50px;
      color: $color-grey-0;
    }

    &-subtitle {
      margin-top: 16px;
      font-size: 26px;
      line-height: 40px;
      color: $color-grey-2;
    }
  }

  &__operator {
    padding: 40px 24px;
  }
}
