.body {
  background-color: #181047;
}

.section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block {
  font-family: Merriweather, serif;
  font-size: 50px;
  line-height: 50px;
}

.section-2 {
  color: #ffce02;
  background-color: #181047;
  background-image: url('../images/BG2.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-61 {
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-27 {
  color: #ffce02;
  text-align: right;
  -webkit-text-stroke-width: 1px;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

.text-block-27._2 {
  color: #ffce02;
  text-align: left;
}

.div-block-62 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 70%;
}

.div-block-65 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-28 {
  font-family: Merriweather, serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

@media screen and (min-width: 1920px) {
  .image-2 {
    width: 45%;
  }
}

@media screen and (max-width: 991px) {
  .section-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .text-block-28 {
    font-size: 30px;
  }
}


