
main {
  margin-top: 10px;
}

.mb5{
  margin-bottom:50px;
}

main h2{margin:30px;}
main h3{margin:5px;}

main a {color: #9a8750!important; text-decoration: underline ;}

main p{
  margin-left:10px;
  margin-right:10px;
}

main div.content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));

  gap: 30px;
  align-items: center;
}

@media (min-width: 680px) {
  main div.content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  main div.content div h2 {
    text-align: left;
  }

  main div.content div img.icon {
    margin-right: -100px;
  }
}

@media (max-width: 680px) {
  main div.content div.order-1 {
    order: 1;
  }

  main div.content div.order-2 {
    order: 2;
  }

  main div.content div.order-3 {
    order: 3;
  }

  main div.content div.order-4 {
    order: 4;
  }

  main div.content div.order-5 {
    order: 5;
  }

  main div.content div.order-6 {
    order: 6;
  }

  main div.content div.order-7 {
    order: 7;
  }

  main div.content div.order-8 {
    order: 8;
  }

  main div.content div h2,
  main div.content div p {
    text-align: center;
  }

  .img-a {
    width: 100%;
  }

}

main div.content img.icon {
  width: auto;
  margin-bottom: -50px;
}

main div.content div {
  align-self: center;
  justify-self: center;
}

main div.content div img {
  width: 100%;
}

main.class-446-152 {
  background-position: center center;
  background-attachment: scroll;
  background-image: url("/photo/catalog/photo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 800px;
}

main.class-446-153 {
  background-position: center center;
  background-attachment: scroll;
  background-image: url("/photo/catalog/commerce-realty.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

main.class-64 {
  background-position: center center;
  background-attachment: scroll;
  background-image: url("/photo/catalog/company.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

main h2, h3 {
    text-align: center;
    color:#000;
  }
  
  main div.box,
  main div.box2,
  .sec-3 div.icon {
    align-self: center;
    justify-self: center;
  }