@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNSg.ttf) format('truetype');
}
.infoblk {
  background-color: #F7F7F7;
  padding-top: 130px;
  padding-bottom: 130px;
}
.infoblk .content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.infoblk .block {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 50px);
}
.infoblk .image {
  margin-bottom: 60px;
  width: 100%;
}
.infoblk .image img {
  width: 100%;
  border-radius: 20px;
}
.infoblk .title {
  margin-bottom: 50px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #26292e;
}
.infoblk .text {
  margin-bottom: 50px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #26292e;
}
.infoblk .text p {
  margin-bottom: 0;
}
.infoblk .button {
  margin-top: auto;
  text-align: center;
}
.infoblk .button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: #26292e;
  width: 240px;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .infoblk {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .infoblk .content {
    flex-direction: column;
  }
  .infoblk .block {
    width: 100%;
  }
  .infoblk .image {
    margin-bottom: 20px;
  }
  .infoblk .title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }
  .infoblk .text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .infoblk .button {
    margin-bottom: 30px;
  }
}


