h1 {
    text-align: center;
    margin: 80px auto 30px;
    line-height: 124%;
    color: #000;
}
@media(max-width:600px) {
h1 {
    font-size: 40px;
}  
}
h2 {
    font-size: 40px;
    line-height: 125%;
    text-align: center;
    margin: 20px auto 20px;
    color: #000;
}
h3 {
    text-align: center;
    font-size: 24px;
    margin: 30px auto;
    color: #000;
}
.spacer-lines {
    border-top: 2px solid #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
    width: 100%;
    height: 4px;
    margin: 25px auto 25px;
    max-width: 300px;
}
#jg-exp ul {
    display: flex;
    list-style: none;
}
#jg-exp ul li {
    width: 50%;
}
#jg-exp ul li:first-child {
    margin-right: 5%;
}
@media(max-width: 700px) {
#jg-exp ul {
    flex-direction: column;
}
#jg-exp ul li {
    width: 100%;
}
#jg-exp ul li:first-child {
    margin: 20px 0;
}  
}
/*-- Quote Section --*/
#jg-tms-quote img {
    width: 100%;
}
#jg-tms-quote > div {
    position: relative;
}
.qantas-bq {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.qantas-bq > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.qantas-bq.blockquote {
    padding: 0 50px;
    border-top: none;
    border-bottom: none;
    color: #fff;
    max-width: 1100px;
}
p.qantas-p {
  color: #fff;
}
.qantas-bq .blockquote {
    padding: 0 50px;
    border-top: none;
    border-bottom: none;
    color: #fff;
    max-width: 1100px;
}

/*-- JG TMS LVDP --*/
.jg-tms-lvdp {
    margin: auto;
    text-align: center;
}
#jg-tms-lvdp ul {
    display: flex;
    list-style: none;
}
#jg-tms-lvdp ul li {
    width: 50%;
}
#jg-tms-lvdp ul li:first-child {
    margin-right: 5%;
}
@media(max-width: 700px) {
#jg-tms-lvdp ul {
    flex-direction: column;
}
#jg-tms-lvdp ul li {
    width: 100%;
}
#jg-tms-lvdp ul li:first-child {
    margin: 20px 0;
}  
}
/*-- Explanation Section --*/
#jg-exp-of-hc ul {
    display: flex;
    list-style: none;
    margin: 20px auto 30px;
}
#jg-exp-of-hc ul li {
    width: 50%;
}
#jg-exp-of-hc ul li:first-child {
    margin-right: 5%;
}
@media(max-width: 700px) {
#jg-exp-of-hc ul {
    flex-direction: column;
}
#jg-exp-of-hc ul li {
    width: 100%;
}
#jg-exp-of-hc ul li:first-child {
    margin: 0 0 30px 0;
}  
}
.jg-launch-div {
    text-align: center;
}
/*-- Villification Section --*/
#vilification .content-wrapper {
    padding-bottom: 100px;
}
#vilification h2, #vilification p {
    color: #fff;
}
#vilification a {
    text-decoration: underline;
    color: #fff;
}
#vilification {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
/*     background-attachment: fixed; */
    background-size: cover;
    background-image: url(https://images.wtmfiles.com/main/Tim-ms-himalayan-website-banner.jpg?trim-left=0&trim-right=0&trim-bottom=800&trim-top=650);
}
@media(max-width: 650px) {
 #vilification {
    background-image: url(https://images.wtmfiles.com/main/Tim-ms-himalayan-website-banner.jpg?trim-left=0&trim-right=0&trim-bottom=800&trim-top=450);
} 
}
/*
@media(max-width: 700px) {
 #vilification {
    background-image: url(https://images.wtmfiles.com/main/Tim-ms-himalayan-website-banner.jpg?trim-left=0&trim-right=0&trim-bottom=800&trim-top=650);
} 
}
@media(max-width: 500px) {
 #vilification {
    background-image: url(https://images.wtmfiles.com/main/Tim-ms-himalayan-website-banner.jpg?trim-left=0&trim-right=0&trim-bottom=800&trim-top=650);
} 
} */
#vilification img {
    width: 100%;
}
/*-- Commendations Section --*/
.people-saying-table {
    display: table;
}
.people-saying-row {
    display: table-row;
}
.people-saying-cell-1 {
    display: table-cell;
    border-bottom: 1px solid #d2d2d2;
    padding: 45px 50px 45px 20px;
    width: 77%;
}
@media (max-width: 768px) {
.people-saying-cell-1 {
    display: block;
    border-bottom: none;
    padding: 45px 0 2px 0;
    width: 100%;
}  
}
.people-saying-cell-2 {
    display: table-cell;
    font-weight: bold;
    border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 768px) {
.people-saying-cell-2 {
    display: block;
    padding-bottom: 40px;
}  
}