.grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
}

.wrapper{
	max-width:1400px;
	margin: 0 auto;
  background-color:none;
}


/*-------------------------------------------------OFFER---------------------------------------------------------*/

.title{
  grid-column: 1/4;
  background-color: #4A4C67;
  height: 125px;
}

#title{
  margin-top: 12px;
  height:100px
}



/*-------------------------------------------------award---------------------------------------------------------*/

  .awardSection{
    grid-column: 1/4;
    background-color: white;
    font-family: 'Calibri';

  }

  .awardTable{
    max-width: 80%;
    margin-top: 10px;
  }

  table td{
    width: 30%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }

  .awardText{
    font-family: 'Calibri';
    font-size: 25px;
    text-align: center;
    color: #4A4C67
  }

#awardImage2{
    width:35%;
    padding-bottom: 40px;
  }
#awardImage1{
    width:60%;
    padding-bottom: 40px;
  }
  #awardImage{
    width:20%;
    padding-bottom: 40px;
  }



@media screen and (max-width:1000px){
  .awardTable{
    width: 95%;
  }
  #awardImage1{
    width: 100%;
  }
  #awardImage, #awardImage2{
    width: 60%;
  }
}