.features {
  padding: 50px 0;
}

.featuresTitle {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.featuresBlocks {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 40px;
}

.fBlock {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 292px;
}

.fBlockBox {
  display: flex;
  flex-direction: column;
  border-radius: 16.156px;
  background: #fde2eb;
  padding: 16px;
  height: 247px;
}

.fBlockImg {
  border-radius: 20px;
}

.fBlockBoxTitle {
  margin-top: 20px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.fBlockBoxSubtitle {
  margin-top: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.redBox {
  background: #ff4085;
}

.redBox .fBlockBoxTitle,
.redBox .fBlockBoxSubtitle {
  color: #fff;
}

.btnBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 215px;
}

.fBlockDate {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fBlockDateText {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.225px;
}

.fBlockButton {
  padding: 17px 0;
  border-radius: 16px;
  background: #151617;
  width: 100%;
  color: #fff;

  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  letter-spacing: 0.36px;
}

@media screen and (max-width: 1244px) {
  .featuresBlocks {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 960px) {
  .fMobBoxes {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .fMobBox {
    padding: 16px;
    border-radius: 20px;
    background: #fad1ce;

    /* Под плашки */
    box-shadow: 0px 3.978px 39.95px 0px rgba(19, 16, 30, 0.19);
    display: flex;
    gap: 10px;
  }

  .fMobBoxInfoTitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
  }

  .fMobBoxInfoSubtitle {
    margin-top: 6px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }

  .redBox {
    background: #ff4085;
  }

  .redBox .fMobBoxInfoTitle,
  .redBox .fMobBoxInfoSubtitle {
    color: #fff;
  }

  .fBlockDate {
    align-self: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .features {
    padding: 20px 0;
  }

  .featuresTitle {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .fMobBox svg {
    min-width: 40px;
  }
}
