@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Open+Sans:wght@300;400;700&display=swap");
.content__headerOffer {
  width: 100%;
  background-color: #2ECC71;
  color: white;
  padding: 50px 30px;
}

@media (max-width: 799px) {
  .content__headerOffer {
    padding: 50px 10px;
  }
}

.content__headerOffer h2 {
  text-align: center;
}

.content__headerOffer p {
  font-size: 0.9rem;
  padding: 10px 0px;
  text-align: center;
}

.content__offerAll {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 799px) {
  .content__offerAll {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.content__offerAll--about h3 {
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 799px) {
  .content__offerAll--about {
    padding: 10px;
    width: 100%;
    max-width: 500px;
    margin-bottom: 15px;
  }
}

@media (min-width: 800px) {
  .content__offerAll--about {
    width: calc(50% - 40px);
    padding: 20px;
    max-width: 500px;
    margin-right: 15px;
  }
}

.content__offerAll--good h3 {
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 799px) {
  .content__offerAll--good {
    padding: 10px;
    width: 100%;
    max-width: 500px;
  }
}

@media (min-width: 800px) {
  .content__offerAll--good {
    width: calc(50% - 40px);
    padding: 20px;
    max-width: 500px;
    margin-left: 15px;
  }
}

.content__offerAll--good p {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content__offerAll--good img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

.content__offerTabor {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 800px) {
  .content__offerTabor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.content__offerTabor--header {
  width: 100%;
  padding: 50px 30px;
}

@media (max-width: 799px) {
  .content__offerTabor--header {
    padding: 50px 10px;
  }
}

.content__offerTabor--header h2 {
  text-align: center;
}

.content__offerTabor--header p {
  font-size: 0.9rem;
  padding: 10px 0px;
  text-align: center;
}

@media (max-width: 799px) {
  .content__offerTabor--tabor {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content__offerTabor--tabor img {
    max-width: 100%;
  }
}

@media (min-width: 800px) {
  .content__offerTabor--tabor {
    width: calc(50% - 20px);
    margin-right: 10px;
    padding: 10px;
    max-width: 500px;
  }
}

@media (max-width: 799px) {
  .content__offerTabor--desc {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 800px) {
  .content__offerTabor--desc {
    padding: 10px;
    width: calc(50% - 20px);
    margin-left: 10px;
    max-width: 500px;
  }
}
/*# sourceMappingURL=offer.css.map */