.home {
  background-color: #e9e9e8;
}
.home-intro-section {
}
.home-intro-section-wrapper {
  max-width: 990px;
  margin: 0 auto;
  padding: 9px 15px 33px;
  color: #1c1c1c;
  text-align: center;
}
.home-intro-title {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}
.home-intro-tegline {
  margin-bottom: 30px;
  font-size: 2.1rem;
  line-height: 2.8rem;
}
.home-intro-text {
  max-width: 650px;
  margin: 29px auto 0;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.home-hero-section {
  background-color: #e8e8e8;
}
.home-hero-section img {
  margin-top: 7.2916667%;
  margin-bottom: 6.0416667%;
}

.platforms-list-wrapper {
/*   max-width: 280px; */
  margin: 30px auto 0;
}
.platforms-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  
}    
.platforms-list-item {
  width: 48%;
  margin-top: 12px;
  text-align: center;
}
.platforms-list-item-content {
  display: inline-block;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.25;
  text-align: center;
  color: #1c1c1c;

font-size: 1.8rem;  

}
.platforms-list-item-content:hover {
  color: #484848;
}
.platforms-list-item-content-icon {
  display: inline-block;
  max-width: 156px;
  width: 100%;
  margin-bottom: 9.5%;
}
.platforms-list-item-name {
  display: inline-block;
  position: relative;  
  padding-left: 6px;
  line-height: 1;
}
.platforms-list-item-arrow {
  white-space: nowrap;
}
.platforms-list-item-arrow::after {
  content: "";
  display: inline-block;
  border: solid #1c1c1c;
  vertical-align: middle;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  line-height: 1;
  width: 7px;
  height: 7px;
  border-width: 1px 1px 0 0;
  margin-left: 1px;
}
.platforms-list-item-content:hover .platforms-list-item-arrow::after {
  border-color: #484848;
}

.home-page-icon-os {
  width: 100% !important;
  stroke: none;
  fill: currentColor;
}
.platforms-list-item-content:hover .home-page-icon-os {
  fill: currentColor;
}


@media only screen and (min-width: 430px) {
  .platforms-list-item {
    width: 23%;
  }
  .platforms-list-wrapper {
    max-width: 886px;
    margin-top: 48px;
  }
  .platforms-list-item {
    margin-top: 0;
  }
  .platforms-list-item-content {
/*     font-size: 1.8rem; */
    font-size: calc(16px + 10 * ((100vw - 430px) / 680));
  }
  .platforms-list-item-name::after {
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    margin-left: 2px;
  }

}

@media only screen and (min-width: 568px) {

  .home-intro-section-wrapper {
    padding-top: 42px;
    padding-bottom: 70px;
  }
  .home-intro-title {
    margin-top: 0;
    margin-bottom: 37px;
    font-size: 4.6rem;
  }
  .home-intro-tegline {
    font-size: 3rem;
    line-height: 3.3rem;
    margin-bottom: 62px;
  }
  .home-intro-text {
    margin-top: 77px;
    font-size: 1.7rem;
    line-height: 2.6rem;
  }

  .platforms-list-wrapper {
    margin-top: 77px;
  }
  .platforms-list-item-content {
    max-width: 190px;
/*     font-size: 2.4rem; */
  }
/*
  .platforms-list-item-arrow::after {
    width: 12px;
    height: 12px;
    border-width: 2px 2px 0 0;
    margin-left: 6px;
    margin-top: -1px;
  }
*/
  
}
@media only screen and (min-width: 668px) {
    .platforms-list-item-arrow::after {
    width: 12px;
    height: 12px;
    border-width: 2px 2px 0 0;
    margin-left: 6px;
    margin-top: -1px;
  }

}

@media only screen and (min-width: 916px) {
  .platforms-list-item-content {
    font-size: 2.4rem;
  }
}
