.about {
  background: #fff !important;
  padding: 50px 0 40px;
}
.about .our-mission .social {
  display: block;
}
.about .about-content ul.social {
  margin-bottom: 0;
}
.about .our-mission .social li.title {
  width: auto;
  height: auto;
  margin: 0 0 5px 10px;
  color: #1A3461;
  font-weight: bold;
  font-size: 18px;
  display: block;
}
.about .about-content {
  color: #1A3461;
  position: relative;
}
.about .about-content::before,
.about .about-content::after {
  content: "";
  position: absolute;
  width: 1000em;
  top: 0;
  bottom: 0;
  background: #EAF1FF;
  z-index: -1;
}
.about .about-content::before {
  left: 0;
  right: -100em;
}
.about .about-content::after {
  right: 0;
  left: -100em;
}
.about .about-content h2 {
  color: #22497D;
}
.about ul.social li a {
  align-items: center;
  background: #1a3461;
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 0;
  width: 50px;
  color: #3b9dce;
  transition: 0.15s linear all;
}
.about ul.social li.twitter a:after {
  background-image: url("../../air_liquide_mde/img/icons/twitter.svg");
}
.about ul.social li.facebook a:after {
  background-image: url("../../air_liquide_mde/img/icons/facebook.svg");
}
.about ul.social li.instagram a:after {
  background-image: url("../../air_liquide_mde/img/icons/instagram.svg");
}
.about ul.social li.youtube a:after {
  background-image: url("../../air_liquide_mde/img/icons/social-youtube-white.svg");
}
.about ul.social li.twitter a, .about ul.social li.facebook a, .about ul.social li.instagram a, .about ul.social li.youtube a {
  background-image: none;
}
.about ul.social li a:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
}
.about .our-mission {
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  height: 458px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1362px;
  margin: 0 auto 90px auto;
}
.about .our-mission .title-mission {
  font-family: vinyl, sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  border-width: 1px 0;
  border-style: solid;
  padding: 2px 0;
  display: inline-block;
  color: #22497D;
}
.about .our-mission .hash-tag {
  font-weight: 700;
}
.about .our-mission .image-mission {
  position: absolute;
  border-radius: 20px;
}
.about .our-mission .list-image {
  display: none;
}
.about .our-mission .image-mission:nth-child(1) {
  left: -5%;
  top: 20%;
}
.about .our-mission .image-mission:nth-child(2) {
  right: -5%;
  top: -10%;
}
.about .our-mission .image-mission:nth-child(3) {
  left: 30%;
  bottom: -20%;
}
.about .our-mission .image-mission:nth-child(4) {
  right: 10%;
  bottom: -20%;
}
@media screen and (min-width: 1024px) {
  .about .our-mission .list-image {
    display: block;
  }
  .about .our-mission .image-mission:nth-child(1) {
    left: -8%;
  }
  .about .our-mission .image-mission:nth-child(2) {
    right: -8%;
  }
  .about .our-mission .image-mission:nth-child(3) {
    left: 20%;
    bottom: -25%;
  }
  .about .our-mission .image-mission:nth-child(4) {
    right: 6%;
    bottom: -25%;
  }
  .about .our-mission .hash-tag {
    font-size: 50px;
    line-height: 60px;
  }
}
.about .about-content {
  float: none !important;
  width: 100% !important;
  text-align: center;
  background: #EAF1FF;
  border-radius: 20px;
  padding: 30px 15px !important;
  margin-bottom: 60px;
}
.about .about-content p {
  max-width: 842px;
  margin-left: auto;
  margin-right: auto;
}
.about .newsletter iframe {
  background: #F6F8F8;
  border-radius: 20px;
  max-width: 82%;
  height: 420px;
  padding: 40px 20px;
}
.about .newsletter {
  border-radius: 20px;
  width: 100%;
  background: #fff;
  float: none;
  margin: 0 auto;
  padding: 0 15px;
}
.about .newsletter .newsletter-content {
  max-width: 1362px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .about .newsletter {
    padding: 0 40px;
  }
}
.about .newsletter h2 {
  font-family: vinyl, sans-serif;
  text-transform: uppercase;
  text-align: left;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  border-width: 1px 0;
  border-style: solid;
  padding: 2px 0;
  display: inline-block;
  color: #22497D;
}

.about .newsletter .newsletter-content {
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
}
.about .newsletter .envelope {
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
}
.about .newsletter .envelope img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .newsletter .frame-wrapper {
  background: #F6F8F8;
  border-radius: 20px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .about .newsletter .newsletter-content {
    grid-template-columns: unset;
  }
}
@media screen and (min-width: 1024px) {
  .about {
    padding-bottom: 40px;
    padding-top: 0;
  }
  .about .newsletter .newsletter-content {
    flex-direction: row;
  }
  .about .newsletter iframe {
    max-width: 475px;
    padding: 40px;
  }
  .about .about-content {
    padding: 80px 40px !important;
  }
}

.about .newsletter .newsletter-webform-content {
  padding: 40px !important;
  box-sizing: border-box;
}

.text-image-cta-wrapper {
    margin-top: 2rem!important;
}
.text-image-cta-wrapper .cta-wrapper a {
    background-color: #ffd938;
    border-radius: 21px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    margin: 10px 25px 10px 25px;
    border: 2px solid #ffd938;
    position: relative;
    padding: 10px 25px 10px 25px;
    color: #1A3461;
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 1023px) {
    .text-image-cta-wrapper .frame-wrapper {
        min-height: 432px;
    }

    .text-image-cta-wrapper .content-wrapper {
        margin-top: auto;
        margin-bottom: auto;
    }
}

