* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
}
.container {
  width: 80%;
  margin: auto;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header {
  background-color: #f7f8f9;
  padding: 50px 0;
  text-align: center;
}

span {
  font-family: Montserrat, sans-serif;
  color: #9fa3a7;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  text-transform: uppercase;
}

.header p {
  font-family: Arvo, sans-serif;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: calc(25px + 1vw);
  font-weight: 400;
  line-height: 1.5;
}
.header a {
  color: #27b9c2;
  text-decoration: underline;
}
.mobile-l span {
  font-family: Montserrat, sans-serif;
  color: #9fa3a7;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  text-transform: uppercase;
  padding-left: 5px;
}

.mobile h2 {
  margin: 10px 0 20px;
  font-family: Arvo, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  padding-left: 5px;
}
.mobile p {
  color: #9fa3a7;
  word-spacing: 2px;
  padding-left: 5px;
}

.mobile img {
  width: 70%;
  display: block;
  margin: auto;
  margin-top: 50px;
}
.keyboard {
  padding: 40px 0;
  background-color: #f05638;
}
.keyboard img {
  width: 70%;
  margin: auto;
  display: block;
}

.keyboard h2 {
  font-family: Arvo, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  color: white;
  text-align: center;
  max-width: 230px;
  padding-bottom: 20px;
}
.keyboard a,
a span {
  font-family: Montserrat, sans-serif;

  color: #ffc819;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.cont {
  background-color: #f7f8f9;
  padding: 30px 0;
}
.cont img {
  max-width: 80%;
  margin-right: 50px;
  display: block;
}

.cont h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Arvo, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.cont a,
.cont span {
  font-family: Montserrat, sans-serif;

  color: #27b9c2;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}
.tv {
  padding: 68px 17.5px 50px;
}

.tv span {
  font-family: Montserrat, sans-serif;
  color: #9fa3a7;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 12px;
  text-transform: uppercase;
}

.tv h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Arvo, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}
.tv img {
  width: 100%;
  margin: auto;
}

.tv p {
  color: #9fa3a7;
  padding: 20px 0;
}

.tv a {
  font-family: Montserrat, sans-serif;

  color: #27b9c2;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}
.content-x {
  position: relative;
}

.x {
  background-color: #38d5f4;
  padding: 5px 0;
}
.x .fa-twitter {
  color: #ffc819;
  font-size: 60px;
}
.x h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Arvo, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #f7f8f9;
  max-width: 200px;
  text-align: center;
}
.content-x {
  background-color: #35cfed;
  border-radius: 50%;
  padding: 50px;
}

.lab {
  position: relative;
  padding-top: 30px;
  background-color: #93b6b7;
}
.img-one {
  width: 85%;
  margin: auto;
  display: block;
}
.imgs {
  position: relative;
}

.img-two {
  width: 85%;
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  margin-right: 50px;
}
.lab h2 {
  font-family: Arvo, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #f7f8f9;
  max-width: 260px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.lab span {
  margin-left: 10px;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #fa684f;
  font-size: 8px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #f7f8f9;
}

.icloud {
  background-color: #8f76bc;
  padding: 30px 21px 70px;
  overflow: hidden;
}
.icloud img {
  width: 50%;
}
.save {
  margin-top: 30px;
  margin-bottom: 80px;
}
.save-text span {
  padding: 2px 13px 1px;
  border-radius: 60px;
  background-color: hsla(0, 0%, 100%, 0.08);
  font-size: 10px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 2.4px;
  margin: 15px;
  color: #e3e4e6;
}
.save-text p {
  font-family: Montserrat, sans-serif;
  color: #e3e4e6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.save-text {
  position: relative;
  z-index: 2;
  margin: auto;
}
.circle {
  background-color: #8166b0;
  width: 350px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
}

.icloud h2 {
  color: #e3e4e6;
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
.icloud p {
  width: 80%;
  max-width: 290px;
  color: #e3e4e6;
  color: #fff;
  text-align: center;
}

.icloud a {
  text-decoration: none;
  color: #000;
  margin-top: 30px;
  padding: 14px 28px;
  border-radius: 50px;
  background-color: #ffc80a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.ex {
  padding: 30px 0;
}

.ex span {
  background-color: #7bc424;
  color: #fff;
  font-size: 8px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
}

.ex h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Arvo, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  width: 50%;
  text-align: center;
}

.sec-tv {
  overflow: hidden;
  background-color: #2c2c2c;
  padding: 0px 21px 30px 21px;
}
.sec-tv img {
  width: 80%;
  margin: auto;
}

.sec-tv h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Arvo, sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: #e3e4e6;
  text-align: center;
}
