.banner-instagram_page-desktop_sidebar {
  width: 100%;
  height: 260px;
  background: #f7608e;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7608e), to(#fe9885));
  background: -webkit-linear-gradient(bottom, #f7608e 0%, #fe9885 100%);
  background: -o-linear-gradient(bottom, #f7608e 0%, #fe9885 100%);
  background: linear-gradient(0deg, #f7608e 0%, #fe9885 100%);
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.banner-instagram_page-desktop_sidebar:hover {
  -webkit-box-shadow: 0px 0px 50px rgba(247, 96, 142, 0.5);
          box-shadow: 0px 0px 50px rgba(247, 96, 142, 0.5);
}

.banner-instagram_page-desktop_sidebar:hover .icon {
  bottom: -80px;
  right: -10px;
}

.banner-instagram_page-desktop_sidebar__text {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: block;
  margin: 0px;
}

.banner-instagram_page-desktop_sidebar__title {
  font-family: 'Exo 2', sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 5px 70px 0px 0px;
  margin: 0px;
}

.banner-instagram_page-desktop_sidebar__icon {
  position: absolute;
  bottom: -100px;
  right: -20px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.banner-instagram_page-mobile_sidebar {
  width: 100%;
  height: 260px;
  background: #f7608e;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7608e), to(#fe9885));
  background: -webkit-linear-gradient(bottom, #f7608e 0%, #fe9885 100%);
  background: -o-linear-gradient(bottom, #f7608e 0%, #fe9885 100%);
  background: linear-gradient(0deg, #f7608e 0%, #fe9885 100%);
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.banner-instagram_page-mobile_sidebar__text {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: block;
  margin: 0px;
}

.banner-instagram_page-mobile_sidebar__title {
  font-family: 'Exo 2', sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 5px 70px 0px 0px;
  margin: 0px;
}

.banner-instagram_page-mobile_sidebar__icon {
  position: absolute;
  bottom: -100px;
  right: -20px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
