.history {
  position: relative;
  max-width: 900px;
  margin: 0px auto;
  min-height: calc(100vh - 280px);
  padding: 50px 0; }

.history p{
    line-height: 2;
  }
  
.history-bg {
  height: 328px;
  background-color: #032357;
  border-radius: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px; }
  .history-bg img {
    width: 266px;
    height: 275px; }

@media screen and (max-width: 768px) {
  .history {
    width: 92%;
    margin: 0 auto; }
  .history-bg {
    height: 240px;
    margin-bottom: 40px; }
    .history-bg img {
      width: 186px;
      height: 195px; } }

@media screen and (max-width: 414px) {
  .history-bg {
    height: 180px;
    margin-bottom: 20px; }
    .history-bg img {
      width: 136px;
      height: 145px; } }
