@font-face {
  font-family: "Segoe UI VF";
  src: url("./fonts/SegoeUI-VF.ttf") format("truetype");
}
@font-face {
  font-family: "Segoe UI Variable Static Display";
  src: url("./fonts/Segoe-UI-Variable-Static-Display-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI Variable Static Display";
  src: url("./fonts/Segoe-UI-Variable-Static-Display-Semilight.ttf") format("truetype");
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI Variable Static Display";
  src: url("./fonts/Segoe-UI-Variable-Static-Display.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI Variable Static Display";
  src: url("./fonts/Segoe-UI-Variable-Static-Display-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI Variable Static Display";
  src: url("./fonts/Segoe-UI-Variable-Static-Display-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI Variable Static Small";
  src: url("./fonts/Segoe-UI-Variable-Static-Small-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI Variable Static Small";
  src: url("./fonts/Segoe-UI-Variable-Static-Small.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI Variable Static Small";
  src: url("./fonts/Segoe-UI-Variable-Static-Small-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI Variable Static Small";
  src: url("./fonts/Segoe-UI-Variable-Static-Small-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ep-lamina {
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  overflow: hidden;
}
.ep-lamina section {
  margin-left: 40px;
  margin-right: 40px;
}
.ep-lamina * {
  font-family: "Segoe UI Variable Static Display", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
}
.ep-lamina h3, .ep-lamina h4, .ep-lamina h5, .ep-lamina h6, .ep-lamina p {
  margin: 0;
  padding: 0;
}
.ep-lamina .feature__title {
  font-size: 68px;
  font-weight: 400;
  line-height: 106.892%;
  color: #020202;
}
@media screen and (max-width: 991px) {
  .ep-lamina .feature__title {
    font-size: 32px;
    margin-bottom: 7px !important;
  }
}
.ep-lamina .feature__title > span {
  background: linear-gradient(90deg, #142B5F 0%, #2482D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.ep-lamina .feature__description {
  font-size: 30px;
  font-weight: 400;
  color: #020202;
}
.ep-lamina .feature__description > span {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .ep-lamina .feature__description {
    font-size: 18px;
  }
}
.ep-lamina .feature__redirect {
  text-decoration: none;
  color: #020202;
  font-size: 30px;
  padding: 15px 30px;
  border: 1px solid #000000;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.ep-lamina .feature__redirect:hover {
  cursor: pointer;
}
.ep-lamina .feature__image {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .ep-lamina .feature__image {
    border-radius: 5px !important;
  }
}
.ep-lamina section {
  padding: 46px 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .ep-lamina section {
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .ep-lamina section {
    padding: 0;
    margin: 0 auto;
    max-width: 428px;
  }
}
@media screen and (max-width: 340px) {
  .ep-lamina section {
    margin: 0 10px;
  }
}
.ep-lamina .dobra-01 {
  background-image: url("./assets/images/dobra-01-lp-windows-11-banner.png");
  background-size: cover;
  background-position: center 60%;
  background-repeat: no-repeat;
  min-height: 960px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-01 {
    background-image: url("./assets/images/dobra-01-lp-windows-11-banner-mobile.png");
    margin: 0 auto;
    min-height: 770px;
  }
}
.ep-lamina .dobra-01 .feature__content {
  color: #fff;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  height: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-01 .feature__content {
    grid-template-columns: 1fr;
    height: auto;
    padding: 0 35px;
  }
}
.ep-lamina .dobra-01 .feature__content > .feature__image {
  max-width: 390px;
  grid-column: 1/3;
  justify-self: center;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-01 .feature__content > .feature__image {
    max-width: 198px;
    margin-top: 40px;
  }
}
.ep-lamina .dobra-01 .feature__content > .text__content {
  margin-block: 50px;
  grid-column: 2/3;
  max-width: 950px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-01 .feature__content > .text__content {
    margin-block: 38px;
    align-self: flex-start;
    align-items: center;
    gap: 20px;
  }
}
.ep-lamina .dobra-01 .feature__content > .text__content > .feature__title {
  font-size: 90px;
  line-height: 107%;
  letter-spacing: 0%;
}
@media screen and (max-width: 1448px) {
  .ep-lamina .dobra-01 .feature__content > .text__content > .feature__title {
    font-size: 64px;
    max-width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-01 .feature__content > .text__content > .feature__title {
    font-size: 36px;
  }
}
.ep-lamina .dobra-01 .feature__content > .text__content > .feature__description {
  font-size: 42px;
  line-height: 107%;
  letter-spacing: 0%;
  max-width: 850px;
}
@media screen and (max-width: 1199px) {
  .ep-lamina .dobra-01 .feature__content > .text__content > .feature__description {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-01 .feature__content > .text__content > .feature__description {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-01 .feature__content > .text__content > .feature__redirect {
    padding: 4px 16px 7px 16px;
    font-size: 18px;
  }
}
.ep-lamina .dobra-02 {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 160px;
  background-image: url("./assets/images/dobra-02-lp-windows-11-background.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-02 {
    padding-top: 46px;
    padding-bottom: 46px;
  }
}
.ep-lamina .dobra-02 .feature__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.ep-lamina .dobra-02 .feature__content > .feature__contrast {
  padding-bottom: 30px;
  padding-inline: 84px;
  background: linear-gradient(90deg, #D5E5EF 0%, #F7FAFD 100%);
  box-shadow: 0 17px 59.7px 0 rgba(43, 100, 124, 0.39);
  border-radius: 26px;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-02 .feature__content > .feature__contrast {
    padding-top: 17px;
    padding-bottom: 29px;
    padding-inline: 44px;
    text-align: center;
    width: auto;
    max-width: 318px;
  }
}
.ep-lamina .dobra-02 .feature__content > .feature__contrast > span {
  background: linear-gradient(90deg, #142B5F 0%, #2482D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 150px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .ep-lamina .dobra-02 .feature__content > .feature__contrast > span {
    font-size: 104px;
  }
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-02 .feature__content > .feature__contrast > span {
    font-size: 65px;
    text-align: center;
  }
}
.ep-lamina .dobra-02 .feature__content > .text__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 1216px;
}
@media screen and (max-width: 1199px) {
  .ep-lamina .dobra-02 .feature__content > .text__content {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-02 .feature__content > .text__content {
    align-items: center;
  }
}
.ep-lamina .dobra-02 .feature__content > .text__content > .feature__title {
  font-size: 48px;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-02 .feature__content > .text__content > .feature__title {
    font-size: 30px;
    max-width: 319px;
  }
}
.ep-lamina .dobra-02 .feature__content > .text__content > .feature__description {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-02 .feature__content > .text__content > .feature__description {
    font-size: 10px;
    max-width: 298px;
  }
}
.ep-lamina .dobra-background-image {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .ep-lamina .dobra-background-image {
    padding-block: 100px !important;
  }
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-background-image {
    padding-block: 0px !important;
    min-height: 799px;
  }
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-background-image > .feature__content {
    gap: 50px;
  }
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-background-image > .feature__content > .text__content {
    grid-row: 2/3;
    grid-column: 1/2 !important;
    align-self: center;
    text-align: center;
    align-items: center;
    gap: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-background-image > .feature__content > .text__content > .feature__description:nth-child(3) {
    font-size: 10px !important;
  }
}
.ep-lamina .dobra-03 {
  margin: 0 auto;
  background-image: url(./assets/images/dobra-03-lp-windows-11-background.png);
  background-size: 100%;
  background-position: left;
  background-repeat: no-repeat;
  padding-block: 203px;
  padding-inline: 48px;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-03 {
    margin: 0px auto;
    background-image: url("./assets/images/dobra-03-lp-windows-11-background-mobile.png");
  }
}
.ep-lamina .dobra-03 > .feature__content {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  width: 100%;
  max-width: 1686px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-03 > .feature__content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.ep-lamina .dobra-03 > .feature__content > .text__content {
  max-width: 712px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.ep-lamina .dobra-03 > .feature__content > .text__content > .feature__title {
  max-width: 420px;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-03 > .feature__content > .text__content > .feature__title {
    max-width: 210px;
  }
}
.ep-lamina .dobra-03 > .feature__content > .text__content > .feature__description:nth-child(2) {
  max-width: 650px;
}
.ep-lamina .dobra-03 > .feature__content > .text__content > .feature__description:nth-child(3) {
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-03 > .feature__content > .text__content > .feature__description:nth-child(3) {
    max-width: 265px;
  }
}
.ep-lamina .dobra-04 {
  margin: 0 auto;
  background-image: url(./assets/images/dobra-04-lp-windows-11-background.png);
  background-size: 100%;
  background-position: left;
  background-repeat: no-repeat;
  padding-block: 254px;
  padding-inline: 48px;
}
@media screen and (min-width: 1450px) and (max-width: 1686px) {
  .ep-lamina .dobra-04 {
    padding-block: 100px !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1450px) {
  .ep-lamina .dobra-04 {
    padding-block: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-04 {
    margin: 0px auto;
    background-image: url("./assets/images/dobra-04-lp-windows-11-background-mobile.png");
  }
}
.ep-lamina .dobra-04 > .feature__content {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  width: 100%;
  max-width: 1686px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-04 > .feature__content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.ep-lamina .dobra-04 > .feature__content > .text__content {
  grid-column: 2/3;
  max-width: 712px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.ep-lamina .dobra-04 > .feature__content > .text__content > .feature__description {
  max-width: 680px;
}
.ep-lamina .dobra-05 {
  margin: 0 auto;
  background-image: url(./assets/images/dobra-05-lp-windows-11-background.png);
  background-size: 100%;
  background-position: left;
  background-repeat: no-repeat;
  padding-block: 270px;
  padding-inline: 48px;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-05 {
    margin: 0px auto;
    background-image: url("./assets/images/dobra-05-lp-windows-11-background-mobile.png");
  }
}
.ep-lamina .dobra-05 > .feature__content {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  width: 100%;
  max-width: 1686px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-05 > .feature__content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.ep-lamina .dobra-05 > .feature__content > .text__content {
  max-width: 712px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.ep-lamina .dobra-05 > .feature__content > .text__content > .feature__title {
  max-width: 420px;
}
.ep-lamina .dobra-05 > .feature__content > .text__content > .feature__description:nth-child(2) {
  max-width: 650px;
}
.ep-lamina .dobra-05 > .feature__content > .text__content > .feature__description:nth-child(3) {
  font-size: 15px;
}
.ep-lamina .dobra-06 {
  padding: 0;
  max-width: 1920px;
}
.ep-lamina .dobra-07 {
  margin: 0 auto;
  background-image: url(./assets/images/dobra-07-lp-windows-11-background.png);
  background-size: 100%;
  background-position: left;
  background-repeat: no-repeat;
  display: flex;
  padding-block: 254px;
  padding-inline: 48px;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-07 {
    margin: 0px auto;
    background-image: url("./assets/images/dobra-07-lp-windows-11-background-mobile.png");
  }
}
.ep-lamina .dobra-07 > .feature__content {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  width: 100%;
  max-width: 1686px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-07 > .feature__content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.ep-lamina .dobra-07 > .feature__content > .text__content {
  grid-column: 2/3;
  max-width: 712px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.ep-lamina .dobra-07 > .feature__content > .text__content > .feature__description:nth-child(2) {
  max-width: 700px;
}
.ep-lamina .dobra-07 > .feature__content > .text__content > .feature__description:nth-child(3) {
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-07 > .feature__content > .text__content > .feature__description:nth-child(3) {
    max-width: 327px;
  }
}
.ep-lamina .dobra-08 {
  max-width: 1686px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-08 {
    max-width: 428px;
    overflow: hidden;
    padding-block: 60px;
  }
}
.ep-lamina .dobra-08 > .feature__content {
  z-index: 1 !important;
}
@media screen and (max-width: 1698px) {
  .ep-lamina .dobra-08 > .feature__content {
    max-width: 991px;
  }
}
.ep-lamina .dobra-08 > .feature__content .feature__card {
  margin: 0 auto;
  max-width: 322px;
  padding-inline: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  border: 2px solid #FFF;
  background: linear-gradient(210deg, #F5F5F5 1.14%, #F5F5F5 100%);
  box-shadow: 14px 19px 29.1px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-08 > .feature__content .feature__card {
    max-width: 242px;
  }
}
.ep-lamina .dobra-08 > .feature__content .feature__card > .feature__image {
  max-width: 224px;
}
.ep-lamina .dobra-08 > .feature__content .feature__card > .feature__title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 248px;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-08 > .feature__content .feature__card > .feature__title {
    font-size: 12px;
    max-width: 180px;
    margin-bottom: 16px !important;
  }
}
.ep-lamina .dobra-08 > .feature__content .feature__card > .feature__redirect {
  font-size: 20px;
  padding: 14px 16px;
  z-index: 101;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-08 > .feature__content .feature__card > .feature__redirect {
    font-size: 15px;
    padding: 10px 12px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1686px) {
  .ep-lamina > .dobra-09 {
    padding-inline: 40px;
  }
}
.ep-lamina > .dobra-09 > .feature__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 93px;
  max-width: 1686px;
  margin: 0 auto;
}
.ep-lamina > .dobra-09 > .feature__content > .text__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  max-width: 1200px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .ep-lamina > .dobra-09 > .feature__content > .text__content > .feature__title {
    max-width: 352px;
  }
}
.ep-lamina > .dobra-09 > .feature__content > .text__content > .feature__description {
  margin-bottom: 14px;
  max-width: 990px;
}
@media screen and (max-width: 991px) {
  .ep-lamina > .dobra-09 > .feature__content > .text__content > .feature__description {
    max-width: 336px;
  }
}
@media screen and (max-width: 991px) {
  .ep-lamina > .dobra-09 > .feature__content > .text__content > .feature__redirect {
    padding: 4px 16px 7px 16px;
    font-size: 18px;
  }
}
.ep-lamina > .dobra-09 > .feature__content > .image__content {
  margin: 0 auto;
  background-image: url("./assets/images/dobra-09-lp-windows-11-background.png");
  background-size: 100%;
  background-position: left;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  width: 100%;
  max-width: 1686px;
  margin: 0 auto;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .ep-lamina > .dobra-09 > .feature__content > .image__content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (max-width: 1208px) {
  .ep-lamina > .dobra-09 > .feature__content > .image__content {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    width: 100%;
    max-width: 1686px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1208px) and (max-width: 991px) {
  .ep-lamina > .dobra-09 > .feature__content > .image__content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (max-width: 991px) {
  .ep-lamina > .dobra-09 > .feature__content > .image__content {
    background-image: url("./assets/images/dobra-09-lp-windows-11-background-mobile.png");
    background-repeat: no-repeat;
    min-height: 941px;
    grid-template-rows: 50% 50%;
  }
}
.ep-lamina > .dobra-09 > .feature__content > .image__content > .text__content {
  padding: 256px 0 228px 75px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1208px) {
  .ep-lamina > .dobra-09 > .feature__content > .image__content > .text__content {
    padding: 256px 0 228px 45px;
  }
}
@media screen and (max-width: 991px) {
  .ep-lamina > .dobra-09 > .feature__content > .image__content > .text__content {
    padding: 0;
    padding-inline: 40px;
    grid-row: 2/3;
    align-self: center;
    margin-bottom: 50px;
  }
}
.ep-lamina > .dobra-09 > .feature__content > .image__content > .text__content > .feature__title {
  background: linear-gradient(90deg, #142B5F 0%, #2482D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 599px;
  padding-bottom: 0;
}
@media screen and (max-width: 1284px) {
  .ep-lamina > .dobra-09 > .feature__content > .image__content > .text__content > .feature__title {
    font-size: 53px;
  }
}
@media screen and (max-width: 991px) {
  .ep-lamina > .dobra-09 > .feature__content > .image__content > .text__content > .feature__title {
    font-size: 45px;
  }
}
.ep-lamina > .dobra-09 > .feature__content > .image__content > .text__content > .feature__description {
  padding-top: 0;
  font-size: 40px;
  max-width: 450px;
}
@media screen and (max-width: 1284px) {
  .ep-lamina > .dobra-09 > .feature__content > .image__content > .text__content > .feature__description {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .ep-lamina > .dobra-09 > .feature__content > .image__content > .text__content > .feature__description {
    font-size: 30px;
    max-width: 350px;
  }
}
.ep-lamina .dobra-footer {
  padding: 40px;
}
.ep-lamina .dobra-footer .feature__content {
  margin: 0 auto;
  max-width: 1612px;
}
@media screen and (min-width: 992px) {
  .ep-lamina .dobra-footer .feature__content {
    padding-top: 55px;
    border-top: 1px solid #C8C8C8;
  }
}
.ep-lamina .dobra-footer .feature__content > .text__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ep-lamina .dobra-footer .feature__content > .text__content > .feature__title {
  font-size: 29px;
  font-weight: 700;
}
.ep-lamina .dobra-footer .feature__content > .text__content > ul {
  list-style: none;
  padding: 0;
}
.ep-lamina .dobra-footer .feature__content > .text__content > ul > .feature__description {
  font-weight: 400;
  font-size: 19px;
}
.ep-lamina .dobra-footer .feature__content > .text__content > ul > .feature__description > span {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .ep-lamina .dobra-footer .feature__content > .text__content > ul > .feature__description {
    font-size: 11px;
  }
}/*# sourceMappingURL=input.css.map */