.title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  text-align: center;
  color: #231f20;
  width: 100%;
  padding-bottom: 10px;
}
.subtitle {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #231f20;
  width: 100%;
}

.mail {
  &_title {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 25px;
  }
}

.copy {
  width: 100px;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.16px;
  color: #004225;
  svg {
    margin-right: 10px;
  }
  &_title {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  &__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  &_link {
    overflow: hidden;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-right: 20px;
  }
}

@media (max-width: 500px) {
  .title {
    font-size: 24px;
  }
  .copy {
    &__wrapper {
      flex-direction: column;
    }
    &_link {
      margin-right: 0;
      margin-bottom: 20px;
    }
  }
}
