.main-entry {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;

  img {
    width: 100%;
  }

  .overlay-caption {
    z-index: 10;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    flex-direction: column;

    .info {
      background: #00000099;
      width: 600px;
      border-radius: 10px;
      padding: 16px;
      text-align: center;
      color: #fff;
      font-size: 40px;

      .title {
        margin-bottom: 24px;
        margin-top: 10px;
      }
    }
  }
}

.pp-content {
  width: 80%;
  margin: 30px auto;
  text-align: right !important;
  direction: rtl;
  .section {
    margin-bottom: 40px;
    text-align: justify;

    .title {
      font-weight: bold;
      font-size: 20px;
    }

    .description {
      color: rgb(75, 75, 75);
    }
  }
}
