.single__techpod-guest {
  margin-bottom: 30px;
}
.author__bio {
  margin-top: -30px;
  padding: 30px 0 27px;
  box-shadow: 0 0 10px 0 rgba(17, 17, 17, 0.3);
  background-color: #fafafa;
  .container {
    padding: 0;
    .author__breadcrumbs {
      font-family: "Roboto";
      font-size: 14px;
      font-weight: 400;
      line-height: 1.29;
      color: #666666;
      margin: -20px 0 30px 0;
      a {
        color: #006482;
        font-weight: bold;
        text-decoration: none;
      }
    }
    .author__bio-grid {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between;
      padding: 0 60px;
      .author__bio-item {
        &:first-child {
          flex-basis: 225px;
        }
        &:last-child {
          flex-basis: calc(100% - 293px);
        }
        .author__avatar {
          display: block;
          width: 100%;
          .useravatar {
            width: 100%;
            margin: 0 0 15px 0;
            height: auto !important;
            border-radius: 0 !important;
          }
        }
        .connect__text {
          display: inline-block;
          margin-right: 10px;
        }
        .author__connect {
          font-family: "Roboto";
          font-size: 16px;
          font-weight: 500;
          line-height: normal;
          letter-spacing: 0.17px;
          color: #111111;
          .author__media-icons {
            position: relative;
            display: inline-block;
            top: 3px;
            a {
              color: #a1a1a1;
              font-size: 25px;
              -o-transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
              &:hover {
                color: #111111;
              }
            }
          }
        }
        .author__names {
          h1 {
            font-family: "Roboto";
            font-size: 28px;
            font-weight: 300;
            line-height: normal;
            color: #111111;
            margin: 0 0 5px 0;
          }
        }
        .author__title {
          p {
            font-family: "Roboto";
            font-size: 18px;
            font-weight: 300;
            line-height: normal;
            color: #111111;
            margin: 0 0 20px 0;
          }
        }
        .author__description {
          font-family: "Roboto";
          font-size: 16px;
          font-weight: normal;
          line-height: 1.5;
          color: #111111;
          margin: 0 0 20px 0;
        }
        #read__more-button {
          font-family: "Roboto";
          font-size: 16px;
          font-weight: 500;
          line-height: normal;
          color: #006482;
          text-decoration: underline;
          background-color: transparent;
          border: none;
          padding: 0;
          &:hover,
          &:focus,
          &:active {
            outline: none;
          }
          &:hover {
            text-decoration-thickness: 2px;
          }
        }
      }
    }
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .author__bio {
    .container {
      padding: 0 15px;
      width: 100%;
    }
  }
}

@media screen and (max-width: 768px) {
  .author__bio {
    .container {
      padding: 0 15px;
      width: 100%;
      .author__bio-grid {
        padding: 0;
        .author__bio-item {
          &:first-child {
            flex-basis: 100%;
            display: flex;
            flex-wrap: wrap;
            img {
              max-width: 225px;
              margin: 0 auto 15px auto;
            }
          }
          &:last-child {
            flex-basis: 100%;
          }
          .useravatar {
            margin: 0 0 15px 0;
          }
          .author__connect {
            font-size: 16px;
            margin-bottom: 22px;
          }
          .author__names {
            h1 {
              font-size: 24px;
            }
          }
          .author__title {
            p {
              font-size: 16px;
            }
          }
          .author__description {
            font-size: 14px;
            line-height: 1.57;
          }
          #read__more-button {
            font-size: 16px;
          }
        }
      }
    }
  }
}
