.sponsoring-page .sponsoring-container {
  width: 100%;
  max-width: 52%;
  padding: 64px 56px 100px 47px;
}
.sponsoring-page .sponsoring-page-right-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: calc((100% - 495px) / 2);
  height: 100vh;
}
.sponsoring-page .sponsoring-page-right-container .sponsoring-page-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sponsoring-page h1 {
  margin-bottom: 48px;
}
.sponsoring-page .sponsoring, .sponsoring-page .previous-sponsoring {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.sponsoring-page .sponsoring-single, .sponsoring-page .previous-sponsoring-single {
  display: flex;
}
.sponsoring-page .sponsoring-single::before, .sponsoring-page .previous-sponsoring-single::before {
  content: "";
  display: inline-block;
  background-image: url(../../img/reterra-star.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  flex: 1 0 auto;
}
.sponsoring-page .sponsoring-single {
  flex-direction: column;
  align-items: start;
  margin-bottom: 48px;
}
.sponsoring-page .sponsoring-single::before {
  width: 29px;
  height: 29px;
  margin-bottom: 18px;
}
.sponsoring-page .sponsoring-single-logo {
  height: 37px;
  width: 163px;
  object-fit: contain;
  object-position: left;
  margin-bottom: 16px;
}
.sponsoring-page .sponsoring-single-title {
  margin-bottom: 24px;
}
.sponsoring-page .sponsoring-single:last-child {
  margin-bottom: 64px;
}
.sponsoring-page .previous-sponsoring-title {
  margin-bottom: 24px;
  font-size: 32px;
  letter-spacing: normal;
  line-height: normal;
  font-weight: normal;
  color: #8A2628;
}
.sponsoring-page .previous-sponsoring-single {
  flex-direction: row;
  align-items: center;
}
.sponsoring-page .previous-sponsoring-single::before {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.sponsoring-page .previous-sponsoring-single p, .sponsoring-page .previous-sponsoring-single a {
  line-height: 28px;
}
@media only screen and (max-width: 992px) {
  .sponsoring-page h1, .sponsoring-page .previous-sponsoring-title {
    margin-bottom: 32px;
  }
  .sponsoring-page .sponsoring-container {
    width: 100%;
    max-width: 100%;
    padding: 32px 16px 64px;
  }
  .sponsoring-page .sponsoring-page-right-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .sponsoring-page .sponsoring-page-right-container .sponsoring-page-thumb {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
