.a-cc-div {
  font-family: var(--font-museo-sans);
  font-weight: 500;
  padding: 40px 20px 0px 20px;
}

.a-sec {
  overflow: hidden;
  background: #fff;
  color: #4e4e4e;
  text-align: justify;
  font-size: 14px;
  font-family: var(--font-museo-sans);
  font-weight: 500;
}

.a-body-img {
  height: auto;
  width: 50%;
  display: block;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}
@media (max-width: 768px) {
  .a-body-img {
    width: 100%;
  }
}

.a-h3-h3 {
  margin-bottom: 15px;
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: 0;
  font-family: var(--font-museo-sans);
  font-weight: 500;
  color: #232323;
  line-height: normal;
}

.a-sec-b {
  color: #4e4e4e;
  text-align: justify;
  font-size: 14px;
  font-family: var(--font-museo-sans);
  font-weight: 500;
}

.pt-h6 {
  margin: 0 0 15px;
  font-family: var(--font-museo-sans);
  font-weight: 300;
  font-size: 0.9rem;
  color: #232323;
  text-align: center;
}

.pt-div {
  margin-bottom: 20px;
  text-align: center;
}

.pt-bann-div {
  margin-top: 5vh;
}
@media (max-width: 768px) {
  .pt-bann-div {
    margin-top: 0vh;
    margin-bottom: 7vh;
  }
}

.pt-bann-h5 {
  font-family: var(--font-museo-sans);
  font-weight: 300;
}

.pt-bann-h2 {
  font-family: var(--font-museo-sans);
  font-weight: 500;
}

.pt-bann-sec {
  padding: 40px 0;
  overflow: hidden;
  background: #f7f7f7;
}
