.landingpage_container p {
  font-weight: 300;
  color: #000;
  line-height: 1.6;
  font-size: clamp(16px, 2vw, 18px);
}

.landingpage_container h4 {
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  font-size: clamp(18px, 2.3vw, 20px);
  margin: 0 !important;
}

.landingpage_container h1 {
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  font-size: clamp(13px, 3.5vw, 36px);
  letter-spacing: 2px;
  display: inline-block;
  background-color: #f07f23;
  padding: 0 10px;
  margin: 2px 0;
  text-align: center;
}

.landingpage_container .row {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.landingpage_container video {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .landingpage_container h1 {
    font-size: clamp(13px, 2.5vw, 36px);
  }
}

.landingpage_container .section_1984 .bg {
  background: url('./year-1984-bg.jpg') no-repeat bottom center;
  padding-bottom: calc(50vw * 602 / 640);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .landingpage_container .section_1984 .bg {
    padding-bottom: 0;
  }
}

.landingpage_container .section_1989 .bg {
  background: url('./year-1989-bg.jpg') no-repeat bottom center;
  min-height: calc(80vw * 987 / 640);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.landingpage_container .section_1989 .custom-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.landingpage_container .section_1989 .custom-flex div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landingpage_container .section_1989 .custom-flex2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .landingpage_container .section_1989 .bg {
    min-height: 0;
  }
  
}

.landingpage_container .section_1992-94 .row {
  background: #000 url('./awards-bg.jpg') no-repeat center;
  background-size: 150% auto;
  padding: 20px 0;
}
.landingpage_container .section_1992-94 p {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .landingpage_container .section_1992-94 .row {
    background-size: cover;
  }
}

.landingpage_container .section_1999 .bg {
  background: url('./year-1999-bg.jpg') no-repeat bottom center;
  padding-bottom: calc(50vw * 695 / 640);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .landingpage_container .section_1999 .bg {
    padding-bottom: 0;
  }
}

.landingpage_container .section_2012 .bg {
  background: url('./year-2012-bg.jpg') no-repeat bottom center;
  padding-bottom: calc(50vw * 780 / 640);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .landingpage_container .section_2012 .bg {
    padding-bottom: 0;
  }
}

.landingpage_container .section_2019 .bg {
  background: url('./year-2019-bg.jpg') no-repeat bottom center;
  min-height: calc(90vw * 964 / 640);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.landingpage_container .section_2019 .custom-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.landingpage_container .section_2019 .custom-flex div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .landingpage_container .section_2019 .bg {
    min-height: 0;
  }
  
}

@media screen and (min-width: 1200px) {
  .landingpage_container .container {
    width: 100%;
    max-width: 1300px;
  }
}
@media screen and (max-width: 991px) {

  .landingpage_container .container,
  .landingpage_container .container-fluid {
    width: 100%;
  }

  .breakout>.container-fluid,
  .breakout>.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}