#section-our-partner {
  width: 80%;
  margin: 152px auto auto auto;
}

#section-our-partner .row {
  align-items: flex-start;
}

#section-our-partner .row .text-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.partners-type-list,
.eligibility-cee-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.partners-type-item {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  grid-template-rows: repeat(2, min-content);
  grid-gap: 20px;
}

.eligibility-cee-item {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, min-content);
  grid-gap: 20px;
  justify-content: flex-start;
}

.our-partner-img {
  width: 40%;
}

#section-works-supported {
  width: 70%;
  margin: 236px auto auto auto;
  background: #f8f8f8;
  box-shadow: 0px 3px 16px #00000017;
  border-radius: 16px;
  padding: 50px;
}

#section-works-supported .section-title {
  font-size: 4rem;
  color: var(--primary);
}

#section-works-supported .section-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 50px;
  gap: 45px;
}

.work-text-container {
  display: flex;
  flex-direction: column;
}

.work-title {
  font-size: 24px;
}

.work-details {
  width: 75%;
}

.work {
  display: flex;
  align-items: center;
  gap: 28px;
}

#section-prime-cee {
  width: 80%;
  margin: 112px auto auto auto;
}

#section-prime-cee .section-title {
  font-size: 35px;
  margin-bottom: 40px;
  color: var(--primary);
}

.section-text-container {
  display: flex;
  justify-content: space-between;
  gap: 127px;
}

.section-text-container .text-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#section-prime-cee .eligibility-cee-img {
  margin: 95px 0 126px 0;
  width: 100%;
}

#section-assembly {
  width: 80%;
  margin: 145px auto auto auto;
  color: var(--text-color);
}

#section-assembly .section-title {
  font-size: 89px;
}

#section-assembly .text-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.assembly-steps-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto, 1fr);
  place-items: start;
  grid-gap: 41px;
  margin-top: 128px;
}

.step {
  display: flex;
  align-items: center;
  gap: 30px;
}

.step-title {
  font-size: 20px;
}

@media screen and (max-width: 1408px) {
  #section-assembly .section-title {
    font-size: 64px;
  }
}

@media screen and (max-width: 1327px) {
  #section-works-supported .section-container .section-title {
    font-size: 60px;
    bottom: 60px;
  }

  #section-works-supported .section-grid {
    column-gap: 50px;
    row-gap: 15px;
  }

  .work-title {
    font-size: 22px;
  }

  .work-details {
    width: 85%;
  }

  .assembly-steps-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}

@media screen and (max-width: 1167px) {
  #section-our-partner {
    width: 100%;
  }
  #section-our-partner .row .text-container {
    width: 90%;
    margin: auto;
  }
  #section-our-partner .row {
    flex-direction: column;
  }
  #section-our-partner .row img {
    width: 80%;
    margin: auto 0 auto auto;
    height: 400px;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
  }
}

@media screen and (max-width: 925px) {
  .page-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 1288px) {
  #section-works-supported .section-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 1283px) {
  #section-works-supported .section-container .leaf {
    width: 35%;
  }

  #section-works-supported .section-container .leaf:nth-of-type(3) {
    left: 10%;
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 1065px) {
  #section-works-supported {
    height: auto;
    padding-bottom: 150px;
  }

  #section-our-partner .row img {
    width: 80%;
  }
  #section-works-supported .section-grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  #section-works-supported .section-grid .work {
    width: 100%;
  }
  #section-works-supported .section-grid .work:nth-child(odd) {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
  #section-prime-cee .section-text-container {
    flex-direction: column;
    gap: 50px;
  }
  .eligibility-cee-list {
    align-items: flex-start;
  }

  #section-works-supported .section-container .section-title {
    font-size: 48px;
    bottom: 50px;
  }

  #section-assembly .section-title {
    font-size: 48px;
  }

  #section-works-supported .section-container .leaf {
    width: 60%;
  }
  #section-works-supported .section-container .leaf:first-of-type {
    transform: rotate(60deg);
  }
  #section-works-supported .section-container .leaf:nth-of-type(2) {
    left: 50%;
    top: 10%;
    transform: rotate(-90deg);
  }
  #section-works-supported .section-container .leaf:nth-of-type(3) {
    left: -10%;
    top: 50%;
    transform: rotate(90deg);
  }
  #section-works-supported .section-container .leaf:last-of-type {
    right: -20%;
  }
}

@media screen and (max-width: 598px) {
  #section-works-supported .section-grid .work:nth-child(odd) {
    flex-direction: column;
  }
  #section-works-supported .section-grid .work {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .partners-type-item {
    display: flex;
  }

  #section-our-partner .row .partners-type-item img {
    width: 24px;
    margin: 0;
  }
}

@media screen and (max-width: 810px) {
  #section-works-supported .section-container .section-title {
    font-size: 38px;
    bottom: 40px;
  }
}

@media screen and (max-width: 759px) {
  #section-assembly .section-title {
    font-size: 42px;
  }
  .step-number {
    width: 72px;
  }
}

@media screen and (max-width: 759px) {
  #section-assembly .section-title {
    text-align: center;
  }
}

@media screen and (max-width: 641px) {
  #section-works-supported .section-container .section-title {
    font-size: 32px;
    bottom: 35px;
  }
}

@media screen and (max-width: 641px) {
  #section-works-supported .section-container .section-title {
    font-size: 28px;
    bottom: 30px;
  }
  #section-works-supported .section-container .leaf {
    width: 80%;
  }
  #section-works-supported .section-container .leaf:nth-of-type(2) {
    left: 20%;
    top: 25%;
  }
  #section-works-supported .section-container .leaf:nth-of-type(3) {
    left: -10%;
    top: 50%;
  }
  #section-works-supported .section-container .leaf:last-of-type {
    right: -20%;
    top: 75%;
  }
}

@media screen and (max-width: 517px) {
  #section-works-supported .work {
    align-items: flex-start;
    flex-direction: column;
  }
  .step {
    flex-direction: column;
    align-items: flex-start;
  }

  .work-details {
    width: auto;
  }
}

@media screen and (max-width: 473px) {
  #section-works-supported .section-container .section-title {
    font-size: 24px;
    bottom: 25px;
  }
}
