.quick-links {
  display: flex;
  background: #141414;
  color:#fff;
  font-size:0;
}

.quick-links a {
  display: inline-block;
  width:50%;
  vertical-align:top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height:200px;
}

.quick-links a .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #007acc;
}

.quick-links a .bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #006cb5;
  content: '';
  width: 0;
  -webkit-transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.quick-links a:first-child .bg {
  background: #333;
}

.quick-links a:first-child .bg:before {
  background: #2a2a2a;
}

.quick-links a .btn-link {
  max-width: 816px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  top:50%;
  transform:translateY(-50%);
}

.quick-links a .btn-link h4 {
  font-size: 1.9375rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.quick-links a .btn-link p {
  line-height: 1.625;
  font-weight: 300;
  font-size:16px;
}

.quick-links a .btn-link .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: right 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: right 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: right 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: right 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.quick-links a .btn-link .arrow i {
  display: block;
  width: 2.0625rem;
  height: 1.75rem;
  background: 100% 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.no-mobile .quick-links a:hover .bg:before {
  width: 100%;
}

.quick-links a:nth-of-type(1) {
  padding-left:126px;
}
.quick-links a:nth-of-type(2) {
  padding-right:126px;
}

.quick-links a:nth-of-type(1) .btn-link {
  padding-right: 126px;
  margin-left: auto;
  margin-right: 0;
}
.quick-links a:nth-of-type(2) .btn-link {
  padding-left: 126px;
  margin-left: 0;
  margin-right: auto;
}
.quick-links a:nth-of-type(1) .btn-link .arrow{
  right:126px;
}
.quick-links a:nth-of-type(2) .btn-link .arrow{
  right:0;
}
.no-mobile .quick-links a:nth-of-type(1):hover .btn-link .arrow {
  right: 90px;
}
.no-mobile .quick-links a:nth-of-type(2):hover .btn-link .arrow {
  right: -36px;
}

@media screen and (max-width: 1280px) {
  .quick-links a:nth-of-type(1) { padding-left:88px;}
  .quick-links a:nth-of-type(2) { padding-right:88px;}
  .quick-links a:nth-of-type(1) .btn-link { padding-right:88px;}
  .quick-links a:nth-of-type(2) .btn-link { padding-left:88px;}
  .quick-links a:nth-of-type(1) .btn-link .arrow {right:88px;}
  .no-mobile .quick-links a:nth-of-type(1):hover .btn-link .arrow {
    right: 52px;
  }
}

@media screen and (max-width: 1080px) {
  .quick-links {
    display: block;
  }
  .quick-links a { height:150px;padding:0 50px !important;}
  .quick-links a .btn-link {
    padding:0 !important;
  }
  .quick-links a .btn-link .arrow{
    right:0 !important;
  }
  .quick-links a .btn-link h4{font-size:25px; margin-bottom:12px;}
  .quick-links a .btn-link p{font-size:15px; padding-right:20%;}
}

@media screen and (max-width: 1024px) {
  .quick-links a .btn-link .arrow i {
    width: 1.8rem;
  }
}


@media screen and (max-width: 766px) {

  .quick-links a .btn-link p { font-size:14px;}

  .quick-links a {padding:0 20px !important;height:92px;width:100%;}
  .quick-links a .btn-link {
    max-width: 100%;
    padding:0 !important;
  }
  .quick-links a .btn-link p br{ display:none;}
  .quick-links a .btn-link h4 {
    font-size:16px;
    margin-bottom:5px;
  }
  .quick-links a .btn-link h4 {margin-bottom:5px;}
  .quick-links a:nth-of-type(1) {
    padding: 0 20px !important;
  }
  .quick-links a:nth-of-type(2) {
    padding: 0 20px !important;
  }
  .quick-links a .btn-link p {
    font-size: 11px;
    max-width:210px;
  }
  .quick-links a .btn-link .arrow i {
    width: 1.6rem;
  }
}
@media all and (max-width:325px){
}
