body {
  background-color: #fff;
  font-size:16px;
}

p {
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

main {
  max-width: 1920px;
  margin: 0 auto;
}

.header-lamp-subpage {
  background-image: url(img/header-top-subpage.svg);
  background-repeat: no-repeat;
  position: relative;
  background-size: auto 300px;
  background-position: top center;
  padding-top: 195px;
}
.header-lamp-subpage .font-sgco-70 {
  font-size: 34px;
  margin-bottom: 30px;
  display: block;
}
/* .header-lamp-subpage .title{
                  position:absolute;
                  bottom:0;
                  left:0;
                  width:100%;
            } */

@media (min-width: 992px) {
  .header-lamp-subpage {
    background-size: auto 400px;
    padding-top: 255px;
  }
  .header-lamp-subpage .font-sgco-70 {
    font-size: 55px;
  }
}

@media (min-width: 1300px) {
  .header-lamp-subpage {
    background-size: contain;
    padding-top: 305px;
  }
  .header-lamp-subpage .font-sgco-70 {
    font-size: 60px;
  }
}

/* ================================
            IMAGE + QUOTE SECTION
            ================================ */
.col-img-quote-s {
  gap: 40px;
  margin: 50px 80px 0;
  align-items: flex-end;
}

.col-img-quote-s .image-wrapper {
  width: 290px;
  flex-shrink: 0;
}

.col-img-quote-s .quote-wrapper {
  padding-bottom: 70px;
}

.col-img-quote-s img {
  object-fit: cover;
  width: 173%;
  max-width: 223% !important;
}

@media (max-width: 991px) {
  .col-img-quote-s {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .col-img-quote-s {
    display: flex;
    flex-direction: column;
    margin: 50px 30px 0;
  }
.col-img-quote-s .quote-wrapper {
  padding-bottom: 50px;
}
  .col-img-quote-s .image-wrapper {
    width: 100%;
  }

  .col-img-quote-s img {
    width: 100%;
    max-width: 100% !important;
  }
}
