.container {
  width: 100%;
  background-image: url('../images/Web-BG.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding-bottom: 100px;
}

.header {
  height: 120px;
  background-image: url('../images/tin-roof.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.logo {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.content {
  max-width: 1440px;
  margin-top: 84px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.content-left {
  width: 60%;
}

.content-right {
  width: 40%;
}

.photos {
  width: 100%;
}

.description-img {
  width: 90%;
}

._2-blocks {
  margin-top: 15px;
  display: flex;
}

.block {
  width: 50%;
  justify-content: flex-end;
  display: flex;
}

.timings-img {
  width: 90%;
}

.google-maps-img {
  width: 70%;
}

@media screen and (max-width: 991px) {
  .container {
    height: 100vh;
  }

  .logo {
    width: 300px;
  }

  .content {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    height: auto;
  }

  .content {
    flex-direction: column;
    align-items: center;
  }

  .content-left {
    width: 100%;
  }

  .content-right {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 31px;
    display: flex;
  }

  .gmaps-link {
    flex-direction: column;
    align-items: center;
    margin-top: 31px;
    display: flex;
  }

  .google-maps-img {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 80px;
  }

  .logo {
    width: 220px;
  }

  .description-img {
    width: 100%;
  }
}
