.c7n-403-page {
  padding-top: 110px;
  text-align: center;
  height: 100%;

  &-banner {
    display: inline-block;
    width: 50%;
    height: calc(100% - 110px);
    margin-right: 10%;
    vertical-align: middle;
    background-image: url('./403.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  &-info{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    h1{
      font-size: 80px;
      color: #04173F;
      margin-bottom: 0;
    }
    p{
      font-size: 20px;
      color: #818999;
    }
  }
}
