.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.grid_logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.image {
  width: 30vw;
  min-width: auto;
}

.image:hover {
  transform: scale(1.1);
}

.image-2 {
  width: 30vw;
}

.image-2:hover {
  transform: scale(1.1);
}

.link {
  color: #164454;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
}

.image-3 {
  max-width: 5%;
  max-height: none;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-link {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/web-aca.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 50vw;
  min-height: 100vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.container {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  width: auto;
  max-width: 5%;
  height: auto;
  max-height: none;
}

.link-2 {
  color: #164454;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  background-image: url('../images/Background.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 50vw;
  min-height: 100vh;
  display: flex;
}

@media screen and (max-width: 991px) {
  .image-4 {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .grid_logos {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .image, .image-2 {
    width: 60vw;
  }

  .image-3 {
    width: 3vw;
  }

  .left-link {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    min-width: 100vw;
    min-height: 50vh;
  }

  .container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-4 {
    width: 3vw;
  }

  .container-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-4 {
    min-width: 100vw;
    min-height: 50vh;
  }

  #w-node-_171b8222-958f-b14f-2c62-58fe0f34014d-2002d520 {
    place-self: auto;
  }
}


