.emp-spot .head{max-width:986px;margin:0 auto;padding-top:60px;text-align:center;}
.emp-spot .head h2{padding-bottom:25px}
.emp-spot .head p{font-size:20px}
.emp-spot .test-box{padding:100px 0 80px;position:relative}
.emp-spot .test-box:not(:last-child):after{
  content:'';
  position:absolute;
  width:0;
  height:0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  transform: translateX(-50%);
  bottom:-40px;
  left:50%;
  z-index:1;
}
.emp-spot .flex-item{display:flex;flex-wrap:wrap}
.emp-spot .left{width:36%;padding-right:20px}
.emp-spot .left h3{max-width:304px}
.emp-spot .right{width:64%;border-left: 2px solid #FFB30D;padding-left:30px}
.emp-spot .flex-item h3{font-size:26px;text-transform:uppercase;line-height:1.2}
.emp-spot .flex-item h4{font-size:22px;text-transform:uppercase;line-height:1.2}
.emp-spot .quote{padding:90px 0 20px;max-width:740px;margin:0 auto;text-align:center}
.emp-spot  blockquote{margin:0;font-size:22px}
.emp-spot .quote svg{fill:#cccccc;display:block}
.emp-spot .quote .sl{margin-bottom:10px}
.emp-spot .quote .sr{margin-left:auto}
.emp-spot .emp-box{text-align:center;}
.emp-spot .emp-box .avtr{max-width:120px;margin:0 auto 15px}
.emp-spot .emp-box h5{font-size:18px;margin-bottom:0}
.emp-spot .emp-box p{font-size:14px;font-style: italic;text-transform:uppercase}}

@media (max-width:1024px){
  .emp-spot .test-box{padding:70px 0  50px}
  .emp-spot .quote{padding:50px 0 20px}
  .emp-spot .right{padding-left:25px}
}
@media (max-width:767px){
  .emp-spot .left{width:100%;padding:0}
  .emp-spot .right{width:100%;margin-top:40px}
  .emp-spot .flex-item h3{max-width:100%}
  .emp-spot .head p{font-size:16px}
  .emp-spot blockquote{font-size:18px}
  .emp-spot .test-box:not(:last-child):after{
  border-width:20px !important;
    bottom:-20px;
  }
}

