img {
  height: auto;
}

/* Typography */
@media (min-width: 992px) {
  .h2-lg h2 {
    font-size: 48px;
  }
  .h2-xl h2 {
    font-size: 56px;
  }
  .h3-lg-bold h3 {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .h3-lg h3 {
    font-size: 1.5rem;
  }
}

/* Gallery */
.about_gallery .masonry-fitrows.spacing-p-2>.masonry-item,
.about_gallery .masonry.spacing-p-2>.masonry-item {
  padding: 2.5px
}
.about_gallery img {
  border-radius: 0;
  transition: all 1s ease;
}
.about_gallery .gallery-item .relative {
  overflow: hidden;
}
  .about_gallery .prebuilt-hover:hover {
    transform: translateY(0);
  }
  .about_gallery .prebuilt-hover:hover img {
    transform: scale(1.1);
  }

/* Team */
.about_team .team-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_team .team-item h4,
.about_team .team-item p {
  width: 100%;
}
.about_team .team-item h4 {
  font-size: 1.5rem;
}
.about_team .team-item p.text-sm.tracking-widest {
  color: var(--primary)
}

@media (min-width: 768px) {
  .about_banner-image {
    margin-top: -30%;
  }
/*   .about_team .team-item div:nth-last-child(1) {
    width: 100%;
  } */
}

/* Inline Form */
.inline-button-form form {
  position: relative;
  width: 100%;
}
.inline-button-form .hs-form-field {
  width: 100%;
}
.inline-button-form .field {
  margin-bottom: 0;
}
.inline-button-form .hs-form-field .hs-input {
  padding: 1.5rem!important;
  padding-right: 12rem!important;
}
.inline-button-form .hs-submit {
  position: absolute;
  top: 50%;
  right: 1.7rem;
  transform: translate(0, -50%);
}
.inline-button-form .hs-submit .hs-button {
  padding: 0.9rem 2rem;
}
.inline-button-form .hs-error-msgs.inputs-list {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .inline-button-form .hs-form-field .hs-input {
    padding: 1.25rem 10rem 1.25rem 1rem!important;
  }
  .inline-button-form .hs-submit {
    right: 1rem;
  }
  .inline-button-form .hs-submit .hs-button {
    padding: 0.75rem 1.75rem;
  }
}
@media (max-width: 450px) {
  .inline-button-form form {
    flex-wrap: wrap;
  }
  .inline-button-form .hs-form-field .hs-input {
    padding: 1rem 1.25rem!important;
  }
  .inline-button-form .hs-submit {
    position: unset;
    width: 100%;
    transform: unset;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 885px) {
  .exmon-case-study-hero-img {
    margin-bottom: -12rem;
  }
}
.tablet-view a {
  width: 100%;
  
}

/* Icon Box */
.icon-box-heading-lg h3 {
  font-size: 1.5rem;
}
.icon-box-heading-xl h3 {
  font-size: 1.75rem;
}

/* Curve Divider */
@media (min-width: 992px) and (max-width: 1366px) {
  .curve-divider-bottom {
    margin-top: -173px!important;
  }
  .curve-divider-top .divider_shape {
    height: 100%;
  }
}
.curve-top:before {
  content: '';
  width: 100%;
  height: 6rem;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://6479675.fs1.hubspotusercontent-na1.net/hubfs/6479675/exmon/images/curve.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.curve-bottom: {
  position: relative;
}
.curve-bottom:after {
  background-image: url(https://6479675.fs1.hubspotusercontent-na1.net/hubfs/6479675/exmon/images/curve-bottom.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 6rem;
  left: 0;
  position: absolute;
  bottom: -96px;
  width: 100%;
}

/** Blog Post **/
/* Banner */
.blog-post-03_banner {
  background-color: #3a4971;
}

.blog-post-03 .blog-post-03_mins-read:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  height: 0.3rem;
  width: 0.3rem;
  background: var(--white);
  opacity: .6;
  border-radius: 50%;
}

.blog-post-03 .blog-post-03_related-post {
  background-color: #f6f5fd;
}
.blog-post-03 .blog-post-03_related-post-view-all-btn {
  line-height: 1.2;
}
.blog-post-03 .blog-post-03_share-post-button {
  background-color: #fedf38;
  color: #202a42;
}
/*   @media (min-width: 992px) {
.blog-post-03 .dnd-section-small {
padding-left: 30%;
padding-right: 30%;
}
.blog-post-03 .row-fluid-small {
margin-left: calc(-4% / 2 );
margin-right: calc(-4% / 2 );
}
} */

/* Post Body */
.blog-post-body {
  max-width: 991px;
  margin: auto;
}

/* Related Post*/
.blog-post-03_related-post {
  padding-top: 12rem;
}
@media (min-width: 768px) {
  .blog-post-03 .blog-post-03_email-input {
    padding-right: 8rem !important;
  }
  .blog-post-03 .blogPost03_email-button {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .blog-post-03 .blogPost03_email-button {
    display: inline-flex;
    margin-top: 1rem;
  }
  .blog-post-03_related-post {
    padding-top: 10rem;
  }
}