
@font-face {
  font-family: fedexSans;
  src: url("./FedExSans_W_Rg.woff");
  font-weight: 400;
}
@font-face {
  font-family: fedexSansLt;
  src: url("./FedExSans_W_Lt.woff");
  font-weight: 300;
}
body {
  font-family: fedexSans, Arial, Helvetica, sans-serif;
  text-align: center;
}
div.img {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: 0 85%;
  background-repeat: no-repeat;
  background-position: bottom;
}
div.img#market {
  background-image: url('./market.webp');
}
div.img#laptop {
  background-image: url('./laptop.webp');
}
h2 {
  font-family: fedexSansLt, Arial, Helvetica, sans-serif;
  margin: 60px 0 0;
  padding: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: -0.4px;
}
h3 {
  font-family: fedexSans, Arial, Helvetica, sans-serif;
  margin: 40px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
button, a {
  font-family: fedexSans, Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 15px 30px;
  border: none;
  background-color: #ff6200;
  color: white;
  cursor: pointer;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width : 1024px) {
  div.img {
    width: 100%;
    height: 225px;
  }
}
@media only screen and (max-width : 640px) {
  div.img {
    width: 100%;
    height: 150px;
  }
}