h3{
  width: 100%;
  height: min(276px, 37.96424vh);
  text-align: center;
  padding-top: min(165px, 22.69601vh);
  margin-bottom: min(9px, 1.23796vh);
  background-image: url(../img/concept_1.jpg);
  background-size: cover;
}
h3>p{
  height: 100%;
  display: inline;
}
section:first-of-type>p{
  width: min(400px, 96.61836vw);
  margin: 0 auto min(16px, 2.20083vh);
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: min(16px, 2.20083vh) min(5px, 1.20773vw);
  line-height: 1.2;
}

#container>img{
  width: 100%;
  height: min(155px, 21.3205vh);
}

section:last-of-type{
  background-color: rgba(0, 0, 0, 0.9);
  padding: min(14px, 1.92572vh) min(14px, 3.38164vw);
  margin-bottom: min(13px, 1.78817vh);
}
section:last-of-type>h4{
  margin-bottom: min(21px, 2.88858vh);
}
section:last-of-type>p{
  width: 100%;
  text-align: center;
  margin-bottom: min(16px, 2.20083vh);
}
section:last-of-type>div{
  text-align: right;
}
section:last-of-type>div>button{
  height: min(39px, 5.36451vh);
  background-color: white;
  border: none;
}
section:last-of-type>div>button>a{
  vertical-align: middle;
  text-align: center;
}
section:last-of-type>div>button>a>p{
  color: black;
  font-weight: bold;
}