


.wrapper{

    display:grid;
grid-template-columns: auto 52% 28% auto;
grid-gap:3%;
padding: 2%;

}



a {
  color: #131313;
}

img {
  width: 75%; /* set the width of the image. Image will take up 100% width of available space */
  height: auto; /* height will automatically resize based on width */
}

footer {
  display: flex;
  justify-content: center; /* center items vertically, in this case */
  align-items: center; /* center items horizontally, in this case */
  box-sizing: border-box;
  width: 100%; /* set the width of the footer  */
  height: 15vh; /* set the height of the footer  */
  color: #fff; /* set the text colour of the footer  */
  background-color: #0E0E0E;
  margin-top: 1em;
  font-size: small;
}



.content img {
height:80px;
  width: 80px;
  float:left;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding: 5%;
}

.centerone {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 5%;
}


.center1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 33%;
  padding: 5%;
}

.resize {
  width: 30px;
  height: auto;
}

h1{color: rgb(0, 0, 0); text-align:center}

h2{color: rgb(59, 59, 61);text-align:center}

h3{color: rgb(109, 112, 110);text-align:center}

p.b {
    text-align-last: center;
  }


  body {
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
    padding: 1.5%; text-align: center;
  }

  body {
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
    padding: 1.5%; text-align: left; font-size: large;
  }

  .resizetwo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    height: auto;
  }