.title_1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 47.52px;
  font-family: 'Literata';
  color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1200px) {
  .title_1 {
    font-size: 64px;
    font-weight: 400;
    line-height: 95.04px;
    font-family: 'Literata';
  }
}

.paragraph_1 {
  font-size: 16px;
  font-family: 'Literata';
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  text-align: justify;
}

@media (min-width: 992px) {
  .paragraph_1 {
    font-size: 20px;
    font-family: 'Literata';
    font-weight: 400;
    line-height: 32px;
  }
}

.row_padding {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .row_padding {
    padding-top: 140px;
  }
}

.column-border {
  border: solid;
  border-width: 1px;
  border-color: #819069;
  border-radius: 300px;
  padding: 10px;
}

@media (min-width: 992px) {
  .column-border {
    border: solid;
    border-width: 1px;
    border-color: #819069;
    border-radius: 300px;
    padding: 25px;
  }
}

.img-border-radius {
  border-radius: 290px;
}

@media (min-width: 992px) {
  .img-border-radius {
    border-radius: 275px;
  }
}

.title_2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 41.58px;
  font-family: 'Literata';
  color: #e5dfdb;
}

@media (min-width: 1200px) {
  .title_2 {
    font-size: 64px;
    font-weight: 400;
    line-height: 95.04px;
    font-family: 'Literata';
    color: #e5dfdb;
  }
}

.numbers_style {
  font-size: 16px;
  font-weight: 400;
  line-height: 41.58px;
  font-family: 'Literata';
  color: #e5dfdb;
}

@media (min-width: 1200px) {
  .numbers_style {
    font-size: 28px;
    font-weight: 400;
    line-height: 41.58px;
    font-family: 'Literata';
    color: #e5dfdb;
  }
}

.paragraph_2 {
  font-size: 16px;
  font-family: 'Literata';
  font-weight: 400;
  line-height: 22px;
  color: #e5dfdb;
}

@media (min-width: 1200px) {
  .paragraph_2 {
    font-size: 20px;
    font-family: 'Literata';
    font-weight: 400;
    line-height: 40px;
    color: #e5dfdb;
    padding-top: 15px;
  }
}

.paragraph_3 {
  font-size: 20px;
  font-family: 'Literata';
  font-weight: 700;
  line-height: 26px;
  color: #e5dfdb;
}

@media (min-width: 1200px) {
  .paragraph_3 {
    font-size: 32px;
    font-family: 'Literata';
    font-weight: 700;
    line-height: 40px;
    color: #e5dfdb;
  }
}

.hr-line {
  width: 100%;
  position: relative;
  margin: 15px;
  border-right: 1px solid #e5dfdb;
}

.link_form_style {
  font-size: 24px;
  transform: none;
  text-decoration: none;
  color: #ffffff;
  font-family: 'EB Garamond';
  line-height: 35.64px;
  padding-top: 20px;
}

@media (min-width: 1200px) {
  .link_form_style {
    font-size: 28px;
    line-height: 36.54px;
    padding-top: 20px;
  }
}

.icon_div_top {
  position: relative;
  bottom: 140px;
}

.home_banner_icon {
  border-width: 1px;
  border-style: solid;
  font-size: 40px;
  border-radius: 100px;
  width: 47px;
  height: 47px;
}

@media (min-width: 1200px) {
  .home_banner_icon {
    border-width: 1px;
    border-style: solid;
    font-size: 50px;
    border-radius: 100px;
    width: 64px;
    height: 64px;
  }
}

.home-banner-more-text {
  font-size: 16px;
  line-height: 20.88px;
  font-family: 'EB Garamond';
  font-weight: 400;
  padding-top: 10px;
}

@media (min-width: 1200px) {
  .home-banner-more-text {
    font-size: 20px;
    line-height: 26.1px;
    font-family: 'EB Garamond';
    font-weight: 400;
    text-transform: uppercase;
  }
}

.text_button_products {
  font-size: 18px;
  line-height: 26.73px;
  font-weight: 400;
  font-family: 'Literata';
}

@media (min-width: 1200px) {
  .text_button_products {
    font-size: 20px;
    line-height: 29.7px;
    font-weight: 400;
    font-family: 'Literata';
  }
}

@media (min-width: 992px) {
  .row_padding_desktop {
    padding-left: 50px;
  }
}

.icon_div_style {
  border: 1px solid #e5dfd8;
  border-radius: 100px;
  margin-right: 20px;
  padding: 12px;
}

.icon_style {
  font-size: 24px;
}

.div-product-image {
  position: relative;
}

.div-product-image:hover .overlay-image {
  opacity: 0.8;
  height: 100%;
}

.overlay-image {
  position: absolute;
  /*top: 0;*/
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  opacity: 0;
  transition: .2s linear;
  background-color: #35392a;
}

@media (min-width: 768px) {
  .certificates_padding {
    padding-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.certificates_padding {
  padding-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.our_company_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.2/1;
}

@media (min-width: 768px) {
  .our_company_image {
    aspect-ratio: 1/1.1;
  }
}

.our_mission_image_mobile {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.key_points_firdt_row_image {
  width: 165px;
  height: 211px;
  object-fit: cover;
  padding-top: 20px;
  padding: 5px;
}

@media (min-width: 992px) {
  .key_points_firdt_row_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-top: 20px;
    aspect-ratio: 10/15;
  }
}

.our_mission_image_desktop {
  width: 292px;
  height: 389px;
  object-fit: cover;
}

@media (max-width: 576px) {
  .send_max_width {
    width: 100% !important;
  }
}

.home-section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .home-section-padding {
    padding-top: 124px;
    padding-bottom: 124px;
  }
}

.home_row_padding {
  padding-bottom: 55px;
}

@media (min-width: 992px) {
  .home_row_padding {
    padding-bottom: 140px;
  }
}

.home-section_about_background {
  background: url("/assets/img/home_section_about_back_4.png?h=ed6d256129cdb374b2be84087e5f0b62") bottom no-repeat;
  background-size: 100% auto;
}

.section_contact_background {
  background: #35392a;
}

@media (min-width: 992px) {
  .section_contact_background {
    background: url("/assets/img/section_contact_2.png?h=ba87c9331aed4e896893cc0c8010161f") top / cover no-repeat, #35392a;
  }
}

