/* - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - 
	Style
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.about-mv{
  position: relative;
  width: 100vw;
  height: calc(100vh - 150px) !important;
  background-position: center;
  background-size: cover;
  margin-bottom: 3rem;
}

.about-message-title{
	font-size: 2.25rem;
	line-height: 2.5rem;
  margin-bottom: 0!important;
}

.about-text{
  line-height: 2 !important;
  word-break: keep-all;
  margin-bottom: 0!important;
}

.our-activities-items{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.84rem;
}

.our-activities-item{
  padding-left: 2rem;
}

.our-activities-item img{
  margin-inline: auto;
}

@media screen and (max-width: 781px) {
  .our-activities-item{
    padding-left: 0;
  }
}

@media screen and (max-width: 639px) {
  .about-mv{
    height: calc(100vh - 250px) !important;
  }
  .about-message-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}