.content-sec img {
  width: 400px;
  height: auto;
}

.content-sec .img-misi {
  display: flex;
  justify-content: end;
  margin-right: -20px;
  /* overflow: hidden; */
}

.content-sec h2 {
  color: #1e1e1e;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 55px;
}

.content-sec p {
  line-height: 35px;
}

.wrapper_buttonpdf a {
  background-color: #cfcfcf;
  padding: 15px;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin-top: 20px;
}
.wrapper_buttonpdf a:hover {
  background-color: #37a2d6;
}

/* brekpoint */
@media (max-width: 576px) {
  .content-sec {
    flex-direction: column;
  }

  .content-sec img {
    width: 250px;
  }
}
