.bio__vertical-list-box {
  max-width: 305px;
  /*margin-left: -350px;*/
  position: absolute;
  left: -310px;
  margin-top: -50px;
  width: 100%;
  display: block;
  background-color: #282828;
  color: #fff;
  padding: 15px;
  /*border-radius: 10px;*/
  border-top-right-radius: 0;
}
.bio__vertical-list-box .bio__title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}
.bio__vertical-list-box .bio__body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bio__vertical-list-box .bio__body ul li {
  margin-bottom: 15px;
  padding-left: 90px;
  min-height: 85px;
  background-position: 0 5px !important;
  position: relative;
}
.bio__vertical-list-box .bio__body ul li img {
  position: absolute;
  left: 0;
  top: 2px;
  max-width: 85px;
  width: 100%;
}
.bio__vertical-list-box .bio__body ul li p {
  font-size: 14px;
  padding-left: 17px;
}
.bio__vertical-list-box .bio__body ul li strong {
  padding-left: 17px;
  display: block;
}
.bio__vertical-list-box .bio__footer {
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
}
.bio__vertical-list-box.dev-goals-teaser .bio__title {
  margin-bottom: 15px;
  font-size: 19px;
}
.bio__vertical-list-box.dev-goals-teaser .bio__body ul li.bio__cities {
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
}
.bio__vertical-list-box.dev-goals-teaser .bio__body ul li.bio__cities img {
  max-width: 45px;
}
.bio__vertical-list-box.dev-goals-teaser .bio__body ul li.bio__cities::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45px;
  height: 40px;
  width: calc(100% - 45px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 40, 40, 0)), to(#282828));
  background-image: -o-linear-gradient(rgba(40, 40, 40, 0), #282828);
  background-image: linear-gradient(rgba(40, 40, 40, 0), #282828);
}
@media only screen and (max-width: 768px) {
  .bio__vertical-list-box.dev-goals {
    top: -20px !important;
  }
  .bio__vertical-list-box.dev-goals .dev-goals-wrapper {
    background-color: #0f1328;
    border-radius: 0 !important;
    padding: 15px !important;
  }
  .bio__vertical-list-box.dev-goals .dev-goals-wrapper .close-dev-goals {
    display: none;
  }
  .bio__vertical-list-box.dev-goals .dev-goals-wrapper .dev-goals-inner .bio__title {
    display: none;
  }
  .bio__vertical-list-box .bio__body ul li {
    padding-left: 56px;
  }
  .bio__vertical-list-box .bio__body ul li img {
    max-width: 55px;
  }
}
