@charset "utf-8";

/* company */
.company {
  padding: 1rem;
}
@media only screen and (min-width: 720px) {
  .company {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .company {
    padding: 2rem;
    width: 960px;
  }
}
.company footer {
  padding: 1.5rem 0 1rem;
}
@media only screen and (min-width: 720px) {
  .company footer {
    position: relative;
  }
}
.company__text {
  margin: 2.5rem 0 1.5rem;
}
@media only screen and (min-width: 720px) {
  .company__text {
    margin: 2.5rem 0;
  }
}

.company__item {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .company__item {
    margin-bottom: 2rem;
  }
}
.company__item__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  padding: .5rem 0;
}
@media only screen and (min-width: 1024px) {
  .company__item__title {
    font-size: 18px;
    line-height: 28px;
  }
}
.company__item__text {
  color: #9d97a3; 
  font-size: 12px;
  line-height: 22px;
}
@media only screen and (min-width: 1024px) {
  .company__item__text {
    font-size: 14px;
    line-height: 24px;
  }
}
.company__item__text span {
  font-size: 18px;
  line-height: 28px;
  margin-right: .5rem;
}