@media only screen and (max-width: 768px) {
  .entry-content h2 {
    font-size: 20px !important;
  }
  .entry-content p {
    font-size: 16px !important;
  }
  .entry-content ul li {
    font-size: 16px !important;
  }
  .services-box {
    display: block;
  }
  .archive-container {
    max-width: 100%;
  }
  #otherpages-header-wrapper h1 {
    font-size: 30px !important;
    font-weight: bold !important;
    text-align: center;
    margin: 10px;
  }
  #otherpages-header-wrapper .vertical-align {
    display: list-item;
    align-items: center;
    text-align: center;
  }
}
.title-w-arrow {
  margin-bottom: 0;
  padding-bottom: 30px;
  background-image: url(../images/images-reworked/arrow.png);
  background-position-x: left;
  background-position-x: 40px;
  background-repeat: no-repeat;
  background-position-y: bottom;
}
#private-area-wrapper .form-control {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  #frontpage-service-box .bordered-box {
    border-top: 5px solid #edf0e8;
    border-bottom: 5px solid #edf0e8;
    border-left: none !important;
    border-right: none !important;
  }
  #frontpage-service-box .user-logged-bordered-box-sx {
    border-bottom: 5px solid #edf0e8;
    border-left: none !important;
    border-right: none !important;
  }
  #frontpage-service-box .user-logged-bordered-box-dx {
    border-left: none !important;
    border-right: none !important;
  }
}
