section:first-of-type{background:url(../common/img/office.jpg) no-repeat;background-size:cover;background-position:center;height:40vh;display:flex;align-items:center;justify-content:center}@keyframes headScale{0%{transform:scale(0.2);opacity:.5}100%{transform:scale(1);opacity:1}}section:first-of-type h1{color:#fff;font-size:30px;font-weight:bold;animation:headScale .8s forwards}section:nth-of-type(2){margin-bottom:10%;padding:0 5%;color:#2a2929}h2{margin-top:18%;font-size:30px;font-weight:bold;text-align:center}dl{margin-top:6%;line-height:1.5;border-bottom:1px dotted #afaeae}dd{margin-bottom:2%}@media screen and (min-width: 641px){section:first-of-type{height:45vh}section:first-of-type h1{font-size:40px}h2{font-size:40px}dl{font-size:20px}}@media screen and (min-width: 1000px){section:first-of-type{height:55vh}section:first-of-type h1{font-size:50px}h2{font-size:50px}dl{font-size:25px}}