.c-blog-sidebar {
  margin: 60px 0;
}
.c-blog-sidebar__whitepaper {
  margin-top: 40px;
  background-color: #ff6600;
  padding: 20px;
  position: relative;
}
.c-blog-sidebar__whitepaper-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 1;
  color: #ffdeb3;
  text-transform: uppercase;
}
.c-blog-sidebar__whitepaper-title {
  font-size: 1.5em;
  font-weight: 300;
  line-height: normal;
  color: #fff;
  margin: 10px 0;
}
.c-blog-sidebar__whitepaper-image {
  margin-top: 15px;
  margin-right: -60px;
  margin-bottom: -30px;
  transition: 0.5s;
}
.c-blog-sidebar__whitepaper-image:hover {
  transform: scale(1.1);
}
@media (max-width: 991.98px) {
  .c-blog-sidebar__whitepaper-image {
    text-align: center;
  }
}
.c-blog-sidebar__whitepaper-button {
  border: 2px solid #ffdeb3;
  padding: 10px 60px 10px 25px;
  width: 100%;
  display: block;
  position: relative;
}
.c-blog-sidebar__whitepaper-button:hover .c-blog-sidebar__whitepaper-link:after {
  right: 15px;
}
.c-blog-sidebar__whitepaper-link {
  font-size: 0.875em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
}
.c-blog-sidebar__whitepaper-link:hover, .c-blog-sidebar__whitepaper-link:active, .c-blog-sidebar__whitepaper-link:focus, .c-blog-sidebar__whitepaper-link:visited {
  color: #fff;
}
.c-blog-sidebar__whitepaper-link:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 20px;
  background-image: url("../../../img/icons/right-chevron-turquoise.svg");
  background-size: 100%;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
