* {
  user-select: none;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  overflow-x: hidden;
  font-family: "PT Sans", sans-serif;
}

.content_container-left h5 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
  padding: 20px 50px;
}

.content_container-left p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  margin-bottom: 15px;
  text-align: justify;
  text-indent: 2rem;
}

.download {
  margin-top: 40px;
}

.download > a {
  color: #b81f1f !important;
  font-size: 20px;
  margin-top: 60px;
}

/* .download {
  margin-top: 40px;
}

.download > a {
  color: #b81f1f !IMPORTANT;
  font-size: 20px;
  margin-top: 60px;
} */

/* .section-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
  justify-content: space-around;
  min-height: 500px;
}

.section-container .columns {
  flex: 0 0 auto;
  width: 50%;
}

.section-container .columns.content .content-container {
  padding: 40px 70px;
}

.columns.image {
  width: 400px;
  align-self: center;
}

.columns.image img {
  height: 400px;
}

.section-container .columns.content .content-container h5 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}

.section-container .columns.content .content-container p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  margin-bottom: 15px;
  text-align: justify;
  text-indent: 2rem;
} */

/* responsive */
@media screen and (max-width: 1152px) {
  .main_content-description {
    padding: 60px 50px 0 50px !important;
  }
}

@media screen and (max-width: 768px) {
  /* .section-container {
    flex-flow: row wrap;
  }

  .section-container .columns.image {
    display: flex;
    order: 1;
    width: 100%;
    height: 400px;
    margin-top: 30px;
    justify-content: center;
  }

  .section-container .columns.content {
    display: block;
    order: 2;
    width: 100%;
  }

  .section-container .columns.content .content-container {
    padding: 20px 35px;
  }

  .section-container .columns.content .content-container h5 {
    margin-bottom: 5px;
  } */

  .main_content-description {
    padding-top: 60px !important;
  }

  .main_content-description img {
    width: 100px;
  }

  .content_container-left {
    padding: 0 45px !important;
  }

  .content_container-left h5 {
    padding: 15px 0;
    margin: 0;
  }

  .first {
    order: 2;
  }

  .second {
    order: 1;
  }
}

@media screen and (max-width: 448px) {
  .content_container-left {
    padding: 0 25px !important;
  }
}
