body {
  box-sizing: border-box;
}
@font-face {
  font-family: IQOS;
  mso-font-alt: "Calibri";
  src: url(https://o3area.com/iqos/fonts/IQOS-Regular.woff2) format("woff2"), url(https://o3area.com/iqos/fonts/IQOS-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
div{
  font-family: IQOS;
}
.header {
  padding: 30px 0 30px 20px !important;
}
.header img {
  height: 30px;
}
.title {
  background-color: #34303E;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 26px;
}
.title p {
  color: #00D1D2;
}
.title p span {
  color: white;
  font-weight: bold;
  display: block;
}
.description {
  font-size: 14px;
  color: #34303d;
  padding: 30px;
  text-align: center;
}
.info {
  background-color: #00d1d2;
}
.info-title {
  color:white;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}
.info-border{
  border: 2px solid #34303D;
  color: #34303D;
  font-size: 18px;
  margin: 15px auto;
}
.info-description {
  font-size: 14px;
  margin: 15px auto;

}
.self {
  align-self: center;
}
.footer {
  background-color: #34303e;
  color: white;
  text-align: center;
}
.footer-desc span {
  font-weight: bold;
  display: block;
}
.footer-logo img {
  width: 100px;
  height: 30px;
}
.footer-links a img {
  height: 30px;
  width: 30px;
}
.phone-number{
  font-weight: bold;
}
.copyright{
  padding: 15px 0 ;
}
.copyright p{
  font-size: 12px;
  text-align: center;
}
.footer-logo {
  text-align: left;
}
.footer-links {
  text-align: right;
}

@media screen and (min-width: 768px) {
 
  .header img {
    height: 60px;
  }
  .title {
    font-size: 60px;
  }
  .description,
  .footer {
    font-size: 30px;
  }
  .info-title,
  .info-border {
    font-size: 26px;
  }
  .info-description {
    font-size: 20px;
  }
  .footer-desc {
    margin-top: 50px;
  }
  .footer-desc span {
    font-size: 46px;
  }
  .footer-logo img {
    width: 200px;
    height: 60px;
  }
  .footer-links a img {
    height: 70px;
    width: 70px;
  }
}
