.projects-bottom-bar {
  width: 100%;
  min-height: 90px;
  background-color: $primary-color;
  padding: 0 $gutter;
  display: flex;
  margin-top: 100px;

  &__container {
    width: 100%;
    max-width: $projects-content-width;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;

    @include sm {
      flex-direction: column;
      padding: 30px 25px 0;
    }

    span {
      font-size: 21px;
      line-height: 21px;
      color: $white;

      @include sm {
        font-size: 14px;
        line-height: 23px;
        text-align: center;
        margin-bottom: 25px;
      }
    }
  }
}
