.partners .school-block,
.partners .partner-block {
  margin-left: 50px;
  margin-right: 50px;
  border-radius: 40px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 36px 56px 73px;
}

.partners .school-block-grid,
.partners .partner-block-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 65px;
  row-gap: 47px;
  margin-top: 26px;
}

.partners h2 {
  font-size: 35px;
  line-height: 1.14;
}

.partners .block-wrapper,
.partners .page-top-banner {
  margin-bottom: 60px;
}

.partners .page-top-banner {
  padding: 41px 65px;
}

.partners .block-wrapper {
  padding: 0;
}

.partners .questions {
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.partners .question {
  border-radius: 30px;
  background-color: #F6F5FF;
  width: calc(50% - 15px);
}

.partners .question-toggle {
  position: relative;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  padding: 30px 32px;
  display: flex;
  column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.partners .question-toggle::after {
  content: url("data:image/svg+xml,%3Csvg width='21.349243' height='25.000000' viewBox='0 0 21.3492 25' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector' d='M0.39 13.47C0.94 12.88 1.84 12.86 2.4 13.43L10.67 21.73L18.93 13.43C19.5 12.86 20.4 12.88 20.95 13.47C21.49 14.06 21.47 15 20.91 15.57L12.15 24.37C11.32 25.2 10.02 25.2 9.19 24.37L0.43 15.57C-0.13 15 -0.15 14.06 0.39 13.47ZM2.4 0.41C1.84 -0.16 0.94 -0.14 0.39 0.45C-0.15 1.04 -0.13 1.99 0.43 2.55L9.19 11.36C10.02 12.19 11.32 12.19 12.15 11.36L20.91 2.55C21.47 1.99 21.49 1.04 20.95 0.45C20.4 -0.14 19.5 -0.16 18.93 0.41L10.67 8.72L2.4 0.41Z' fill='%238292A1' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}

.partners .open .question-toggle::after {
  content: url("data:image/svg+xml,%3Csvg width='21.349243' height='25.000000' viewBox='0 0 21.3492 25' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector' d='M0.39 11.52C0.94 12.11 1.84 12.13 2.4 11.56L10.67 3.26L18.93 11.56C19.5 12.13 20.4 12.11 20.95 11.52C21.49 10.93 21.47 9.99 20.91 9.42L12.15 0.62C11.32 -0.21 10.02 -0.21 9.19 0.62L0.43 9.42C-0.13 9.99 -0.15 10.93 0.39 11.52ZM2.4 24.58C1.84 25.15 0.94 25.13 0.39 24.54C-0.15 23.95 -0.13 23 0.43 22.44L9.19 13.63C10.02 12.8 11.32 12.8 12.15 13.63L20.91 22.44C21.47 23 21.49 23.95 20.95 24.54C20.4 25.13 19.5 25.15 18.93 24.58L10.67 16.27L2.4 24.58Z' fill='%238292A1' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}

.partners .question-body {
  display: none;
  flex-direction: column;
  row-gap: 24px;
  padding: 0 75px 34px 32px;
}

.partners .question-block {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 25px 30px 25px 35px;
}

.partners .question-block+.question-block {
  margin-top: 24px;
}

.partners .questions-title {
  color: #4173F2;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 500;
  margin-bottom: 10px;
}

.partners .questions-text {
  line-height: 1.25;
}

.partners .questions-text span {
  color: #4173F2;
  font-weight: 500;
}

.partners .questions-text ul {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 26px;
}

.partners .questions-text li {
  margin-top: 10px;
}

.partners .questions-text a {
  margin-top: 5px;
  display: inline-block;
}

@media screen and (max-width: 786px) {
  .partners .block-wrapper,
  .partners .page-top-banner {
    margin-bottom: 30px;
  }

  .partners .page-top-banner {
    padding: 17px;
  }

  .partners .banner-inner-title {
    margin-left: -3px;
    margin-bottom: -10px;
  }

  .partners h2 {
    font-size: 22px;
    line-height: 1.14;
  }

  .partners .school-block,
  .partners .partner-block,
  .partners .questions {
    margin: 0;
  }

  .partners .school-block,
  .partners .partner-block {
    border-radius: 20px;
    padding: 24px 29px 55px;
  }

  .partners .school-block-grid,
  .partners .partner-block-grid {
    margin-top: 16px;
    row-gap: 40px;
  }

  .partners .school-block-grid {
    column-gap: 30px;
  }

  .partners .partner-block-grid {
    column-gap: 38px;
  }

  .partners .questions {
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: flex-start;
  }

  .partners .question {
    width: 100%;
    border-radius: 15px;
  }

  .partners .question-toggle::after {
    content: url("data:image/svg+xml,%3Csvg width='13.000000' height='15.000000' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector' d='M0.24 8.08C0.57 7.72 1.12 7.71 1.46 8.05L6.5 13.04L11.53 8.05C11.87 7.71 12.42 7.72 12.75 8.08C13.08 8.43 13.07 9 12.73 9.34L7.4 14.62C6.89 15.12 6.1 15.12 5.59 14.62L0.26 9.34C-0.08 9 -0.09 8.43 0.24 8.08ZM1.46 0.24C1.12 -0.1 0.57 -0.09 0.24 0.27C-0.09 0.62 -0.08 1.19 0.26 1.53L5.59 6.81C6.1 7.31 6.89 7.31 7.4 6.81L12.73 1.53C13.07 1.19 13.08 0.62 12.75 0.27C12.42 -0.09 11.87 -0.1 11.53 0.24L6.5 5.23L1.46 0.24Z' fill='%238292A1' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  }

  .partners .open .question-toggle::after {
    content: url("data:image/svg+xml,%3Csvg width='13.000000' height='15.000000' viewBox='0 0 13 15' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector' d='M0.24 6.91C0.57 7.27 1.12 7.28 1.46 6.94L6.5 1.95L11.53 6.94C11.87 7.28 12.42 7.27 12.75 6.91C13.08 6.56 13.07 5.99 12.73 5.65L7.4 0.37C6.89 -0.13 6.1 -0.13 5.59 0.37L0.26 5.65C-0.08 5.99 -0.09 6.56 0.24 6.91ZM1.46 14.75C1.12 15.09 0.57 15.08 0.24 14.72C-0.09 14.37 -0.08 13.8 0.26 13.46L5.59 8.18C6.1 7.68 6.89 7.68 7.4 8.18L12.73 13.46C13.07 13.8 13.08 14.37 12.75 14.72C12.42 15.08 11.87 15.09 11.53 14.75L6.5 9.76L1.46 14.75Z' fill='%238292A1' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  }

  .partners .question-toggle {
    font-size: 14px;
    line-height: 16px;
    padding: 20px 16px;
    column-gap: 20px;
  }

  .partners .question-body {
    row-gap: 14px;
    padding: 0 28px 24px;
  }

  .partners .question-block {
    border-radius: 15px;
    padding: 20px;
  }

  .partners .question-block+.question-block {
    margin-top: 12px;
  }

  .partners .questions-title {
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .partners .questions-text {
    font-size: 12px;
  }

  .partners .questions-text span {
    color: #4173F2;
    font-weight: 500;
  }

  .partners .questions-text ul {
    padding-left: 18px;
  }
}