html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

body {
  min-width: 320px;
  font: 400 18px/100% "Noto Sans", Helvetica, Arial, sans-serif;
  color: #333333;
  background-color: #f9f9f9;
}

*:focus-visible {
  outline: 0;
}

/* GLOBALS */
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}

.txt {
  line-height: 150%;
  letter-spacing: 0.15px;
}

.ttl {
  margin: 0;
  line-height: 100%;
  font-weight: normal;
}

.title-3 {
  font-size: 28px;
  font-weight: 600;
}

.btn-reset {
  border: none;
  outline: none;
  padding: 0;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

.lst-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex {
  display: flex;
}

/* HERO */
.hero {
  height: 880px;
  background-image: url(/reviews/ipad-2024/hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* DESIGN */
.design{
  background-color: #eaeaf0;
}
.design__top {
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 194px;
  bottom: 10px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.01),
    0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.01),
    0px 2.522px 0.017px 0px rgba(0, 0, 0, 0.01),
    0px 12.336px 7.869px 0px rgba(0, 0, 0, 0.01),
    0px 31.778px 23.422px 0px rgba(0, 0, 0, 0.01),
    0px 20px 14px 0px rgba(0, 0, 0, 0.02);
}

.design__top-content {
  padding-top: 7px;
  max-width: 83%;
  flex-direction: column;
  justify-content: space-between;
  min-height: 70px;
}

.design__top-ttl {
  font-size: 28px;
  font-weight: 600;
}

.design__main {
  padding: 10px 0 70px;
  justify-content: space-between;
}

.design__left {
  margin-right: 10px;
  /* padding: 15px 0; */
  flex-basis: 46%;
  align-items: center;
}

.design__left-wrap {
  min-height: 364px;
  flex-direction: column;
}

.design__ttl {
  margin-bottom: auto;
}

.design__txt:first-of-type {
  margin-bottom: 10px;
}

.design__right {
  margin-bottom: 10px;
  padding: 40px 30px;
  min-height: 464px;
  flex-basis: 47.7%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  background-color: #ffffff;
  width: 47.7%;
}
.iphone-color-slider{
  margin-bottom: 30px;
}
.design__pic {
  text-align: center;
}

.design__img {
  max-width: 58.5%;
}

.design__itm:not(:last-child) {
  margin-right: 5px;
}
.action-page.macbook-air-15 .action-video .action-video-holder .promo-banner-wrap{
  background: unset;
}
.action-page .action-video{
  height: 100%;
}
.action-page.iphone-yellow .action-video{
  height: 100%;
}

/* SCREEN */
.screen {
  padding-top: 20px;
  /* min-height: 420px; */
  background-color: #eaeaf0;
  padding-bottom: 45px;
}

.screen__wrapper {
  justify-content: space-between;
  align-items: center;
}

.screen__pic {
  flex-basis: 49.7%;
  /*align-self: flex-end;*/
}
.screen__pic img{
  max-width: 610px;
  width: 100%;
  height: auto;
  object-fit: cover;
  float: right;
  margin-top: -10px;
}
.screen__pic.left-side img{
  float: left;
}
.screen__content {
  min-height: 290px;
  padding-top: 20px;
  flex-direction: column;
  flex-basis: 47.8%;
}
.design.bottom-section{
  padding-top: 60px;
  padding-bottom: 100px;
}
.design.bottom-section .design__top{
  min-height: 248px;
  bottom: unset;
  box-shadow: unset;
}
.design.bottom-section .design__top-content{
  padding-top: 0;
}
.screen__ttl {
  margin-bottom: auto;
  margin-bottom: 30px;
}

.screen__txt:first-of-type {
  margin-bottom: 10px;
}
.screen__content ul{
  margin-top: 15px;
  padding-left: 27px;
}
.screen__content ul li{
  margin-bottom: 15px;
}
@media (max-width: 1440px) {
  .hero{
    min-height: 450px;
  }
}
/*@media (max-width: 1279px) {
    .hero{
      min-height: 400px;
    }
}*/
@media (max-width: 1024px) {
  .hero {
    min-height: 280px;
    background-image: url(/reviews/ipad-2024/hero-tab.png);
  }
  .txt{
    font-size: 14px;
  }
  .design__top{
    min-height: 130px;
    bottom: 10px;
  }
  .design__top-content{
    min-height: 60px;
  }
  .screen__pic img{
    max-width: 430px;
  }
  .screen__content ul{
    margin-top: 5px;
    margin-bottom: 0;
  }
  .screen__content ul li{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .screen{
    padding-bottom: 20px;
  }
  .design.bottom-section .design__top{
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: 510px;
    background-image: url(/reviews/ipad-2024/hero-mob.png);
  }
  .screen__wrapper{
    flex-wrap: wrap;
  }
  .screen__content{
    width: 100%;
    order: 2;
    flex-basis: 100%;
  }
  .screen__pic{
    width: 100%;
    order: 1;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .screen__pic img{
    max-width: unset;
    width: 100%;
  }
  .txt{
    font-size: 12px;
  }
  .screen__content ul li{
    font-size: 12px;
  }
  .screen__ttl{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .design.bottom-section .design__top{
   min-height: 240px; 
  }
  .design__top{
    min-height: 150px;
    bottom: 0;
  }
  .design.bottom-section{
    padding-top: 20px;
    padding-bottom: 60px;
  }

}