:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  height: auto;
}

.container {
  height: 100%;
  max-width: 1200px;
}

.actors-container {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.actor-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.actor-image-block {
  width: 150px;
  border: 2px solid #ab0101;
  border-radius: 100%;
  padding: 10px;
}

.image {
  border-radius: 100%;
  overflow: auto;
}

.actor-name {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.body {
  font-family: Poppins, sans-serif;
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-3 {
  background-image: url('../images/396444680_18384288820006002_3061367808650167840_n-11-1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rich-text-block {
  font-size: 16px;
}

.section-block {
  width: auto;
  background-image: url('../images/396444680_18384288820006002_3061367808650167840_n-11-1.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-2 {
  justify-content: flex-end;
  display: flex;
}

.header-block {
  height: 80vh;
  background-image: url('../images/674UnasemanaNadamas_2024.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rich-text-block-2 {
  width: auto;
  text-align: left;
}

.main-block {
  width: 60%;
}

.button {
  background-color: #ab0101;
  border-radius: 15px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 2px 3px 7px 2px rgba(0, 0, 0, .3);
}

.footer {
  height: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.mobile-img {
  display: none;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .header-block {
    height: 50vh;
    background-position: 50% 0;
  }
}

@media screen and (max-width: 767px) {
  .section-block {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .header-block {
    height: 40vh;
  }

  .rich-text-block-2 {
    text-align: center;
  }

  .main-block {
    width: 100%;
    text-align: center;
    display: block;
  }

  .heading {
    font-size: 30px;
    line-height: 36px;
  }

  .mobile-img {
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .actors-container {
    flex-direction: column;
  }

  .actor-block {
    margin-bottom: 20px;
  }

  .section-block {
    padding-left: 0;
    padding-right: 0;
  }

  .header-block {
    height: 200px;
  }

  .rich-text-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}


