
.header_headline {
  width:60%; 
  margin-left: 20%;
}


@media screen and (max-width: 440px) {
  
  .header_headline {
    width:80%; 
    margin-left: 10%;
  }
}


.batch-logo {
  position:absolute;
  margin-left: 150px;
  margin-top: 100px;
}
.batch-logo img{
  width:200px;
}
@media screen and (max-width: 992px) {
  .batch-logo {
    margin-left: 0px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .batch-logo {
    margin-left: 0px;
    margin-top: 125px;
  }
  .batch-logo img{
    width:150px;
  }
  .area2 {
    padding-top:240px;
  }
}


@media screen and (min-width: 767px) {
  .footer_copyright p{
    position: absolute;
    bottom: 0px;
    margin-bottom: 15px;
  }
  .footer_address {
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .footer_logo img {
    
    position: absolute;
    bottom: 0px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .footer_logo img {
    position: absolute;
    bottom: 0px;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 15px;
  }
}
.footer_copyright2 {
  display: none;
}
.footer_copyright2 p{
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    margin-top: 200px;
    margin-bottom: 100px;
  }
  .footer_logo img {
    position: absolute;
    bottom: 0px;
    width: 40%;
    margin-left: calc(30% - 15px);
    margin-bottom: 15px;
  }
  .footer_address {
    text-align: center;
  }
  .footer_copyright {
    display:none;
  }
  .footer_copyright2 {
    display: block;
  }
}
.footer_copyright


.footer_logo


