.awards-page-hero-title {
  color(display-p3 0.195 0.886 0.054);
}
.second-section {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

.second-section-title {
  font-size: 5rem;
  width: 100%;
  text-transform: uppercase;
  line-height: 1;
}

.second-section-msg-cnt {
  width: 100%;
}

.second-section-msg {
  display: block;
  padding: calc(var(--default-padding) / 2);
  font-size: 0.833rem;
}


/* Small devices */
@media (min-width: 576px) {
  
}

/* Medium devices */
@media (min-width: 768px) {
  .second-section {
    flex-direction: row;
    height: 100vh;
  }
  .second-section-title { 
    width: 50%;
    font-size: 3rem;
  }
  .second-section-msg-cnt { width: 50%; }
  
}

/* Large devices */
@media (min-width: 992px) {
  .awards-section-title,
  .second-section-title { font-size: 3.2rem; }
  

}

/* X-Large devices */
@media (min-width: 1200px) {

  .awards-section-title,
  .second-section-title { font-size: 4rem; }
}

/* XX-Large devices */
@media (min-width: 1400px) {
  .awards-section-title{
    width: 75%;
    margin:0 auto;
  }
  
  .awards-section-title,
  .second-section-title { font-size: 5rem; }
}
