body{
    display: flex;
    justify-content: center;
    align-items: center;
}

.section{
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 30px;
}

.hero{
    display: flex;
    flex-direction: column;
    align-items: center;
}

img{
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: 450px;
    object-fit: cover;
}
.container{
    margin-top: 30px;
    width: 100%;
}
.line{
    width: 100%;
    max-width:750px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}
.line p{
    text-align: center;
    width: 100%;
    margin-bottom: 0;
   margin-top: 0;
}
.line .bigger{
    font-weight: bold;
    font-size: 18px;
}

.mail-line{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.mail-line a{
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1140px){
    .section {
        padding: 40px 30px;
    }
}
@media (max-width: 900px){
  h1{
      font-size: 27px;
  }
    img {
        height: 390px;
    }
}

@media (max-width: 840px){
  .line {
    flex-direction: column;
    gap: 9px;
      margin: 20px auto;
  }
    .container {
        margin-top: 20px;
    }
    img {
        height: 345px;
    }
    .mail-line {
        margin-top: 35px;
    }
    body {
        height: 99vh;
    }

}
@media (max-width: 767px) {
    h1 {
        font-size: 25px;
        text-align: center;
    }
}
@media (max-width: 530px) {
    img {
        height: auto;
    }
    body {
        height: auto;
    }
    h1 {
        font-size: 23px;
        text-align: center;
    }
    body {
         align-items: start;
    }
}
@media (max-width: 450px){
    .section {
        padding: 35px 20px 0;
    }
    .container {
        margin-top: 25px;
    }
    .mail-line {
        margin-top: 40px;
    }
    .line p {
        font-size: 15px;
    }
}
@media (max-width: 380px){
    h1 {
        font-size: 20px;
    }
    .mail-line a {
        font-size: 19px;
    }
}