.row-dynamic-el .media .type_image.alignment_right.gas {
  float: right;
}

.aboutus {
  background-color: #f9f9f9;
}
.aboutus-text {
  padding: 0 14% 14% 14% !important;
}

.what-we-offer-title {
  font-size: 40px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 50px;
}

.our-products-title {
  font-size: 36px;
  color: #000000;
  text-align: center;
  font-family: Helvetica;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 15px;
}

.our-products-subtitle {
  font-size: 22px;
  color: #999999;
  text-align: center;
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 15px;
}

.our-products-description {
  font-size: 20px;
  color: #999999;
  text-align: center;
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
}

.our-products-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.product-name {
  font-family: Helvetica;
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}

.product-title-row2 {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: end;
}

.why-we-do-it {
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 110px;
  background-image: url(../img/hands-gas.png);
  background-position: 50% 0px;
  background-size: cover;
}

.why-we-do-it__title {
  text-align: center;
  font-family: Lato;
  text-transform: capitalize;
  line-height: 50px;
  letter-spacing: 0px;
  font-weight: 300;
}
.why-we-do-it__title h1 {
  color: #ffffff !important;
}

.why-we-do-it__content {
  width: 500px;
  margin: auto;
  line-height: 30px;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
}
.why-we-do-it__content p {
  color: #ffffff !important;
  text-align: center;
}

.btn-bt.default:hover {
  color: #0769db !important;
  border-color: #0769db !important;
  background-color: #fff !important;
}

.footer-title {
  letter-spacing: 2px;
  font-weight: 600;
  color: #f2f2f2;
}

.address {
  color: #e2e2e2;
  width: 60%;
}

.phonenumber {
  color: #e2e2e2;
}

.email {
  color: #e2e2e2;
}

.hero-img-left {
  background: url(../img/tanques-left.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 825px;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-img-right {
  background: url(../img/tanques-left.png);
  transform: scaleX(-1);
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 825px;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-logo {
  position: absolute;
  top: 180px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-title {
  position: absolute;
  top: 343px;
  font-family: Helvetica;
  font-size: 60px;
  font-weight: bold;
  color: #2b2b2b;
  text-align: center;
  width: 100%;
  line-height: 1;
}

.hero-subtitle {
  position: absolute;
  top: 406px;
  font-family: Helvetica;
  font-size: 40px;
  font-weight: 300;
  color: #2b2b2b;
  text-align: center;
  width: 100%;
  line-height: 1;
}

.hero-button {
  position: absolute;
  top: 406px;
  width: 100%;
  display: flex;
  justify-content: center;
}

footer {
  background-color: #262626;
}

.footer-container {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin-left: 10%;
  padding: 80px 0;
}

.footer-container div.footer-column {
  width: 25%;
}

.footer-column-logo {
  display: flex;
  justify-content: end;
}

.footer-column-logo img {
  width: 222px !important;
  height: 62px !important;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  color: white;
}

.wpcf7-form-control-wrap input.input-error,
.wpcf7-form-control-wrap textarea.input-error {
  border: 1px solid red !important;
}

.contact-btn {
  color: #ffffff !important;
  background: #0769db !important;
  border-color: #0769db !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  width: 200px !important;
  padding: 0 !important;
}
.contact-btn:hover {
  color: #0769db !important;
  border-color: solid 1px #0769db !important;
  background-color: #fff !important;
}

.wpcf7 input:not([type="submit"]):focus {
  border-color: #0769db !important;
}

.policies {
  text-align: center;
}

.policies a {
  margin: 5px 20px;
}
