.title h1 {
  font-weight: 700 !important;
  font-size: 56px !important;
  line-height: 66px !important;
}

.hero .text-block .bottom-text {
  margin-top: auto;
}
.hero img {
  display: block;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.back-button {
  margin-top: 20px;
}

.button-back {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;

  width: 253px;
  height: 44px;

  background: #e9ebe4;
  border-radius: 30px;

  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;

  color: #18391f;
  transition: 0.3s;
}

.button-back:hover {
  color: #18391f;
  background: #f1b314;
}

.content-block {
  display: flex;
  /* flex-direction: column; */
  align-items: flex-start;
  padding: 80px 40px;
  gap: 40px;
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid #e9ebe4;
  border-radius: 30px;
  height: 100%;
}

.content-block h1 {
  font-weight: 700 !important;
  font-size: 48px !important;
  color: #2e4e35;

  line-height: 56px;
}

.content-block p {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;

  color: #2e4e35;
}

.content-block a {
  color: #f1b314;
}

.content-block a:hover {
  color: #f1b314;
}

.block-title {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}

.block-title div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block-description {
  font-family: "Raleway";
  font-size: 14px;
  font-weight: 600;
  color: #2e4e35 !important;
}

.partners-form-wrapper {
  background: #E9EBE4;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  width: 325px;
  box-sizing: border-box;
  padding: 20px;
  flex-shrink: 0;
}

.upper-text {
  color: #2E4E3566;
  font-size: 14;
  font-family: "Raleway";
}

.partners-form-wrapper img {
  border-radius: 16px;
  width: 285px;
  height: 120px;
  object-fit: cover;
}

.partners-form-wrapper h3 {
  font-size: 20px;
  font-family: "Raleway";
  color: #2E4E35;
  font-weight: 700;
  margin-bottom: 0;
}

.partners-form-input {
  border-radius: 12px !important;
  width: 100%;
  margin-bottom: 20px;
  border: none !important;
  display: block;
  font-weight: 500 !important; 
  font-size: 14px !important;
  padding: 11px 10px !important;
  font-family: "Raleway" !important;
  color: #2E4E35 !important;
}

.partner-form-button {
  display: block !important;
  width: 100% !important;
  margin-bottom: 0 !important;

    background: #f1b314 !important;
    border-radius: 30px !important;
    padding: 12px 24px !important;
    text-align: center !important;
    color: #2e4e35 !important;
    border: none !important;
    font-family: Raleway !important;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
}

.calculator-icon {
  height: 56px;
}

input:read-write:focus {
  box-shadow: none !important;
}

.video-tutorial {
  margin-top: 30px !important;
}
.banner-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  gap: 20px;
  min-width: 35%;
  background: #e9ebe4;
  border: 1px dashed #e9ebe4;
  border-radius: 20px;
  /* flex: none; */
  /* min-height: 100%; */
  flex-grow: 1;
}

.banner-img img {
  height: auto;
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
}
.banner-text h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;

  color: #2e4e35;

  opacity: 0.4;
  margin-bottom: 20px !important;
}
.banner-text a {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-decoration-line: underline;
  margin-bottom: 20px;
  color: #f1b314;
}

.banner-text p {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;

  color: #2e4e35;
}

.block-content-wrapper {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.tutorial-block-wrapper {
  padding: 20px;
  gap: 24px;
  border: 1px solid #e9ebe4;
  border-radius: 30px;
  display: block;
}
.tutorial-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tutorial-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.tutorial-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;

  background: #e9ebe4;
  border-radius: 30px;
}

.tutorial-link {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #2e4e35;
}

.tutorial-toggle-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  width: 182px;
  height: 43px;
  background: #f1b314;
  border-radius: 30px;
  border: none;

  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;

  color: #18391f;

  transition: opacity 300ms ease;
}
.tutorial-toggle-btn:hover {
  opacity: 0.9;
  background: #f1b314;
  color: #18391f;
}

.tutorial-video-block {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  transition: max-height 0.5s ease, opacity 0.3s ease, padding 0.3s ease;
}

.tutorial-video-block.active {
  max-height: 500px;
  opacity: 1;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .banner-img img {
    max-height: 100%;
  }
  .content-block {
    flex-direction: column;
    gap: 16px;
  }
  .video-tutorial {
    margin-top: 20px !important;
  }

  .tutorial-icon {
    min-width: 56px;
  }

  .tutorial-block {
    flex-direction: column;
    gap: 16px;
  }

  .block-content-wrapper {
    display: block;
  }

  .calculator-block.container {
    /* margin-bottom: 40px !important; */
  }
  .page-id-205 .video-tutorial {
    margin-bottom: 20px !important;
  }

  .banner-container {
    flex-direction: column;
    margin-top: 16px;
    width: 100%;
  }
  .content-block h1 {
    font-size: 28px !important;
    line-height: 28px !important;
  }

  .content-block {
    padding: 40px 20px;
  }

  .content-block p {
    font-size: 16px;
    line-height: 22px;
  }

  .block-description {
    display: none;
  }

  .calculator-icon {
    height: 56px;
    margin-right: 5px;
  }
}
