section.sponsor {
  background: #FDF7E3;
}

.info-txt {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.info-txt h3 {
  width: 100%;
  padding-left: 0px;
  color: #525355;
  text-align: left;
  font-weight: bold;
}

@media (max-width: 1090px) {
  .info-txt h3 {
    padding: 0;
  }
}

.info-txt h3::before {
  display: none;
}

/* Sponsor */
.spsor-box {
  width: 23%;
  margin: 1%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.spsor-box:last-child {
  border-bottom: 0px;
}

.spsor-box h2 {
  font-size: 28px;
}

.spsor-box .pic {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  flex-wrap: wrap;
}

.spsor-box .pic img {
  width: 100%;
  max-width: 280px;
  display: block;
  margin-bottom: 10px;
}

.spsor-box .txt {
  width: 100%;
  position: relative;
  font-weight: 300;
  font-size: .813rem;
  line-height: 1.6;
  color: #525355;
  height: auto;
  min-height: 190px;
  max-height: 190px;
  overflow-y: auto;
  text-align: center;
  display: flex;
}

.spsor-box .pic a.go-website {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  font-size: 1rem;
  color: #0473EA;
  padding: 1px 10px;
  font-weight: normal;
}

.spsor-box .pic a.go-website:hover {
  background: #0473EA;
  color: #fff;
}

@media(max-width:1024px) {
  .spsor-box {
    width: 48%;
  }

  .spsor-box .pic {
    justify-content: center;
    margin-bottom: 0px;
  }

  .spsor-box .txt {
    text-align: center;
    height: auto;
    min-height: 18vw;
  }

  .spsor-box .pic a.go-website {
    padding: 0;
  }
}

@media(max-width:768px) {
  .spsor-box {
    width: 100%;
    margin: 3vw 0;
  }

  .spsor-box .txt {
    max-height: unset;
  }
}