:root {
  --white: white;
  --black: black;
}

.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;
  }
}

.body {
  height: 100vh;
  background-image: url('../images/farmers-bg3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-contact {
  width: 500px;
  height: 323px;
  min-height: 300px;
  min-width: 300px;
  object-fit: none;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .2);
}

.heading {
  text-align: center;
  margin-top: 0;
  font-size: 25px;
  line-height: 27px;
  text-decoration: none;
}

.address {
  text-align: center;
  text-shadow: none;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  font-size: 23px;
  line-height: 29px;
  display: flex;
}

.button {
  border-radius: 7px;
  margin-top: 20px;
  font-size: 20px;
}

.div-logo {
  width: 500px;
  height: auto;
  border: 4px solid #fff;
  border-radius: 7px;
  margin-top: 57px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .2);
}

.heading-2 {
  text-align: center;
  letter-spacing: 19px;
  text-transform: none;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divyear {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
  font-weight: 700;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  font-size: 19px;
}

.mobilephones {
  display: none;
}

.desktopphones {
  padding-top: 20px;
  font-size: 25px;
}

.link, .link-2 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .heading {
    line-height: 27px;
  }
}

@media screen and (max-width: 767px) {
  .div-contact {
    width: 80%;
  }

  .heading {
    font-size: 23px;
    line-height: 27px;
  }

  .address {
    font-size: 20px;
    line-height: 25px;
  }

  .div-logo {
    width: 80%;
  }

  .desktopphones {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    min-width: auto;
  }

  .div-contact {
    width: 100%;
    min-width: auto;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .heading {
    white-space: normal;
    font-size: 22px;
    line-height: 27px;
  }

  .address {
    font-size: 17px;
    line-height: 23px;
    display: block;
  }

  .button {
    font-size: 17px;
  }

  .div-logo {
    width: 100%;
    min-width: auto;
  }

  .container {
    width: 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mobilephones {
    margin-top: 13px;
    font-size: 17px;
    line-height: 24px;
    display: block;
  }

  .desktopphones {
    display: none;
  }

  .section {
    width: 95%;
    min-width: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


