


/* accordion */
.m-accordion h3 {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  margin-right: 20px;
  display: flex;
}
.m-accordion .m-accordion-trigger {
  background: none;
  display: block;
  margin: 0;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none;
  border-style: none;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  color: #0068bd;
}
.m-accordion button::-moz-focus-inner {
  border: 0;
}
.m-accordion .m-accordion-trigger:focus {
  /*outline: 1px dotted gray;*/
}
.m-accordion .m-accordion-title {
  display: flex;
  pointer-events: none;
  outline: none;
  align-items: center;
}
.m-accordion .m-accordion-icon {
  pointer-events: none;
  display: inline;
  font-size: 20px;
  margin-top: 3px;
  margin-right: 10px;
}
.m-accordion .m-accordion-trigger[aria-expanded="true"] .m-accordion-icon:before {
    content: '\f056';
}
.m-accordion .m-accordion-panel {
  margin: 0;
  padding: 20px;
  text-align: left;
  background-color: white;
  -webkit-animation: fadeIn 600ms;
  animation: fadeIn 600ms;
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -10px;
  z-index: 1;
  position: relative;
}
/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.m-accordion .m-accordion-panel[hidden] {
  display: none;
}




/* intro */
.one-billion-intro {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  position: relative;
  background-color: darkgray;
}
.one-billion-intro > div {
  padding-left: 20%;
  padding-right: 20%;
}
.one-billion-intro__header {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: none !important;
  padding-top: 100px;
  border: 1px solid transparent;
}
@media (max-width: 1000px) {
  .one-billion-intro__header {
    padding-top: 60px;
  }
}
@media (max-width: 800px) {
  .one-billion-intro__header {
    background-image: inherit !important;
    padding-bottom: 20px;
  }
}
.one-billion-intro__header h1 {
  font-size: 70px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .one-billion-intro__header h1 {
    font-size: 35px;
  }
}
@media (max-width: 400px) {
  .one-billion-intro__header h1 {
    font-size: 26px;
  }
}
.one-billion-intro__header-back {
  position: absolute;
  top: 50px;
  left: 50px;
  text-transform: uppercase;
}
.one-billion-intro__header-back a {
  color: white;
  font-size: 16px;
}
@media (max-width: 1000px) {
  .one-billion-intro__header-back {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 800px) {
  .one-billion-intro__header-back {
    left: 50%;
    transform: translateX(-50%);
  }
}
.one-billion-intro__header-subheading {
  color: #ffc14b;
  font-size: 36px;
  font-weight: bold;
  max-width: 580px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .one-billion-intro__header-subheading {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .one-billion-intro__header-subheading {
    font-size: 18px;
  }
}
.one-billion-intro__header-date {
  border: 1px solid #71809a;
  border-radius: 100px;
  display: inline-block;
  padding: 7px 35px;
  margin: 30px auto;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .one-billion-intro__header-date {
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .one-billion-intro__header-date {
    font-size: 18px;
  }
}
.one-billion-intro__details {
  padding-bottom: 100px;
}
@media (max-width: 1000px) {
  .one-billion-intro__details {
    padding-bottom: 60px;
  }
}
@media (max-width: 800px) {
  .one-billion-intro__details {
    background: #f5f5f5;
    padding: 40px !important;
  }
  .one-billion-intro__details p {
    color: #333333 !important;
  }
}
@media (max-width: 400px) {
  .one-billion-intro__details {
    padding: 30px !important;
  }
}
.one-billion-intro__details p {
  color: white;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 600;
}
@media (max-width: 800px) {
  .one-billion-intro__details p {
    color: black;
    font-weight: normal;
  }
}
.one-billion-intro__details a {
  color: white;
  text-decoration: underline;
}
@media (max-width: 800px) {
  .one-billion-intro__details a {
    color: black;
  }
  .one-billion-intro__details a:hover {
    color: #0069BC;
  }
}
.one-billion-intro__details a:hover {
  text-decoration: none;
}
.one-billion-intro__details-button {
  margin-top: 40px;
}



/* what is section */
.one-billion-whatis {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .one-billion-whatis {
    flex-direction: column-reverse;
  }
}
.one-billion-whatis__chart {
  width: 50%;
  padding: 100px;
  padding-right: 50px;
}
.one-billion-whatis__chart img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .one-billion-whatis__chart {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .one-billion-whatis__chart {
    padding: 100px 30px;
  }
}
@media (max-width: 800px) {
  .one-billion-whatis__chart {
    width: 100%;
    padding: 50px 0;
  }
}
.one-billion-whatis__chart-chart {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .one-billion-whatis__chart-chart {
    margin: 0;
  }
}
.one-billion-whatis__chart-legend {
  margin-top: 50px;
}
.one-billion-whatis__chart-legend ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.one-billion-whatis__chart-legend ul li {
  position: relative;
  padding-left: 60px;
  margin: 15px 0;
  font-weight: 500;
}
.one-billion-whatis__chart-legend ul li:before {
  width: 48px;
  height: 17px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.one-billion-whatis__chart-legend ul li:first-child:before {
  background-color: #138D77;
}
.one-billion-whatis__chart-legend ul li:nth-child(2):before {
  background-color: #199DCB;
}
.one-billion-whatis__chart-legend ul li:nth-child(3):before {
  background-color: #FDAB29;
}
.one-billion-whatis__chart-legend ul li:nth-child(4):before {
  background-color: #B1D235;
}
.one-billion-whatis__chart-legend ul li:nth-child(5):before {
  background: repeating-linear-gradient(-45deg, #0B7969, #0B7969 6px, #2BAE35 6px, #2BAE35 12px);
}
.one-billion-whatis__chart-legend ul li i {
  font-size: 16px;
}
.one-billion-whatis__text {
  width: 50%;
  padding: 100px;
}
@media (max-width: 1200px) {
  .one-billion-whatis__text {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .one-billion-whatis__text {
    padding: 100px 30px;
  }
}
@media (max-width: 800px) {
  .one-billion-whatis__text {
    width: 100%;
    padding: 50px 0;
    padding-bottom: 0;
  }
}
.one-billion-whatis__text h2 {
  font-size: 45px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 400px) {
  .one-billion-whatis__text h2 {
    font-size: 30px;
  }
}
.one-billion-whatis__text-summary {
  margin: 30px 0;
  line-height: 1.5;
  font-size: 22px;
}
.one-billion-whatis__text-list {
  margin-bottom: 30px;
}
.one-billion-whatis__text-list ul {
  margin: 0;
  padding: 0 15px;
}
.one-billion-whatis__text-list ul li {
  margin: 10px 0;
}
.one-billion-whatis__text-link a {
  color: black;
  text-decoration: underline;
}
.one-billion-whatis__text-link a:hover {
  color: #0069BC;
  text-decoration: none;
}



/* streets */
.one-billion-streets {
  background-color: #f5f5f5;
  padding: 50px 30px;
}
@media (max-width: 600px) {
  .one-billion-streets {
    padding: 30px 0;
  }
}
.one-billion-streets__intro {
  text-align: center;
  margin-bottom: 50px;
  padding: 30px;
}
.one-billion-streets__intro h2 {
  font-size: 45px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 30px;
}
.one-billion-streets__intro p {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 22px;
}

.one-billion-streets-program {
  margin-bottom: 50px;
}
.one-billion-streets-program:last-child {
  margin-bottom: 0;
}
.one-billion-streets-program__img {
  background-color: gray;
  padding-top: 28%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 600px) {
  .one-billion-streets-program__img {
    padding-top: 35%;
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  .one-billion-streets-program__img {
    padding-top: 65%;
  }
}
.one-billion-streets-program__text {
  display: flex;
  gap: 15px;
}
@media (max-width: 900px) {
  .one-billion-streets-program__text {
    display: block;
  }
}
.one-billion-streets-program__text-left {
  width: 100%;
  padding: 60px;
  background-color: white;
}
@media (max-width: 1200px) {
  .one-billion-streets-program__text-left {
    padding: 30px;
  }
}
@media (max-width: 900px) {
  .one-billion-streets-program__text-left {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .one-billion-streets-program__text-left {
    margin-bottom: 0;
  }
}
.one-billion-streets-program__text-left-title {
  font-size: 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .one-billion-streets-program__text-left-title {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .one-billion-streets-program__text-left-title {
    display: block;
    font-size: 22px;
  }
}
.one-billion-streets-program__text-left-title-letter {
  width: 80px;
  height: 80px;
  background-color: #387d94;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 10px;
  color: white;
  font-size: 36px;
  font-weight: bold;
  flex-shrink: 0;
}
.one-billion-streets-program__text-left-summary {
  margin: 30px 0;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 400px) {
  .one-billion-streets-program__text-left-summary {
    font-size: 20px;
    margin: 20px 0;
  }
}
.one-billion-streets-program__text-left-list {
  margin-bottom: 30px;
}
.one-billion-streets-program__text-left-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.one-billion-streets-program__text-left-list ul li {
  display: flex;
  align-items: center;
  margin: 15px 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.one-billion-streets-program__text-left-list ul li > div:first-child {
  width: 65px;
  height: 65px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 100%;
  flex-shrink: 0;
}
.one-billion-streets-program__text-left-list ul li:last-child {
  border-bottom: none;
}
.one-billion-streets-program__text-left-list ul li img {
  width: 40px;
}
.one-billion-streets-program__text-left-link {
  margin-bottom: 20px;
}
.one-billion-streets-program__text-left-link a {
  color: black;
  text-decoration: underline;
}
.one-billion-streets-program__text-left-link a:hover {
  color: #0069BC;
  text-decoration: none;
}
.one-billion-streets-program__text-right {
  width: 450px;
  min-width: 450px;
  padding: 60px;
  background-color: white;
}
@media (max-width: 1200px) {
  .one-billion-streets-program__text-right {
    padding: 30px;
    width: 400px;
    min-width: 400px;
  }
}
@media (max-width: 992px) {
  .one-billion-streets-program__text-right {
    width: 370px;
    min-width: 370px;
  }
}
@media (max-width: 900px) {
  .one-billion-streets-program__text-right {
    width: 100%;
    min-width: 0;
  }
}
@media (min-width: 601px) and (max-width: 900px) {
  .one-billion-streets-program__text-right {
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
  }
  .one-billion-streets-program__text-right > div {
    width: 50%;
  }
}
.one-billion-streets-program__text-right-img {
  border-radius: 10px;
  padding-top: 75%;
  background-color: gray;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.one-billion-streets-program__text-right-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.one-billion-streets-program__text-right-summary {
  margin-bottom: 30px;
  line-height: 1.5;
}



/* feedback */
.one-billion-feedback {
  padding: 50px;
  text-align: center;
  background-color: #f5f5f5;
}
@media (max-width: 600px) {
  .one-billion-feedback {
    padding: 30px 0;
  }
}
.one-billion-feedback h2 {
  font-size: 45px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
}
.one-billion-feedback__content {
  display: flex;
  gap: 50px;
  margin: 50px;
  text-align: left;
}
.one-billion-feedback__content > div {
  width: 50%;
}
@media (max-width: 768px) {
  .one-billion-feedback__content {
    flex-direction: column;
    margin: 40px 0;
  }
  .one-billion-feedback__content > div {
    width: 100%;
  }
}
.one-billion-feedback__content-img {
  padding-top: 60%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.one-billion-feedback__content-quote {
  margin: 20px 0;
  font-size: 22px;
  line-height: 1.5;
}
.one-billion-feedback__content-quoter {
  font-weight: bold;
}



/* quote */
.one-billion-quote-wrap {
  background-color: #f5f5f5;
  border: 1px solid transparent;
}
.one-billion-quote {
  margin: 60px;
  padding: 120px;
  background-color: white;
  text-align: center;
}
@media (max-width: 1200px) {
  .one-billion-quote {
    margin: 30px 0;
  }
}
@media (max-width: 768px) {
  .one-billion-quote {
    padding: 60px;
  }
}
@media (max-width: 600px) {
  .one-billion-quote {
    padding: 60px 30px;
  }
}
.one-billion-quote p {
  font-size: 36px;
}
@media (max-width: 600px) {
  .one-billion-quote p {
    font-size: 24px;
  }
}
.one-billion-quote img {
  max-width: 100%;
  margin-bottom: 30px;
  height: 85px;
}


/* project highlights page */
/* types */
.one-billion-types {
  text-align: center;
  background-color: white;
  padding: 60px;
}
@media (max-width: 1200px) {
  .one-billion-types {
    padding: 60px 30px;
  }
}
@media (max-width: 600px) {
  .one-billion-types {
    padding: 60px 0;
    padding-bottom: 30px;
  }
}
.one-billion-types h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
}
.one-billion-types-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.one-billion-types-items > div {
  width: 30%;
  background-color: #f5f5f5;
  padding: 35px;
  margin: 20px 0;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .one-billion-types-items > div {
    width: 100%;
  }
}
.one-billion-types-items__letter {
  background-color: #387d94;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
}
.one-billion-types-items__title {
  font-size: 24px;
  font-weight: bold;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.one-billion-types-items__summary {
  line-height: 1.5;
}



/* cities modal */
.one-billion-cities-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.one-billion-cities-modal.hidden {
  display: none;
}
.one-billion-cities-modal > div {
  background-color: white;
  width: 780px;
  position: relative;
  overflow: auto;
  max-height: 100%;
}
@media (max-height: 800px) {
  .one-billion-cities-modal > div {
    width: 500px;
  }
}
.one-billion-cities-modal__img {
  padding-top: 65%;
  background-color: gray;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.one-billion-cities-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #0f68bd;
  width: 60px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
}
.one-billion-cities-modal__close:focus {
  border: 3px solid rgba(0, 0, 0, 0.3);
}
.one-billion-cities-modal__close i:before {
  font-size: 20px;
}
.one-billion-cities-modal__text {
  text-align: center;
  padding: 25px;
}
@media (max-width: 600px) {
  .one-billion-cities-modal__text {
    padding: 20px 10px;
  }
}
.one-billion-cities-modal__text-title {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .one-billion-cities-modal__text-title {
    font-size: 20px;
  }
}
.one-billion-cities-modal__buttons {
  background-color: #f7f7f7;
  border: 1px solid #dedede;
  display: inline-flex;
  padding: 5px;
  border-radius: 8px;
  margin-top: 20px;
  gap: 10px;
}
.one-billion-cities-modal__buttons-button {
  height: 50px;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  border: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.one-billion-cities-modal__buttons-button:focus {
  border: 3px solid rgba(0, 0, 0, 0.3);
}
.one-billion-cities-modal__buttons-button--active {
  background-color: #0f68bd;
  color: white;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.28);
}
@media (max-width: 600px) {
  .one-billion-cities-modal__buttons-button {
    padding: 10px 20px;
  }
}

/* cities filter */
.one-billion-cities-filter {
  background-color: #f5f5f5;
  padding: 60px;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .one-billion-cities-filter {
    padding: 60px 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .one-billion-cities-filter {
    padding: 60px 0;
    padding-bottom: 30px;
  }
}
.one-billion-cities-filter__clear {
  word-break: normal;
  color: #3067e5;
}
.one-billion-cities-filter strong {
  font-size: 16px;
  font-weight: bold;
}
.one-billion-cities-filter__row {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.one-billion-cities-filter__row > div:first-child {
  margin-right: 20px;
}
@media (max-width: 600px) {
  .one-billion-cities-filter__row > div:first-child {
    width: 100%;
  }
}
.one-billion-cities-filter select {
  width: 370px;
  padding: 10px;
  border-radius: 5px;
  font-style: italic;
  max-width: 100%;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
  font-size: 18px;
  background-color: white;
  box-shadow: none;
  border: 1px solid #ddd;
}
@media (max-width: 600px) {
  .one-billion-cities-filter select {
    width: 100%;
  }
}

/* cities desktop */
.one-billion-cities {
  background-color: #f5f5f5;
  padding: 60px;
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .one-billion-cities {
    padding: 60px 30px;
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .one-billion-cities {
    display: none;
  }
}

.one-billion-cities-city {
  background-color: white;
  border-radius: 10px;
  margin: 15px 0;
}
.one-billion-cities-city__header {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 40px;
}
.one-billion-cities-city__header-name {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
}
.one-billion-cities-city__header-type {
  flex-shrink: 0;
  width: 130px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.one-billion-cities-city__project {
  display: flex;
  gap: 40px;
  padding: 20px 40px;
}
.one-billion-cities-city__project-img {
  flex-shrink: 0;
  width: 150px;
}
.one-billion-cities-city__project-img--no-link > div {
  cursor: default !important;
}
.one-billion-cities-city__project-img > div {
  background-color: gray;
  padding-top: 70%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 3px solid white;
  cursor: pointer;
}
.one-billion-cities-city__project-img > div:focus {
  border: 3px solid rgba(0, 0, 0, 0.3);
}
.one-billion-cities-city__project-img > div i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  background-color: #0068bd;
  color: white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.one-billion-cities-city__project-img > div i:before {
  font-size: 20px;
}
.one-billion-cities-city__project-content {
  width: 100%;
}
.one-billion-cities-city__project-content-title {
  font-size: 24px;
  font-weight: bold;
}
.one-billion-cities-city__project-type {
  flex-shrink: 0;
  width: 130px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
}
.one-billion-cities-city__project-type > div {
  background-color: #387d94;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 100%;
}

/* cities mobile */
.one-billion-cities-mobile {
  padding: 30px;
  display: none;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .one-billion-cities-mobile {
    display: block;
  }
}
@media (max-width: 600px) {
  .one-billion-cities-mobile {
    padding: 0;
    padding-bottom: 60px;
  }
}
.one-billion-cities-mobile__project {
  margin: 40px 0;
}
.one-billion-cities-mobile__project:first-child {
  margin-top: 0;
}
.one-billion-cities-mobile__project:last-child {
  margin-bottom: 0;
}
.one-billion-cities-mobile__project-img > div {
  background-color: gray;
  padding-top: 50%;
  width: 70%;
  margin-bottom: 20px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid white;
}
.one-billion-cities-mobile__project-img > div:focus {
  border: 3px solid rgba(0, 0, 0, 0.3);
}
.one-billion-cities-mobile__project-img i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  background-color: #0068bd;
  color: white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.one-billion-cities-mobile__project-img i:before {
  font-size: 20px;
}
.one-billion-cities-mobile__project-content-title {
  font-weight: bold;
}
.one-billion-cities-mobile__project-type {
  flex-shrink: 0;
  width: 130px;
  font-size: 22px;
  font-weight: bold;
}
.one-billion-cities-mobile__project-type > div {
  background-color: #387d94;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 100%;
}