.info-txt {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.info-txt h3 {
  width: 100%;
  margin-bottom: 20px;
}

.spsor-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  border-bottom: 1px dotted #d1d1d1;
}

.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;
}

.spsor-box .pic img {
  width: 100%;
  max-width: 280px;
  display: block;
  margin-bottom: 10px;
  border: 1px solid #F0F0F0;
}

.spsor-box .txt {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  color: rgb(0, 0, 0);
}

.spsor-box .pic a.go-website {
  color: #188f42;
  border: 1px solid #188f42;
  padding: 1px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0;
  font-size: 16px;
  border-radius: 2px;
}

.spsor-box .pic a.go-website:hover {
  background: #188f42;
  color: #fff;
}

@media(max-width:500px) {
  .spsor-box {
    width: 100%;
  }

  .info-txt {
    margin: 0 auto 50px;
  }

  .info-txt h3 {
    margin-bottom: 10px;
  }

  .spsor-box .pic {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0;
  }

  .spsor-box .pic a {
    width: 100%;
  }

  .spsor-box .pic img {
    width: 100%;
    max-width: 100%;
  }
}