#inner-page-wrapper > .max-container {
  width: 100%;
  max-width: 100%;
}

#content-full {
  margin-top: 0;
}

#content .about-wrap {
  padding-top: 60px;
  position: relative;
}
#content .about-wrap .max-container {
  position: relative;
  z-index: 6;
}
#content .about-inner {
  margin: 0 -5vw;
}
#content .entry-title h1 {
  font: 400 34px/1.1 "Raleway", sans-serif;
}
#content .about-img {
  float: left;
  width: 55%;
  padding: 0 0 2% 0;
  position: relative;
  margin-right: -4%;
}
#content .about-img:after {
  display: block;
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 15%;
  background: var(--background-color);
  height: 90%;
  content: "";
  z-index: 6;
}
#content .about-img:before {
  display: block;
  content: "";
  width: 140%;
  height: 106%;
  position: absolute;
  left: -100%;
  top: -10%;
}
#content .about-img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
}
#content .about-main {
  padding-top: 14%;
  position: relative;
  z-index: 6;
}
#content .about-main .default_title {
  font-size: 50px;
  margin: 0;
  font-weight: 400;
  line-height: 1.1;
  max-width: 625px;
}
#content .about-info {
  position: relative;
  margin-top: 25px;
}
#content .about-info > ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}
#content .about-info > ul > li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  padding: 0 27px;
}
#content .about-info > ul > li + li {
  border-left: 1px solid #ebebeb;
}
#content .about-info > ul > li > i {
  font-size: 18px;
  font-style: normal;
  color: var(--primary-text-color);
  margin-right: 12px;
}
#content .about-info > ul > li > a {
  font-size: 20px;
  font-weight: 300;
  color: var(--primary-text-color);
  line-height: 1.8;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#content .about-info > ul > li > a:hover {
  opacity: 0.8;
}
#content .about-smis {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
#content .about-smis > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: transparent !important;
  font-size: 20px;
  color: var(--primary-color);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin: 0 5px;
  border: 1px solid var(--primary-text-color);
}
#content .about-smis > a:hover {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--secondary-color) !important;
}
#content .about-smis > a + a {
  margin-left: 8px;
}
#content .about-smis > a i {
  font-style: normal;
}
#content .about-cta {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 49px;
  padding: 0 16px;
}
#content .about-cta div {
  padding: 7px;
}
#content .entry .about-cta a {
  width: 340px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
  #content .about-info > ul > li + li {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  #content .about-img {
    width: 100%;
  }
  #content .about-img:after {
    display: none;
  }
  #content .about-inner {
    margin: 0 -10vw;
  }
}
@media only screen and (max-width: 991px) {
  #content .about-inner {
    margin: 0;
  }
  #content .about-main {
    padding: 20px 0 0;
  }
  #content .about-main .default_title {
    font-size: 45px;
  }
  #content .about-main .default_title span {
    margin: 0;
  }
  #content .about-img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #content .about-img:after {
    display: none;
  }
  #content .about-info > ul > li {
    width: 100%;
    justify-content: center;
  }
  #content .about-info > ul > li + li {
    margin-left: 0;
    margin-top: 10px;
    border: 0;
  }
  #content .about-info > ul > li .ai-font-envelope {
    font-size: 14px;
  }
  #content .about-cta {
    margin-top: 0;
    flex-flow: column wrap;
  }
  #content .entry .about-cta a {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #content .about-main {
    padding-top: 0;
  }
  #content .about-inner {
    margin: 0;
  }
  #content .about-info > ul > li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  #content .about-img {
    float: none;
    width: 100%;
  }
  #content .about-img:after {
    display: none;
  }
}
