.training-section{padding:15px;margin:30px 0;display:flex;flex-wrap:wrap;background:#f5f8fa}.training-section h3.training-section-caption{font-size:18px;font-weight:600;text-align:center;padding-bottom:18px;border-bottom:1px solid #e4e6e9;width:100%}.training-section .training-element{-webkit-box-shadow:5px 5px 40px 0 rgba(158,162,172,0.2);-moz-box-shadow:5px 5px 40px 0 rgba(158,162,172,0.2);box-shadow:5px 5px 40px 0 rgba(158,162,172,0.2);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:5px;padding:25px 15px 15px 15px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:48%;margin-bottom:30px;position:relative;background:#ffff;-webkit-transition:-webkit-transform .5s ease;-moz-transition:-moz-transform .5s ease;transition:transform .5s ease}.training-section .training-element:hover{transform:scale(1.04)}.training-section .training-element:nth-child(even){margin-right:2%}.training-section .training-element:nth-child(odd){margin-left:2%}.training-section .training-element .training-caption h4{font-size:16px;font-weight:600;line-height:150%;margin:0;padding:30px 0}.training-section .training-element .training-caption.movie{margin-top:125px}.training-section .training-element .training-caption.movie h4{padding:10px 0 0 0;color:#6d6d6d;text-align:center}.training-section .training-element .training-category{font-size:14px;color:#afb5bb;font-weight:500;text-transform:uppercase}.training-section .training-element .trainging-screen{width:100%;height:150px;position:absolute;top:0;left:0;background-size:cover;background-position:center}.training-section .training-element .trainging-screen:after{content:'';background:rgba(0,0,0,0.2);z-index:2;position:absolute;top:0;right:0;left:0;bottom:0}.training-section .training-element .trainging-screen img{position:absolute;margin-left:auto;margin-right:auto;left:0;right:0;top:44px;opacity:.9;width:55px;z-index:3}.training-section .training-element .training-url a{font-weight:600}.training-section .training-element .training-url a:hover{color:#0083ba}.training-section .training-element .training-url .arrow{width:16px;height:12px;background-image:url(../images/SVG/arrow-right.svg);display:inline-block;margin-left:10px;margin-bottom:-1px}.training-section a:hover .trainging-screen img{opacity:1}