/* Layout Styles
======================================= */
.ms-banner-inner {
  background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-banner-desktop.jpg) no-repeat center left / cover;
  height: 550px;
  display: flex;
  align-items: center;
  padding: 40px 140px;
}

.ms-banner-content header {
  margin: 0 0 30px;
}

.ms-banner-content img {
  max-width: 350px;
  width: 100%;
  margin: 0 0 40px;
}

.ms-section-header-inner {
  padding: 80px 60px 50px;
}

.ms-section-content-type-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.ms-section-content-type-2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* .ms-double-section-outer {
  margin: 0 0 60px;
} */

.ms-double-section-inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 0 40px;
}

.ms-double-section-inner .ms-section-card {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ms-section-content-type-2 {
  text-align: center;
}

.ms-content-type-2-span {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ms-icon-image {
  margin-top: 40px;
}

.ms-single-sections-inner {
  padding: 0 40px;
}

.ms-single-section {
  height: 570px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ms-single-section-1 .ms-section-content {
  padding: 40px 40px 40px 140px;
}

.ms-single-section-2 .ms-section-content,
.ms-single-section-3 .ms-section-content,
.ms-single-section-4 .ms-section-content,
.ms-single-section-5 .ms-section-content,
.ms-single-section-6 .ms-section-content,
.ms-single-section-7 .ms-section-content {
  padding: 40px 140px 40px 40px;
}

.ms-margin-bottom {
  margin-bottom: 60px;
}

.ms-disclosures {
  padding: 40px 40px;
}
/* Font Styles
======================================= */

.ms-disclosures h2 {
  font-size: 1.143em;
  margin: 0 0 0.5em;
  font-weight: 800;
  line-height: 1em;
  color: #373737;
}

.ms-disclosures p {
  font-size: 1em;
  margin: 0 0 0.5em;
  font-weight: 400;
  line-height: 1.3em;
  color: #373737;
}

.ms-banner-content h1 {
  font-size: 5em;
  font-weight: 400;
  color: #373737;
  line-height: 1.1em;
  margin: 0 0;
}

.ms-section-content h2 {
  font-size: 3em;
  font-weight: 400;
  color: #373737;
  line-height: 1.1em;
  margin: 0 0;
}

.ms-section-content h3 {
  font-size: 2.6em;
  font-weight: 400;
  color: #373737;
  line-height: 1.1em;
  margin: 0 0;
}

.ms-section-content p {
  font-size: 1.5em;
  font-weight: 400;
  color: #373737;
  line-height: 1.2em;
  margin: 0 0;
}

.ms-btn a {
  font-size: 1.5em;
  font-weight: 400;
  background: #373737;
  color: #fff;
  padding: 0.7em 2em 0.9em;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
}

.ms-btn a:hover {
  background: #005a9e;
}

.ms-disclaimer p {
  font-size: 1em;
  color: #373737;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  text-align: center;
}

/* Media Queries
======================================= */
@media screen and (min-width: 992px) {
  .ms-section-content-type-2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
  }

  .ms-content-type-2-span {
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
  }

  .ms-content-type-2-span .ms-blurb {
    flex-shrink: 1;
  }

  .ms-content-type-2-span .ms-btn {
    flex: 0 0 180px;
  }
}

@media screen and (min-width: 768px) {
  .ms-margin-bottom {
    margin-bottom: 40px;
  }
  .ms-single-sections-inner {
    padding: 0 40px;
  }

  /* .ms-double-section-outer {
    margin: 0 0 80px;
  } */

  .ms-disclaimer {
    position: absolute;
    bottom: 40px;
    right: 40px;
    left: 40px;
  }

  .ms-disclaimer p {
    text-align: right;
  }

  .ms-disclaimer p.text-center {
    text-align: center;
  }

  .ms-section-header-inner {
    padding: 80px 60px;
  }

  .ms-double-section-inner {
    gap: 40px;
    padding: 0 40px;
    flex-direction: row;
  }

  .ms-double-section-inner .ms-section-card {
    height: 620px;
    padding: 40px;
    overflow: hidden;
    border-radius: 16px;
    flex: 1 0 0;
  }

  .ms-single-sections-inner .ms-section-card {
    overflow: hidden;
    border-radius: 16px;
  }

  .ms-double-section-inner .ms-section-card-3,
  .ms-double-section-inner .ms-section-card-4 {
    padding-top: 80px;
  }

  .ms-mobile-image {
    display: none;
  }

  .ms-single-section {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .ms-single-section-2.ms-single-section,
  .ms-single-section-3.ms-single-section,
  .ms-single-section-4.ms-single-section,
  .ms-single-section-5.ms-single-section,
  .ms-single-section-6.ms-single-section,
  .ms-single-section-7.ms-single-section {
    justify-content: flex-end;
  }

  .ms-single-section .ms-section-content {
    max-width: 50%;
  }

  .ms-section-card-1 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-pro-13-inch-desktop-1.jpg) no-repeat center center / cover;
  }

  .ms-section-card-2 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-laptop-desktop-1.jpg) no-repeat center center / cover;
  }

  .ms-section-card-3 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-pro-family-desktop.jpg) no-repeat center center / cover;
  }

  .ms-section-card-4 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-laptop-family-desktop.jpg) no-repeat center center / cover;
  }

  .ms-section-card-5 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-pro-13-inch-desktop-2.jpg) no-repeat center center / cover;
  }

  .ms-section-card-6 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-pro-13-inch-desktop-3.jpg) no-repeat center center / cover;
  }

  .ms-section-card-7 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-laptop-desktop-2.jpg) no-repeat center center / cover;
  }

  .ms-section-card-8 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-laptop-desktop-3.jpg) no-repeat center center / cover;
  }

  .ms-section-card-9 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-pro-13-inch-desktop-3.jpg) no-repeat center center / cover;
  }

  .ms-section-card-10 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-pro-12-inch-desktop.jpg) no-repeat center center / cover;
  }

  .ms-single-section-1 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-intelligence-desktop.jpg) no-repeat center center / cover;
  }

  .ms-single-section-2 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-design-desktop.jpg) no-repeat center center / cover;
  }

  .ms-single-section-3 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-copilot-desktop.jpg) no-repeat center center / cover;
  }

  .ms-single-section-4 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-pro-12-inch-desktop.jpg) no-repeat center center / cover;
  }

  .ms-single-section-5 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-laptop-13-inch-desktop.jpg) no-repeat center center / cover;
  }

  .ms-single-section-6 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-pro-13-inch-keyboard-desktop.jpg) no-repeat center center / cover;
  }

  .ms-single-section-7 {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-pro-12-inch-keyboard-desktop.jpg) no-repeat center center / cover;
  }
}

@media screen and (max-width: 992px) {
  .ms-banner-inner {
    height: 400px;
    display: flex;
    align-items: center;
    padding: 40px 80px;
  }

  .ms-banner-content img {
    max-width: 250px;
  }

  .ms-banner-content h1 {
    font-size: 4em;
  }

  .ms-single-section {
    height: 500px;
  }

  .ms-single-section-1 .ms-section-content {
    padding: 0 40px 0 80px;
  }

  .ms-single-section-2 .ms-section-content,
  .ms-single-section-3 .ms-section-content,
  .ms-single-section-4 .ms-section-content,
  .ms-single-section-5 .ms-section-content,
  .ms-single-section-6 .ms-section-content,
  .ms-single-section-7 .ms-section-content {
    padding: 0 80px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .ms-single-section-1 .ms-section-content {
    padding: 0 0 0 0;
  }

  .ms-single-section-2 .ms-section-content,
  .ms-single-section-3 .ms-section-content,
  .ms-single-section-4 .ms-section-content,
  .ms-single-section-5 .ms-section-content,
  .ms-single-section-6 .ms-section-content,
  .ms-single-section-7 .ms-section-content {
    padding: 0 0 0 0;
  }

  .ms-single-sections-inner .ms-single-section {
    margin-bottom: 60px;
  }

  .ms-single-section {
    height: auto;
  }
  .ms-icon-image {
    margin-top: 20px;
  }

  .ms-banner-inner {
    background: url(https://hnie.blob.core.windows.net/hnie-assets/brand-pages/microsoft/images/ms-surface/ms-surface-banner-mobile.jpg) no-repeat center center / cover;
    height: 650px;
    justify-content: center;
    padding: 0;
  }

  .ms-banner-content header {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .ms-banner-content {
    padding: 60px 20px 40px;
  }

  .ms-banner-content .ms-btn {
    text-align: center;
  }
}
