.about-us .content h2 {
      font-weight: 700;
      font-size: 42px;
      line-height: 60px;
      margin-bottom: 20px;
      text-transform: uppercase;
}
    
.about-us .content h3 {
      font-weight: 500;
      line-height: 32px;
      font-size: 24px;
}
    
.about-us .content ul {
      list-style: none;
      padding: 0;
}
    
.about-us .content ul li {
      padding: 10px 0 0 28px;
      position: relative;
}
    
.about-us .content ul i {
      left: 0;
      top: 7px;
      position: absolute;
      font-size: 20px;
      color: #a00c0c;
}
    
.about-us .content p:last-child {
      margin-bottom: 0;
}

.overview{
      background: url(../img/images/pexels-mali-maeder-70418.jpg) center/cover no-repeat; 
      
}

.overview-opacity{
      background:rgba(126, 99, 99, 0.308);
}

.overview h2{
      font-weight: bold;
      padding: 4rem 1rem 1rem 4rem;
      font: 2.5rem;
      color:white;
      text-transform: uppercase;
      color: rgb(218, 213, 213);
}

.overview p{
      font: 1rem sans-serif;
      padding: 0.5rem 4rem;
      line-height: 3rem;
      color: white;
      text-align: justify;
}
.overview button{
      min-width: 10rem;
      min-height: 2rem;
      margin-left: 4rem;
      padding: 0.7rem;
      border: none;
      border-radius: 1rem;
      background: rgb(68, 84, 121);
}

.overview button a{
      text-decoration: none;
      color: white;
      font-weight: bold;
}

.overview button:hover{
      background: rgb(100, 100, 100);
}

.overview button a:hover{
      color: black;
}

.our-statement{
      background: url(../img/images/undraw_world.png) center/contain no-repeat fixed;
}

.our-statement-opacity{
      background:rgba(221, 217, 217, 0.568);
}

.statement{
      padding: 1.5rem 4rem;
      line-height: 2rem;
      border-bottom: 1px dotted rgb(158, 147, 147);
}
.statement:last-child{
      border-bottom: none;
}