/* Author Bio Component Styles */

.blog-author-bio {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 580px;
  margin: auto;
  margin-bottom: 60px;
  margin-top: 60px;
  background-color: #7982BB;
  font-size: 14px;
}

.blog-author-desc {
  color: white;
  opacity: .65;
  width: 370px;
  margin: 30px;
  line-height: 18px;
}

.blog-author-bio img {
  z-index: 2;
  position: relative;
  top: -20px;
  right: 20px;
  max-width: initial !important;
  border: solid 1px #ebebeb
}

.blog-author-bio-dot {
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #F0FF63;
  border-radius: 50%;
}

#dot1 {
  top: 20px;
  right: 131px;
}

#dot2 {
  top: 100px;
  right: 122px;
}

#dot3 {
  z-index: 1;
  top: 64px;
  right: 70px;
}

#dot4 {
  top: 98px;
  right: 24px;
}

@media (max-width: 900px) {
  .blog-author-bio-dot {
    display: none;
  }
}
