.company .breadcrumbs {
  padding: 30px 0 0;
  text-align: initial;
}
@media screen and (min-width: 768px) {
  .company .breadcrumbs {
    padding: 60px 0 0;
  }
}
.company .overview .overview-list {
  max-width: 800px;
  margin-inline: auto;
}
.company .overview .overview-list .item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #0b4680;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .company .overview .overview-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
.company .overview .overview-list .item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 1px;
  background: #0b4680;
}
.company .overview .overview-list .item:first-child {
  margin-top: 0;
}
.company .overview .overview-list .item dt, .company .overview .overview-list .item dd {
  line-height: 1.4em;
}
.company .overview .overview-list .item dt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .company .overview .overview-list .item dt {
    width: 40%;
  }
}
.company .overview .overview-list .item dd {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .company .overview .overview-list .item dd {
    margin-top: 0;
    width: 60%;
  }
}
.company .overview .overview-list .item dd .img-list {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company .overview .overview-list .item dd .img-list .img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .company .overview .overview-list .item dd .img-list .img {
    width: 200px;
  }
}
.company .overview .overview-list .loan .img-list .img {
  width: auto !important;
}
.company .overview .overview-list .loan .img-list .img:first-child {
  margin-right: 15px;
}
.company .overview .overview-list .loan .img-list .img:first-child img {
  width: auto;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .company .overview .overview-list .loan .img-list .img:first-child img {
    height: 60px;
  }
}
.company .overview .overview-list .loan .img-list .img:nth-child(2) img {
  width: auto;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .company .overview .overview-list .loan .img-list .img:nth-child(2) img {
    height: 46px;
  }
}