aside {
  background: #FFF;
  border-right: 1px solid #c2cbd2;
  border-bottom: 1px solid #c2cbd2;
  border-radius: 5px;
  margin-top: 5px;
  padding: 20px; }
  aside ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    aside ul li {
      border-bottom: 1px dashed #c2cbd3;
      line-height: 30px;
      background: url(../images/libg.png) no-repeat 0 1px;
      text-indent: 20px;
      padding-top: 2px;
      padding-bottom: 2px; }
      aside ul li a {
        display: inline-block;
        transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        color: #343434; }
        aside ul li a:hover {
          transform: translateX(5px);
          -webkit-transform: translateX(5px);
          -moz-transform: translateX(5px); }

.page-content {
  background: #FFF;
  border-right: 1px solid #c2cbd2;
  border-bottom: 1px solid #c2cbd2;
  border-radius: 5px;
  margin-top: 5px;
  padding: 20px;
  position: relative; }
  .page-content h1 {
    font-size: 1.5rem;
    font-weight: bolder; }
  .page-content img {
    max-width: 100% !important;
    height: auto !important; }

.card-main__image {
  text-align: center; }

.search-form .form-group {
  display: flex; }
  .search-form .form-group .btn {
    margin: 0 10px; }

.has-image {
  text-align: center; }
  .has-image img {
    max-width: 80%;
    height: auto !important; }

.envelop-symbol {
  position: absolute;
  left: 0;
  height: 10px;
  width: 100%;
  background-image: url("../images/envelop.png"); }
  .envelop-symbol.upper-envelop {
    top: 0; }
  .envelop-symbol.bottom-envelop {
    bottom: 0; }

/*# sourceMappingURL=pages.css.map */
