.massivesecurity-services {
  padding: 40px 0 60px;
}
.massivesecurity-services .sub-title {
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: clamp(16px, 2 * (100vw - 375px) / 905 + 16px, 18px);
  line-height: 130%;
  color: var(--color-title);
  margin-bottom: 20px;
}
.massivesecurity-services .title.section-title {
  margin-bottom: clamp(30px, 30 * (100vw - 375px) / 905 + 30px, 60px);
  font-family: var(--font-roboto);
  font-weight: 500;
  font-size: clamp(26px, 31 * (100vw - 375px) / 905 + 26px, 57px);
  line-height: clamp(34px, 30 * (100vw - 375px) / 905 + 34px, 64px);
  color: var(--color-title);
}
.massivesecurity-services .content {
  margin-top: clamp(-40px, -20px - (20) * (100vw - 375px) / 905, -20px);
  margin-bottom: clamp(30px, 20 * (100vw - 375px) / 905 + 30px, 50px);
  font-family: var(--font-rubik);
  font-size: clamp(18px, -2 * (100vw - 375px) / 905 + 18px, 16px);
  line-height: 160%;
  color: rgb(123, 123, 123);
}
.massivesecurity-services .row-service {
  --bs-gutter-y: 24px;
}
.massivesecurity-services .service-archive {
  background-color: var(--color-dark);
  display: block;
  border-radius: 15px;
  height: 100%;
  position: relative;
  padding-bottom: 280px;
}
.massivesecurity-services .service-archive .top {
  padding: 44px;
}
.massivesecurity-services .service-archive .top .title {
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: clamp(21px, 3 * (100vw - 375px) / 905 + 21px, 24px);
  line-height: 140%;
  color: white;
  margin-bottom: 24px;
  transition: color var(--transition);
}
.massivesecurity-services .service-archive .top .title:hover {
  color: var(--color-yellow);
}
.massivesecurity-services .service-archive .top .excerpt {
  color: rgb(123, 123, 123);
  font-family: var(--font-rubik);
  font-size: clamp(14px, 2 * (100vw - 375px) / 905 + 14px, 16px);
  line-height: 160%;
}
.massivesecurity-services .service-archive .bottom {
  height: 280px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.massivesecurity-services .service-archive .bottom .background-cover {
  height: 280px;
}
.massivesecurity-services .service-archive .bottom .background-cover img {
  border-radius: 0 0 15px 15px;
  z-index: 1;
}
.massivesecurity-services .service-archive .bottom .background-cover .link {
  width: 64px;
  height: 64px;
  background-color: var(--color-yellow);
  border-radius: 15px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  border: 1px solid var(--color-yellow);
  transition: background-color var(--transition);
}
.massivesecurity-services .service-archive .bottom .background-cover .link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.massivesecurity-services .service-archive .bottom .background-cover .link svg path {
  transition: stroke var(--transition);
}
.massivesecurity-services .service-archive .bottom .background-cover .link:hover {
  background-color: rgb(15, 15, 15);
}
.massivesecurity-services .service-archive .bottom .background-cover .link:hover svg path {
  stroke: var(--color-yellow);
}
.massivesecurity-services .theme-button.button-type-3 {
  display: inline-block;
  margin-top: clamp(40px, 20 * (100vw - 375px) / 905 + 40px, 60px);
}
/*# sourceMappingURL=services.css.map */
