* {
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
  font-family: "Roboto", sans-serif;
}

body {
  background: #565656;
}

h1 {
  text-transform: uppercase;
  width: 200px;
  font-weight: bold;
  font-size: 2.2em;
  line-height: 1em;
}

p {
  font-size: 1em;
  padding-left: 8px;
  border-left: 8px solid;
  border-color: #444444;
}

img {
  width: 7.1em;
  height: auto;
  margin: 0 0.2em 0.2em 0.2em;
}

.box {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100vh;
}

.halfBox {
  width: 30em;
}

.boxMainContant,
.boxMainContantRight {
  float: left;
  height: 22.5em;
}

.boxMainContant:nth-child(1) {
  width: 25%;
}

.boxMainContant:nth-child(2) {
  width: 75%;
}

.boxMainContantRight:nth-child(2) {
  width: 25%;
}

.boxMainContantRight:nth-child(1) {
  width: 75%;
}

.top,
.bottom {
  float: left;
}

.ffiTitle {
  margin-top: 14px;
  margin-left: 20px;
}

.ffiParagraph {
  margin-top: 4em;
  margin-left: 20px;
}

.sdgTitle {
  margin-top: 1.6em;
}

.sdgParagraph {
  margin-top: 17px;
  padding-right: 1.7em;
}

.contantLeft,
.contantRight {
  background: #ffffff;
  margin-left: 0.2em;
  margin-right: 0.2em;
  padding-top: 13px;
  height: 21.3em;
  transition: 0.8s;
}

.contantLeft a,
.contantRight a {
  color: #444444;
  text-decoration: none;
}

.contantRight {
  padding-left: 1em;
}

.ffiLink,
.sdgLink {
  cursor: pointer;
}

div.hoverMenu {
  opacity: 0.4;
}
