#introSection{display:flex}#introSection>*{width:45%;margin:auto}#introSection .img{height:100%}#introSection .img img{min-height:50%;-o-object-fit:cover;object-fit:cover}#jobSection{width:100%;margin:auto;margin-top:10vh;margin-bottom:10vh;overflow-x:hidden}#jobSection .cards{display:flex;margin:5vh auto;position:relative;width:90%}#jobSection article.main{opacity:1}#jobSection article{width:90%;height:300px;margin:auto;transition:.3s all;box-shadow:rgba(65,65,65,.25) 2px 1px 15px;position:relative;overflow:hidden}#jobSection article:hover{transform:translateY(-5px);box-shadow:rgba(65,65,65,.4) 2px 1px 15px}#jobSection article>img{position:absolute;width:100%;height:100%;left:0;top:0;-o-object-fit:cover;object-fit:cover;z-index:1;transition:.3s all}#jobSection article a{position:absolute;width:100%;height:100%;left:0;top:0;-o-object-fit:cover;object-fit:cover;z-index:2;background:rgba(26,96,171,.15);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:var(--white);text-align:center;display:flex;flex-direction:column;justify-content:space-between;transition:.3s all}#jobSection article a h4{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:25px;color:var(--white)}#jobSection article:hover>div{box-shadow:0 8px 32px 0 rgba(31,38,135,.5);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}#jobSection article:hover h4{text-decoration:underline}#testimonySection{background-color:#fff;margin-bottom:-5vh;padding-top:5vh}#testimonySection>div{display:flex;flex-wrap:wrap;align-items:center;min-width:100%;padding:0 5vh 5vh 5vh}#testimonySection h2{width:100%;text-align:center;margin-bottom:5vh;flex:1}#testimonySection iframe,#testimonySection .text,#testimonySection .img{margin:auto}#testimonySection iframe{width:50%;height:auto;aspect-ratio:16/9;min-width:320px}#testimonySection .text{width:50%;padding:50px;min-width:300px}#testimonySection .text>p{font-size:22px;color:var(--main-blue);font-weight:700;margin-bottom:2.5vh}#testimonySection .img{width:50%;max-width:600px}footer{margin-top:0;padding-top:5vh}@media(max-width: 1060px){#jobSection article{width:100%;max-width:300px;display:none}#jobSection article:first-of-type{display:block}#testimonySection{flex-direction:column-reverse;padding:5vh 2vw}#testimonySection iframe,#testimonySection .img{width:90%;margin:20px auto}#testimonySection>div{padding:20px}#testimonySection .text{width:90%}}@media(max-width: 860px){#introSection{flex-direction:column-reverse}#introSection>*{width:100%;margin:20px auto}}@media(max-width: 760px){#testimonySection iframe,#testimonySection>div{width:100%}}