.license__exabyter {
  background-color: #f2f2f2;
  padding: 0px;
}
.license__exabyter .layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 140px 70px 70px;
}
.section__license--title {
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  color: var(--dark-black-color);
}
.license__items {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}
.license__items .license__item--price {
  width: calc(100% / 4);
  background-color: var(--white-color);
  border-radius: 20px;
  border: 2px solid var(--white-color);
  padding: 20px;
  transition: all 0.3s linear;
  height: 460px;
}
.license__items .license__item--price:hover {
  border: 2px solid var(--primary-color);
}
.license__item--title {
  font-size: 22px;
  font-weight: bold;
  color: var(--dark-black-color);
  line-height: 32px;
}
.license__items .license__features {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 210px;
  min-height: 210px;
}
.license__features .license__feature--row .icon__check {
  height: 24px;
  width: 20px;
  align-items: center;
  position: relative;
}
.license__features .license__feature--row .icon__check img {
  height: 12px;
  width: 16.5px;
  position: relative;
  top: 6px;
}
.license__features .license__feature--row {
  display: flex;
  gap: 5px;
}
.license__features .license__feature--row span {
  color: var(--light-black-color);
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.license__item--action {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.license__item--button {
  border-radius: 5px;
  width: 100%;
  padding: 8px 24px;
  font-size: 18px;
  line-height: 24px;
}


.license__items .blueBtn {
  /* background-color: red; */
  /* font-family: Arial, sans-serif; */
}