.infocenter {
  height: 938px;
  background: #fff;
  width: 1920px;
}
.active.infocenter {
  animation: scroll 1s ease-in;
}
.infocenter h2 {
  color: #1b1f22;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-top: 96px;
  padding-bottom: 80px;
}
.infocenter__item {
  height: 538px;
  border-radius: 28px;
  background: #f5f5f5;
}
.infocenter__img {
  border-radius: 28px;
  width: 418px;
  height: 289px;
}
.infocenter__item h6 {
  padding-top: 32px;
  padding-left: 32px;
  color: #ff3e41;
  font-size: 14px;
  font-weight: 600;
}
.infocenter__item p {
  padding: 24px 0 0 32px;
  width: 330px;
  color: #1f2120;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.infocenter__item span {
  color: #7f8589;
  font-size: 14px;
  padding-left: 32px;
  position: absolute;
  bottom: 28px;
  left: 1px;
}
.infocenter__line {
  text-align: center;
  padding-top: 55px;
}
.infocenter__line a {
  position: relative;
  color: #1b1f22;
  font-size: 16px;
  font-weight: 550;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.infocenter__line a:hover {
  color: #ff3e41;
  cursor: pointer;
}
.infocenter__line a::after {
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0;
  content: '';
  display: block;
  height: 2px;
  background-color: #1b1f22;
}
.infocenter__line a:hover::after {
  background-color: #ff3e41;
}
