.experience {
  background: url(/images/experience.png) no-repeat center #242424;
  padding: 21px 0 42px; }
  .experience__h2 {
    font-family: "montserratregular", Arial, sans-serif;
    text-align: center; }
  .experience__list {
    margin-bottom: 60px; }
  .experience__item {
    margin-top: 73px;
    text-align: center; }
  .experience__icon {
    fill: #30d1ff;
    margin-bottom: 22px; }
    .experience__icon-capital {
      width: 60px;
      height: 58px; }
    .experience__icon-income {
      width: 60px;
      height: 70px; }
    .experience__icon-increase {
      width: 60px;
      height: 60px; }
    .experience__icon-knowledge {
      width: 60px;
      height: 60px; }
    .experience__icon-method {
      width: 60px;
      height: 60px; }
    .experience__icon-freetime {
      width: 60px;
      height: 60px; }
  .experience__name {
    color: #fff;
    font-family: "montserratsemibold", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px; }
  .experience__footnote {
    font-family: "montserratsemibold", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #30d1ff;
    text-align: center; }

@media (min-width: 768px) {
  .experience__list {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex-wrap: wrap; }
  .experience__item {
    width: 50%; } }

@media (min-width: 1200px) {
  .experience {
    background-position: center bottom;
    background-size: cover;
    padding-top: 39px;
    padding-bottom: 34px; }
    .experience__list {
      margin-bottom: 38px; }
    .experience__item {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 81px; }
    .experience__icon-capital {
      width: 100px;
      height: 97px; }
    .experience__icon-income {
      width: 86px;
      height: 100px; }
    .experience__icon-increase {
      width: 100px;
      height: 100px; }
    .experience__icon-knowledge {
      width: 100px;
      height: 100px; }
    .experience__icon-method {
      width: 100px;
      height: 100px; }
    .experience__icon-freetime {
      width: 100px;
      height: 100px; }
    .experience__name {
      font-size: 30px;
      line-height: 36px; }
    .experience__footnote {
      font-size: 24px;
      line-height: 31px; } }
