.c-fact {
  background: #2a5980;
  width: 100%;
  padding: 15px;
  overflow: hidden;
  display: table;
  border-radius: 900px;
}
.c-fact__number {
  background: #3772a5;
  height: 161px;
  width: 161px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  border-radius: 900px;
  font-size: 40px;
}
.c-fact__number small{
  position: relative;
  top: -9px;
  font-style: italic;
  font-weight: 500;
}
.c-fact__fact {
  display: table-cell;
  vertical-align: middle;
  padding: 0 35px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}

@media screen and (min-width: 500px) {
  .c-fact__fact {
    font-size: 20px;
    line-height: 30px;
  }
}


@media screen and (min-width: 1060px) {
  .c-fact__fact {
    font-size: 40px;
    line-height: 45px;
  }
}



.c-fact__number span {
  display: block;
  font-size: 55px;
}

.c-fact__info {
  background: #E1E9EC;
  padding: 40px 70px;
  font-size: 20px;
  width: 100%;
  margin: 30px 0 80px;
}
.c-fact__info a {
  text-decoration: underline; 
}
.c-fact__info-content {
  display: table;
  width: 100%;
  background: #C2D3DA;
  position: relative;
}
@media screen and (max-width: 1055px) {
  .c-fact__info-content {
    padding: 25px;
  }
}
.c-fact__info-text {
  font-weight: bold;
  font-size: 20px;
  padding: 0;
  vertical-align: top;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  color: #0072A4;
}
@media screen and (min-width: 640px) {
  .c-fact__info-text {
    display: table-cell;
  }
}
@media screen and (min-width: 1055px) {
  .c-fact__info-text {
    vertical-align: middle;
    padding: 20px;
    font-size: 25px;
    line-height: 30px;
  }
}

.c-fact__info-image {
  display: block;
}
@media screen and (max-width: 641px) {
  .c-fact__info-image {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 640px) {
  .c-fact__info-image {
    display: table-cell;
  }
}

.c-fact__info-image img{
  width: 100%;
}
.c-fact__info p {
  padding: 30px 12px 0;
  font-size: 18px;
}
@media screen and (min-width: 641px) {
  .c-fact__info p {
    font-size: 25px;
    line-height: 36px;
  }}

.c-fact__exclamation {
  position: absolute; left: 0;
  background: #0072A4;
  color: #fff;
  border: 5px solid #fff;
  left: -60px;
  display: block;
  border-radius: 900px;
  height: 70px;
  width: 70px;
  text-align: center;
  top: 28%;
  font-size: 55px;
  padding-top: 4px;
}

.c-read-more {
  display: none;
}
.c-read-more a {
  font-weight: bold;
}

.c-read-more__link,
.c-read-more__close {
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  color: #0072A6;
  margin-top: 40px;
}
.c-read-more__close {
  display: none;
  margin-top: 60px;
}

.c-read-more__link span,
.c-read-more__close span {
  display: inline-block;
  height: 25px;
  width: 25px;
  background: #0072A6;
  color: #fff;
  border-radius: 900px;
  vertical-align: middle;
  line-height: 22px;
  margin-left: 23px;
  margin-top: -5px;
}

.c-read-more p {
  clear: both;
  font-size: 1rem;
}
.align-left {
  float: left;
  margin: 0 10px 65px 0;
}

.fact-divide {
  margin: 70px 0;
}
