.dating-widget {
  position: relative;
  max-width: 792px;
  border-radius: 10px;
  background-color: #d3beff;
  display: grid;
  padding: 25px 20px 25px 40px;
  margin: 0 auto;
  grid-template-columns: minmax(auto, 468px) 193px;
  gap: 71px;
  align-items: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.dating-widget__background {
  position: absolute;
  z-index: 2;
  left: -12px;
  bottom: -15px;
}

.dating-widget__title {
  font-family: "Gilroy";
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #171717;
}

.dating-widget__grid {
  display: grid;
  grid-template-columns: minmax(auto, 249px) minmax(auto, 189px);
  grid-template-rows: auto;
  gap: 30px;
}

.dating-widget__wrapper {
  display: grid;
  grid-template-columns: minmax(78px, 113px) minmax(99px, 124px);
  align-items: center;
  gap: 12px;
}

.dating-widget__count {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  color: #171717;
}

.dating-widget__text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #171717;
}

.dating-widget__btn {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 193px;
  padding: 22px 14px 20px 14px;
  background: #000000;
  border-radius: 20px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  scroll-behavior: smooth;
}

.dating-widget__btn:active {
  background: #0e0d0d;
}

.dating-widget__btn:focus {
  outline: 1px solid #0e0d0d;
}

@media (max-width: 768px) {
  .dating-widget {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 58px;
    gap: 30px;
  }

  .dating-widget__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 38px;
  }
}

.healthcare-widget {
  position: relative;
  max-width: 792px;
  border-radius: 10px;
  background-color: #a9f5ef;
  display: grid;
  padding: 25px 20px 25px 40px;
  margin: 0 auto;
  grid-template-columns: minmax(auto, 468px) 193px;
  gap: 71px;
  align-items: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.healthcare-widget__background {
  position: absolute;
  z-index: 2;
  left: -8px;
  bottom: -9px;
}

.healthcare-widget__title {
  font-family: "Gilroy";
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #171717;
}

.healthcare-widget__grid {
  display: grid;
  grid-template-columns: minmax(auto, 249px) minmax(auto, 186px);
  grid-template-rows: auto;
  gap: 20px;
}

.healthcare-widget__wrapper {
  display: grid;
  grid-template-columns: minmax(78px, 120px) minmax(69px, 186px);
  align-items: center;
  gap: 12px;
}

.healthcare-widget__count {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  color: #171717;
}

.healthcare-widget__expertise {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #171717;
}

.healthcare-widget__text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #171717;
}

.healthcare-widget__text--flex {
  display: flex;
  flex-direction: column;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #171717;
}

.healthcare-widget__btn {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 193px;
  padding: 22px 14px 20px 14px;
  background: #000000;
  border-radius: 20px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.healthcare-widget__btn:active {
  background: #0e0d0d;
}

.healthcare-widget__btn:focus {
  outline: 1px solid #0e0d0d;
}

@media (max-width: 768px) {
  .healthcare-widget {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 58px;
    gap: 30px;
  }

  .healthcare-widget__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 38px;
  }
}

.mvp-widget {
  position: relative;
  max-width: 792px;
  border-radius: 10px;
  background-color: #acdafc;
  display: grid;
  padding: 25px 20px 25px 20px;
  margin: 0 auto;
  grid-template-columns: minmax(auto, 540px) 193px;
  gap: 19px;
  align-items: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.mvp-widget__background {
  position: absolute;
  z-index: 2;
  left: -15px;
  bottom: -19px;
}

.mvp-widget__title {
  font-family: "Gilroy";
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #171717;
}

.mvp-widget__grid {
  display: grid;
  grid-template-columns: minmax(auto, 205px) minmax(auto, 132px) minmax(auto,
      171px);
  grid-template-rows: auto;
  gap: 20px;
}

.mvp-widget__wrapper {
  display: grid;
  grid-template-columns: minmax(auto, 205px) minmax(101px, 117px);
  align-items: center;
  gap: 12px;
}

.mvp-widget__count {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #171717;
}

.mvp-widget__text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #171717;
  width: 100%;
}

.mvp-widget__text--width {
  max-width: 117px;
}

.mvp-widget__btn {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 193px;
  padding: 22px 14px 20px 14px;
  background: #000000;
  border-radius: 20px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.mvp-widget__btn:active {
  background: #0e0d0d;
}

.mvp-widget__btn:focus {
  outline: 1px solid #0e0d0d;
}

@media (max-width: 768px) {
  .mvp-widget {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 58px;
    gap: 30px;
  }

  .mvp-widget__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 38px;
  }
}

.fintech-widget {
  position: relative;
  max-width: 792px;
  border-radius: 10px;
  background-color: #94e1b3;
  display: grid;
  padding: 25px 20px 25px 40px;
  margin: 0 auto;
  grid-template-columns: minmax(auto, 468px) 193px;
  gap: 71px;
  align-items: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.fintech-widget__background {
  position: absolute;
  z-index: 2;
  left: -12px;
  bottom: -18px;
}

.fintech-widget__title {
  font-family: "Gilroy";
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #171717;
}

.fintech-widget__grid {
  display: grid;
  grid-template-columns: minmax(auto, 249px) minmax(auto, 186px);
  grid-template-rows: auto;
  gap: 20px;
}

.fintech-widget__wrapper {
  display: grid;
  grid-template-columns: minmax(78px, 120px) minmax(69px, 186px);
  align-items: center;
  gap: 12px;
}

.fintech-widget__count {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  color: #171717;
}

.fintech-widget__expertise {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #171717;
}

.fintech-widget__text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #171717;
}

.fintech-widget__text--flex {
  display: flex;
  flex-direction: column;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #171717;
}

.fintech-widget__btn {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 193px;
  padding: 22px 14px 20px 14px;
  background: #000000;
  border-radius: 20px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.fintech-widget__btn:active {
  background: #0e0d0d;
}

.fintech-widget__btn:focus {
  outline: 1px solid #0e0d0d;
}

@media (max-width: 768px) {
  .fintech-widget {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 58px;
    gap: 30px;
  }

  .fintech-widget__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 38px;
  }

  .dating-widget {
    margin-bottom: 20px;
  }
}