@charset "UTF-8";

div.single section.about{
  margin-bottom: 100px;
}
div.single section.about .text {
  height: auto;
}


.about div.text {
  margin: 50px 30px 0;
  padding-right: 270px;
  background-image: url(../images/about-boys-league/logo2.png);
  background-position: right center;
  background-repeat: no-repeat;
  height: auto;
  background-size: 200px auto;
  font-weight: bold;
}

.purpose div.text {
  margin: 50px 30px 0;
  padding-right: 440px;
  background-image: url(../images/about-boys-league/image.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 390px auto;
  font-weight: bold;
}

.purpose ol {

  margin: 50px auto 0;
  background-color: transparent;
}

.purpose ol li {
  font-size: 18px;
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-weight: bold;
  color: #0d3386;
}
.purpose ol li::before {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #0d3386;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

@media screen and (min-width: 769px) and (max-width: 1250px) {
  .purpose div.text {
    margin: 50px 30px 0;
    padding-right: 0;
    background-size: 30% auto;
    background-image: none;
  }

}

@media screen and (max-width: 768px) {

  .about div.text {
    margin: 5vw 0;
    padding-left: 0;
    background-image: url(../images/about-boys-league/logo2.png);
    background-position: top 3vw center;
    background-repeat: no-repeat;
    height: auto;
    background-size: 35vw auto;
    padding-top: 43vw;
    padding-right: 0;
  }

  .purpose div.text {
    margin: 5vw 0;
    padding-right: 0;
    background-image: url(../images/about-boys-league/image.jpg);
    background-position: top 2vw center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 89vw;
  }
  .purpose ol {
    padding: 0;
    list-style: none;
    margin: 8vw auto 15vw;
    background-color: transparent;
  }
  .purpose ol li {
    font-size: 3.6vw;
    line-height: 1.8em;
  }
}