.red-block{
  background-color: #E40000;
}
.content{
  padding-top: 150px;
  max-width: calc(1200px + 1rem);
  margin: 0px auto 0;
}

.heading{
  font-size: 36px;
  color: #202020;
  font-weight: 700;
}

.body{
  position: relative;
  display: flex;
  align-items: center;
}
.body .image-wrapper{
  display: flex;
  max-height: 50%;
}
.body .text{
  display: flex;
  margin-left: auto;

}
.flex-box{
  float: right;
  height: 700px;
  width: 400px;
  display: flex;
  align-items: center;
}
.flex-box>div{
  width: 400px;
}

h2{
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  color: #E40000;
}
.c1{
  font-weight: bold;
  font-size: 36px;
  line-height: 45px
}

.c2{
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
}

a.back, a.black:visited, a.black:active, a.black:hover, a.black:focus-visible{
  background-color: #202020;
  color: white;
  border-radius: 4px;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  display: block;
  text-align: center;
  padding: 12px 0;
  margin-top: 20px;
}
@media screen and (max-width: 1200px){
  .image-wrapper{
    max-width: 50%;
  }
}

@media screen and (max-width: 768px){
  .content{
    margin: 15px;
  }
  .body{
    display: block;
  }
  .body .image-wrapper{
    max-width: none;
    justify-content: end;
    display: flex;

  }

  .body .text{
    margin-top: -50px;
  }
  img {
    width: 50%;
  }
  .flex-box{
    height: auto;
    width: 100%;
  }
  .heading, c1{
    font-size: 28px;
  }
  footer.footer{
    margin-top: 40px;
  }
}
