.ip-banner .container {
  width: 100%;
  max-width: 1530px;
}
#inner-page-wrapper {
  margin-bottom: 60px;
  padding: 0;
  overflow: hidden;
}
#inner-page-wrapper > .container {
  width: 100%;
}
#inner-page-wrapper:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.25;
}
#inner-page-wrapper > .max-container {
  position: relative;
  z-index: 7;
  width: 100%;
  max-width: 100%;
}

.page-template-template-about #content-sidebar {
  margin-top: 39px;
}
.page-template-template-about #content-full {
  margin-top: 39px;
}

.ip-about #welcome {
  position: relative;
  padding: 40px 0;
}
.ip-about #welcome .welcome-right {
  float: right;
  width: 38.4%;
  padding: 0 0 2% 6%;
}
.ip-about #welcome .welcome-right .welcome-agent {
  position: relative;
}
.ip-about #welcome .welcome-right .welcome-agent img {
  width: 100%;
  display: block;
}
.ip-about #welcome .welcome-left {
  width: 100%;
}
.ip-about .welcome-text {
  width: 100%;
  padding-bottom: 60px;
}
.ip-about .welcome-text .section-title-a {
  padding: 40px 0 20px;
  margin: 0;
  text-align: left;
  font-family: var(--heading-font), serif;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #000;
  font-weight: 600;
  font-size: 40px;
  text-transform: uppercase;
}
.ip-about #content .welcome-text .section-title-a h1 {
  font-weight: 600;
  font-size: 40px;
  margin: 0;
}
.ip-about #content .welcome-text .section-title-a h2 {
  font-weight: 600;
  font-size: 40px;
  margin: 0;
}

#content p {
  text-align: left;
  margin: 28px 0;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #000;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1199px) {
  .ip-banner .container {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 991px) {
  .ip-about #welcome {
    padding: 0;
  }
  .ip-about #welcome .welcome-right {
    float: none;
    width: 100%;
    padding: 0;
  }
}
