.aec-button {
  display: none;
}

.main {
  width: auto;
  padding: 0 !important;
}

.main__content {
  font-size: 1.1rem;
  line-height: 1.7;
  min-width: auto;
}

section {
  position: relative;
  padding: 50px 0;
}

section h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 52px;
}

section h2 {
  font-size: 28px;
  margin-bottom: 1.6rem;
}

section a.cta {
  position: relative;
  font-size: 22px;
  padding: 10px 26px;
  border-width: 3px;
  line-height: 1.5;
  flex-basis: 0;
}

section.columns {
  padding: 120px 0 80px 0;
  background-color: #e4dfdf73;
}

section.gradient {
  background-image: linear-gradient(to left, #6D011E, #A11E41, #CA325B);
}

section.paw::before {
  content: '';
  display: block;
  background-image: url(/templates/paw.svg);
  background-repeat: no-repeat;
  background-size: auto 130%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

section.columns {
  font-family: 'Roboto', sans-serif;
}

section.columns .container {
  padding: 0;
}

section.columns .col-md {
  border-left: 1px solid #ead7db;
  margin: 10px 0;
  padding: 10px 5px 10px 25px;
}

section.columns .col-md:first-of-type {
  border: none;
}

section.columns h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: normal;
}

section.columns ul {
    padding: 0px;
    margin: 0px;
}

section.columns ul li {
    list-style-type: none;
    opacity: 0.8;
    line-height: 2.1;
}

section.contacts {
  background-color: #A11E41;
  color: #FFF;
  padding: 50px 0;
}

section.contacts a {
  color: #FFF;
}

section.team {
  background-color: #e4dfdf;
}

section.team .photo {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: auto;
  background-position: bottom center;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border: 2px solid #FFF;
}

.footer-wrapper {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .header-wrapper {
    position: relative;
  }
  .container {
    width: auto;
  }

  section.action-buttons .action {
    margin-bottom: 50px;
  }
}


.mobile-subheader {
  display: none;
}

.navbar {
  display: none !important;
}