.cmpt_calculator_template {
  position: relative;
  color: hsl(0, 0%, 100%);
  padding: 1.5em 2em;
  overflow: hidden;
}
.cmpt_calculator_template::before {
  content: "";
  position: absolute;
  right: 0;
  top: 1em;
  width: 131px;
  height: 174px;
  background-image: url(/templates/images/component/calculator/rightcol/calculator.webp);
  background-repeat: no-repeat;
  z-index: 1;
}
.cmpt_calculator_template--size_big::before {
  width: 190px;
  height: 200px;
}
.cmpt_calculator_template__title {
  color: white;
  font-weight: 700;
}

.cmpt_calculator_template_text {
  font-weight: 400;
  font-size: 0.875em;
  color: white;
  padding-right: max(20%, 180px);
  margin: 1em 0 2em 0;
}

.cmpt_calculator_template_link_button {
  position: relative;
  color: white;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.8125em;
  padding-right: 1.5em;
  text-decoration: underline;
}
.cmpt_calculator_template_link_button::after {
  content: "\f04b";
  position: absolute;
  font-family: var(--pg-font-family-awesome);
  margin-left: 0.5em;
  font-weight: 800;
  right: 0;
}
