* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.35;
  font-family: "Montserrat", sans-serif;
}

img {
  width: 100%;
}

.form-card {
  border-radius: 12px;
  background: var(--white, #FFF);

  /* New drop */
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
}

/* Typography */

.signup {
  font-size: 16px;
  margin-bottom: 94px;
}

.paragraph {
  margin: 0;
  text-align: center;
  padding: 0 39px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.intro-paragraph {
  margin: 0 auto;
  padding: 0 11px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  max-width: 350px;
}

.start-paragraph {
  color: #2F643B;
}

.start-block-paragraph {
  padding: 0;
  font-weight: 400;
  line-height: 29px;
}

.title {
  color: #2F643B;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 31px;
  align-self: baseline;
}

.sub-title {
  margin: 26px 0 0;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.sub-paragraph {
  padding: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  margin-top: 17px;
  line-height: 28px;
}

.col-3-title {
  font-size: 40px;
  margin: 0;
}

.col-3-paragraph {
  padding: 0 60px 0 0;
  margin-top: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 28px;
}

.sub-col-3-title {
  margin: 74px 0 0;
  font-size: 25px;
  font-weight: 500;
  max-width: 320px;
  line-height: 35px;
  text-transform: capitalize;
}

.sub-col-3-paragraph {
  margin: 20px 0 30px;
  padding: 0;
  font-weight: unset;
  text-align: left;
  line-height: 28px;
}

.col-title-4 {
  margin-bottom: 29px;
  padding-left: 8px;
  align-self: baseline;
}

.col-4-paragraph {
  padding: 33px 25px 0;
  font-weight: unset;
  text-align: left;
  line-height: 28px;
  background: url(../images/testimonial-bubble-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 276px;
  max-width: 348px;
  color: #373737;
}

.person-title {
  font-size: 15px;
  margin: 0;
}

.person-paragraph {
  padding: 0;
  font-size: 13px;
  color: #787878;
  text-align: left;
}

.col-6-title {
  margin: 0;
  width: 186px;
  align-self: center;
  line-height: 39px;
  font-weight: 500;
}

.footer-title {
  margin: 0;
  color: #c6c6c6;
  font-size: 20px;
}

.footer-paragraph {
  color: #c6c6c6;
  line-height: 25px;
  font-weight: 400;
  max-width: 270px;
  margin: 0;
}

.social-link {
  text-decoration: none;
  color: #c6c6c6;
  font-size: 15px;
  width: 136px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 25px;
  cursor: pointer;
}

.quick-link {
  text-decoration: none;
  color: #c6c6c6;
  font-size: 15px;
  cursor: pointer;
}

/* Buttons */

.current {
  background: #f5f5f5;
}

.buttons {
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 39px;
  background: transparent linear-gradient(101deg, #f2a133 0%, #ffd500 100%) 0% 0% no-repeat padding-box;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  width: 139px;
  height: 42px;
  outline: none;
  cursor: pointer;
}

.menu-btn {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  height: 100%;
  padding: 8px;
  outline: none;
}

.menu-btn-image {
  height: 17px;
}

.startnow {
  position: absolute;
  bottom: 0;
  right: 14px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 30px #0000001a;
  border-radius: 4px;
  color: #2F643B;
  font-weight: 600;
  font-size: 14px;
  width: 158px;
  height: 41px;
}

.login {
  background: transparent;
  color: #f2a133;
  font-weight: 700;
  border: 1px solid #f2a133;
}

.learn-more {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}

/* Layout */

.header-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 22px 0;
  position: relative;
}

.logo-link {
  display: flex;
  height: 100%;
}

.logo-image {
  height: 30px;
  width: auto;
}

.nav-bar {
  flex-direction: column;
  position: absolute;
  top: 124%;
  left: 0;
  width: 100%;
  display: none;
  z-index: 12;
}

.nav-lists {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-row-gap: 5px;
  background: #fff;
}

.nav-list {
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.list-link {
  padding: 15px 22px;
  height: inherit;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: #3b3b3b;
  cursor: pointer;
}

.user-acts {
  padding: 15px 22px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 23px;
  background: #fff;
}

.region-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  width: fit-content;
  position: relative;
  cursor: pointer;
}

.region-btn:after {
  content: "";
  border: 2px solid grey;
  border-top: none;
  border-right: none;
  height: 5px;
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-134deg);
  cursor: pointer;
}

.region {
  height: 25px;
  width: 34px;
}

.region-list {
  display: flex;
  flex-direction: column;
  grid-row-gap: 20px;
  position: relative;
}

.region-content {
  display: none;
  grid-row-gap: 17px;
  position: absolute;
  width: 63px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-direction: revert;
  top: -20px;
  background: none;
  left: 52px;
}

.intro-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  grid-row-gap: 19px;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes clouding {

  from,
  to {
    transform: translate(-155.104px, 0px);
  }

  65% {
    transform: translate(36px, 0px);
  }
}

@keyframes drone {

  from,
  to {
    transform: translate(141.825px, 42.429px);
  }

  65% {
    transform: translate(70px, 0px);
  }

  85% {
    transform: translate(70px, 60px);
  }
}

#Group_11 {
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
  transform-origin: 118px 115px;
}

#Group_8 {
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
  transform-origin: 96px 65px;
}

#Group_5 {
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
  transform-origin: 63px 107px;
}

#Path_253,
#Path_256,
#Path_254 {
  -webkit-animation: clouding 48s infinite linear;
  animation: clouding 48s infinite linear;
}

#Path_328 {
  -webkit-animation: drone 8s infinite linear;
  animation: drone 8s infinite linear;
}

.column-1 {
  margin: 32px 23px 0;
}

.start-farming {
  display: flex;
  flex-direction: column;
  grid-row-gap: 113px;
}

.start-block {
  background: #f5f5f5;
  box-shadow: 0px 15px 35px #0000001f;
  border-radius: 5px;
  height: 288px;
  padding: 29px 0 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.start-farming-sub-block {
  display: flex;
  position: relative;
}

.start-farm-img {
  height: 160px;
  width: auto;
  position: absolute;
  left: 0;
  bottom: -22px;
}

.start-block-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-row-gap: 31px;
}

.column-2 {
  margin-top: 94px;
  padding: 0 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sub-col {
  display: flex;
  flex-direction: column;
  padding: 38px 28px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #0000000d;
  border-radius: 8px;
  margin-bottom: 45px;
}

.sub-col-img {
  height: 66px;
  width: 66px;
}

.column-3 {
  margin-top: 128px;
  padding: 0;
}

.col-3-img {
  height: 260px;
  width: auto;
}

.sub-col-3 {
  padding: 38px 23px 0;
}

.column-4 {
  margin: 91px 0 0;
  padding: 0 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sub-col-4 {
  display: flex;
  flex-direction: column;
  grid-row-gap: 64px;
}

.sub-col-4-block {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 0;
}

.person {
  display: flex;
  grid-column-gap: 19px;
  margin-left: 15px;
  align-items: center;
}

.person-img {
  height: 72px;
  width: 72px;
  border-radius: 65px;
  object-fit: cover;
  object-position: top;
}

.person-details {
  display: flex;
  flex-direction: column;
  grid-row-gap: 0;
}

.column-5 {
  margin-top: 80.42px;
  background: #f2a1333b;
  padding: 60px 0 33px;
}

.col-5-box {
  display: flex;
  flex-direction: column;
}

.col-5-img {
  height: 247px;
  width: auto;
  margin-left: 13px;
  align-self: center;
}

.sub-col-5 {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  width: 100%;
  margin: unset;
}

.col-5-title {
  margin: 0 22px;
}

.col-5-form {
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
  padding: 35px 20px;
}

.formInputPhone {
  grid-row-gap: 10px;
}

.form-input {
  position: relative;
}

.form-input.code {
    width: 10em;
}

.formInputPhone {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 2;
  grid-column-gap: 10px;
}

.form-icon {
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}

.msg-icon {
  margin: unset;
  top: 27px;
}

.input-field {
  height: 41px;
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 0 45px;
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: 500;
  outline: none;
  background: #fff;
  appearance: none;
}

.input-field::placeholder {
  font-weight: 600;
}

.comment-field {
  height: 137px;
  color: gray;
  padding-top: 13px;
}

.submit-button {
  margin: 29px 0 0;
  width: 329px;
  align-self: center;
  font-weight: 600;
}

.column-6 {
  margin: 70px 0 20px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 91px;
}

.sub-col-6 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.col-6-slides {
  margin: 51px 0 0;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  animation: scrolling 30s linear infinite;
}

.col-6-slides:hover,
.col-6-slides:focus {
  animation-play-state: paused;
}

.slide-image {
  width: 75px;
  height: auto;
  filter: grayscale(1);
}

.slide-image:hover,
.slide-image:focus {
  filter: none;
}

.sub-col-slides {
  list-style: none;
  margin: 50px 0;
  padding: 0;
  display: flex;
  grid-column-gap: 65px;
  align-items: center;
  animation: scroll 30s linear infinite;
}

.sub-col-image {
  width: 80px;
  height: auto;
  filter: grayscale(1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-870px);
  }
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-1155px);
  }
}

.footer-grid {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  padding: 83px 23px 95px;
  background: url(../images/footer-mobile.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.footer-column {
  display: flex;
  flex-direction: column;
  grid-row-gap: 40px;
}

.footer-image {
  width: 108px;
  height: 45px;
}

.footer-column-2 {
  margin-top: 87px;
  display: flex;
  flex-direction: column;
}

.social-lists {
  margin: 30px 0 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-row-gap: 39px;
}

.footer-link {
  margin-top: 67px;
}

.social-img {
  height: 13px;
  width: auto;
}

.quick-links {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-row-gap: 30px;
  margin: 26px 0 52px;
}

.store-app {
  display: flex;
  flex-direction: column;
  grid-row-gap: 11px;
}

.store-icon {
  width: 24px;
  height: 27px;
}

.store {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 17px;
  text-decoration: none;
  background: #fff;
  border-radius: 3px;
  width: 173px;
  height: 51px;
  color: #000;
}

.store-info {
  display: flex;
  flex-direction: column;
}

.coming-soon-txt {
  margin: 0;
  font-size: 7px;
}

.store-text {
  margin: 0;
  font-size: 15px;
}

/* Solutions */

.solutions-img {
  height: 283px;
}

.solutions-column {
  margin: 48px 0 0;
  padding: 0 22px;
  display: flex;
  flex-direction: column;
}

.solutions-column-1 {
  margin-top: 95px;
}

.sections-title {
  margin-bottom: 15px;
  font-size: 35px;
}

.sub-solutions {
  font-weight: bold;
}

.solutions-paragraph {
  text-align: left;
  padding: 0 35px 0 0;
  color: #373737;
  max-width: 326px;
}

.solutions-sub-col {
  margin-top: 43px;
  padding: 0 22px;
}

.solutions-sub-title {
  font-size: 25px;
  color: #373737;
  margin: 0;
  width: 287px;
  line-height: 35px;
}

.solutions-sub-paragraph {
  line-height: 28px;
  padding: 0;
  margin: 15px 0 31px;
  max-width: unset;
}

.solutions-sign-up {
  width: auto;
}

/* About Us */

.about-column {
  padding: 40px 12px 0;
}

.about-intro-img {
  height: 231px;
  display: block;
}

.sub-col-about {
  margin-top: 42px;
  padding: 0 2px;
}

.about-title {
  font-size: 35px;
  margin: 0 0 28px;
}

.about-paragraph {
  padding: 0;
  text-align: left;
  line-height: 30px;
  color: #373737;
}

.sub-col-about-2 {
  margin: 72px 0 0;
  padding: 0 2px;
}

.sub-about-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 35px;
}

.sub-about-paragraph {
  padding: 0;
  text-align: left;
  line-height: 30px;
  color: #373737;
}

.about-column-1 {
  margin-top: 157px;
}

.about-col-1-title {
  margin: 0;
  padding: 0 22px;
}

.about-col-images {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 11px;
}

.about-slide-2 {
  display: none;
}

.about-col-img {
  max-width: unset;
}

.col-img-1 {
  height: 200px;
  width: auto;
  background: url(../images/col-img-1.png);
  background-size: cover;
}

.col-img-2 {
  height: 200px;
  width: auto;
  background: url(../images/col-img-2.png);
  background-size: cover;
}

.col-img-3 {
  height: 200px;
  width: auto;
  background: url(../images/col-img-3.png);
  background-size: cover;
}

.col-img-4 {
  height: 200px;
  width: auto;
  background: url(../images/col-img-4.png);
  background-size: cover;
}

.col-img-5 {
  height: 200px;
  width: auto;
  background: url(../images/col-img-5.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.col-img-6 {
  height: 200px;
  width: auto;
  background: url(../images/col-img-6.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.col-img-7 {
  height: 200px;
  width: auto;
  background: url(../images/col-img-7.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.col-img-8 {
  height: 200px;
  width: auto;
  background: url(../images/col-img-8.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.col-img-9 {
  height: 200px;
  width: auto;
  background: url(../images/col-img-9.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.about-col-slide {
  overflow: auto;
  height: auto;
}

.col-img-info {
  font-size: 15px;
  height: 100%;
  width: auto;
  padding: 0 54px 10px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(transparent, #000000ba);
  color: #fff;
  font-weight: 500;
  margin: 0;
  display: none;
  line-height: 27px;
}

.col-img-1:hover .col-img-info {
  display: flex;
}

.col-img-2:hover .col-img-info {
  display: flex;
}

.col-img-3:hover .col-img-info {
  display: flex;
}

.col-img-4:hover .col-img-info {
  display: flex;
}

.col-img-5:hover .col-img-info {
  display: flex;
}

.col-img-6:hover .col-img-info {
  display: flex;
}

.col-img-7:hover .col-img-info {
  display: flex;
}

.col-img-8:hover .col-img-info {
  display: flex;
}

.col-img-9:hover .col-img-info {
  display: flex;
}

.about-column-2 {
  margin-top: 104px;
}

.about-col-2-title {
  margin: 0;
  padding: 0 40px;
}

.about-col-teams {
  margin-top: 41px;
  display: flex;
  overflow: auto;
}

.team {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 18px;
}

.sub-team {
  display: flex;
}

.img-team-img {
  display: flex;
  border-radius: 121px;
  width: 242px;
  height: 242px;
  justify-content: center;
  color: #fff;
}

.team-img-1 {
  background: url(../images/team-img-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-2 {
  background: url(../images/timi2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-3 {
  background: url(../images/team-img-6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-4 {
  background: url(../images/team-img-7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-5 {
  background: url(../images/team-img-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-6 {
  background: url(../images/team-img-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-7 {
  background: url(../images/team-img-5.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-8 {
  background: url(../images/team-img-8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-9 {
  background: url(../images/team-img-9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-10 {
  background: url(../images/team-img-10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-11 {
  background: url(../images/team-img-11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-12 {
  background: url(../images/team-img-12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-13 {
  background: url(../images/team-img-13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-14 {
  background: url(../images/team-img-14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-15 {
  background: url(../images/team-img-15.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-16 {
  background: url(../images/team-img-16.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-17 {
  background: url(../images/team-img-17.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.team-img-info {
  font-size: 16px;
  width: 203px;
  display: none;
  justify-content: center;
  align-items: center;
}

.team-img-1:hover .team-img-info {
  display: flex;
  background: #f2a133;
  margin: 0;
  padding: 0 19px;
  border-radius: 121px;
  width: auto;
  text-align: center;
}

.team-img-2:hover .team-img-info {
  display: flex;
  background: #f2a133;
  margin: 0;
  padding: 0 19px;
  border-radius: 121px;
  width: auto;
  text-align: center;
}

.team-img-3:hover .team-img-info {
  display: flex;
  background: #f2a133;
  margin: 0;
  padding: 0 19px;
  border-radius: 121px;
  width: auto;
  text-align: center;
}

.team-img-4:hover .team-img-info {
  display: flex;
  background: #f2a133;
  margin: 0;
  padding: 0 19px;
  border-radius: 121px;
  width: auto;
  text-align: center;
}

.team-img-5:hover .team-img-info {
  display: flex;
  background: #f2a133;
  margin: 0;
  padding: 0 19px;
  border-radius: 121px;
  width: auto;
  text-align: center;
}

.team-img-6:hover .team-img-info {
  display: flex;
  background: #f2a133;
  margin: 0;
  padding: 0 19px;
  border-radius: 121px;
  width: auto;
  text-align: center;
}

.team-img-7:hover .team-img-info {
  display: flex;
  background: #f2a133;
  margin: 0;
  padding: 0 19px;
  border-radius: 121px;
  width: auto;
  text-align: center;
}

.team-img-8:hover .team-img-info {
  display: flex;
  background: #f2a133;
  margin: 0;
  padding: 0 19px;
  border-radius: 121px;
  width: auto;
  text-align: center;
}

.team-img-9:hover .team-img-info {
  display: flex;
  background: #F2A133;
  margin: 0;
  padding: 0 19px;
  border-radius: 121px;
  width: auto;
  text-align: center;
}

.team-img-10:hover .team-img-info {
  display: flex;
  background: #F2A133;
  margin: 0;
  padding: 0 19px;
  border-radius: 121px;
  width: auto;
  text-align: center;
}

.team-img-11:hover .team-img-info {
  display: flex;
  background: #F2A133;
  margin: 0;
  padding: 0 19px;
  border-radius: 121px;
  width: auto;
  text-align: center;
}

.team-img-12:hover .team-img-info {
  display: flex;
  background: #F2A133;
  margin: 0;
  padding: 0 19px;
  border-radius: 121px;
  width: auto;
  text-align: center;
}

.team-img-13:hover .team-img-info {
  display: flex;
  background: #F2A133;
  margin: 0;
  padding: 0 19px;
  border-radius: 121px;
  width: auto;
  text-align: center;
}

.team-img-15:hover .team-img-info {
  display: flex;
  background: #F2A133;
  margin: 0;
  padding: 0 19px;
  border-radius: 121px;
  width: auto;
  text-align: center;
}

.team-img-16:hover .team-img-info {
  display: flex;
  background: #F2A133;
  margin: 0;
  padding: 0 19px;
  border-radius: 121px;
  width: auto;
  text-align: center;
}

.team-diff {
  object-position: unset;
}

.team-name {
  font-size: 15px;
  font-weight: 600;
  color: #373737;
  margin: 18px 0 0;
}

.team-role {
  font-size: 14px;
  color: #373737;
  font-weight: 400;
  margin: 0;
}

.about-column-3 {
  margin-top: 77px;
  padding: 0 20px;
}

.about-col-3-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
}

/* Privacy */

.title-policy-title {
  margin: 50px 0 18px;
  padding: 0 22px;
  color: #2F643B;
  font-weight: bold;
}

.privacy-column {
  display: flex;
  flex-direction: column;
  padding: 0 22px;
}

.privacy-title {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}

.privacy-paragraph {
  text-align: left;
  padding: 0;
  line-height: 28px;
}

.privacy-sub-title {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
}

/* Terms */

.terms-paragraph {
  padding: 0 22px;
}

/* Pricing */

.pricing-header {
  background: #eaf3ea;
}

.pricing-column {
  background: #eaf3ea;
  padding: 60px 16px;
}

.pricing-intro-col {
  display: flex;
  flex-direction: column;
}

.pricing-title {
  margin: 0 0 32px;
  align-self: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 6px;
}

.pricing-paragraph {
  padding: 0;
  font-size: 40px;
  font-weight: bold;
  color: #3e3e3e;
  line-height: 57px;
}

.pricing-plans {
  margin-top: 54px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 25px;
}

.price-plan {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 35px 30px;
  position: relative;
  border-radius: 5px 5px 0px 0px;
  max-width: 412px;
}

.price-plan:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: #f2a133;
  border-radius: 5px 5px 0px 0px;
}

.price-plan-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 35px;
}

.price-plan-info {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 20px;
  align-items: baseline;
}

.plan-icon {
  width: 14px;
  height: 9px;
  border: 3px solid #2F643B;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}

.price-plan-paragraph {
  text-align: left;
  font-size: 16px;
  color: #373737;
  line-height: 27px;
  padding: 15px 0;
}

.pricing-column-1 {
  margin: 45px auto 0;
  width: 297px;
}

.rate-paragraph {
  padding: 0;
  text-align: left;
  font-weight: 600;
}

.pricing-column-2 {
  margin: 64px auto 0;
  width: 297px;
}

.pricing-col-2-paragraph {
  padding: 0;
  text-align: left;
  line-height: 37px;
  color: #707070;
}

.price-text {
  font-size: 25px;
  text-decoration: none;
  color: #f2a133;
}

/* faq */

.faq-grid {
  margin: 70px 0;
}

.faq-column {
  padding: 0 22px;
}

.faq-title {
  font-weight: 600;
  text-align: center;
}

.faq-paragraph {
  padding: 0;
  font-size: 15px;
}

.faq-column-1 {
  margin: 40px 0;
}

.faq-sub-col {
  padding: 20px 0;
  margin: 0 22px;
  border-bottom: 1px solid #dadada;
}

.faq-sub-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  width: 200px;
  line-height: 28px;
}

.faq-sub-paragraph {
  text-align: left;
  padding: 0;
  margin: 27px 0 0;
  line-height: 27px;
  color: #828282;
  display: none;
}

.curious-person {
  text-decoration: none;
  color: #f2a133;
}

.faq-title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-buttons {
  display: flex;
}

.faq-btn {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  border: 1px solid #707070;
  border-radius: 60px;
  font-size: 25px;
  font-weight: lighter;
  color: #707070;
  align-items: center;
  cursor: pointer;
}

.close-faq {
  display: none;
}

@media screen and (max-width: 320px) {
  .submit-button {
    width: 288px;
  }

  .col-5-img {
    height: 230px;
  }

  .col-4-paragraph {
    font-size: 12px;
    height: 235px;
  }
}

@media screen and (min-width: 768px) {
  .privacy-grid {
    width: 563px;
    margin: 0 auto;
  }

  .pricing-plans {
    display: grid;
    grid-template-columns: auto auto;
    justify-items: center;
    grid-column-gap: 45px;
    max-width: 960px;
    margin: 54px auto 0;
  }
}

@media screen and (min-width: 1250px) {
  .header-grid {
    padding: 40px 71px;
    margin: 0 auto;
  }

  .logo-image {
    height: 45px;
  }

  .nav-bar {
    position: unset;
    width: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-column-gap: 91px;
    background: transparent;
  }

  .menu-btn {
    display: none;
  }

  .nav-lists {
    flex-direction: row;
    background: transparent;
  }

  .nav-list {
    font-size: 14px;
    width: auto;
    height: auto;
  }

  .current {
    background: none;
    color: #f2a133;
  }

  .user-acts {
    flex-direction: row;
    grid-column-gap: 14px;
    padding: 0;
    background: transparent;
  }

  .region {
    width: 42px;
    height: 42px;
  }

  .region-content {
    display: none;
    flex-direction: column;
    grid-row-gap: 17px;
    position: absolute;
    top: 54px;
    background: #fff;
    width: 94px;
    justify-content: center;
    align-items: center;
    left: -11px;
    padding: 20px;
  }

  .region-btn:after {
    height: 10px;
    width: 10px;
    border: 3px solid #3e3e3e63;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    margin: 12px 0 0 34px;
  }

  .com-btn:after {
      margin: 12px 0 0 36px;
  }

  .main-grid {
    margin: 0 auto;
  }

  .intro-column {
    margin: -1px auto 0;
    grid-row-gap: 0;
    padding-top: 16px;
    position: relative;
    height: 730px;
    max-width: 1440px;
  }

  .intro-paragraph {
    font-size: 38px;
    width: 644px;
    max-width: unset;
    line-height: 55px;
  }

  .signup {
    width: 197px;
    height: 48px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 26px;
  }

  .banner-animation {
    position: absolute;
    bottom: 0;
  }

  .column-1 {
    margin: 128px auto 0;
    width: 1117px;
  }

  .start-farming {
    grid-row-gap: 48px;
  }

  .start-block {
    height: 156px;
    box-shadow: none;
  }

  .col-1-paragraph {
    width: 630px;
    margin: 0 auto 0;
    text-align: left;
    padding-right: 50px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
  }

  .start-farm-img {
    height: 203px;
  }

  .startnow {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 30px #0000001a;
    border-radius: 4px;
    right: 60px;
    width: 200px;
    height: 57px;
    font-size: 15px;
    font-weight: 500;
    bottom: 18px;
  }

  .start-block-2 {
    width: 553px;
    margin: 0 auto;
  }

  .start-block-paragraph {
    font-size: 15px;
  }

  .learn-more {
    width: 231px;
    height: 56px;
    font-size: 20px;
  }

  .column-2 {
    margin: 129px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 48px;
    grid-column-gap: 14px;
    justify-content: center;
    align-items: unset;
  }

  .col-2-title {
    font-size: 40px;
    grid-row: 1;
    grid-column: 1 / -1;
    padding: 0 33px;
    align-self: unset;
  }

  .column-3 {
    display: flex;
    flex-direction: row-reverse;
    margin: 139px auto;
    justify-content: space-between;
  }

  .col-3-img {
    height: 421px;
  }

  .sub-col-3 {
    padding: 0;
  }

  .col-3-paragraph {
    width: 461px;
  }

  .sub-col-3-title {
    margin: 39px 0 0;
    max-width: unset;
  }

  .sub-col-3-paragraph {
    max-width: unset;
    width: 525px;
    margin: 17px 0 26px;
  }

  .column-4 {
    width: 1230px;
    margin: 172px auto;
    padding: 0;
  }

  .col-title-4 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 87px;
    padding-left: 60px;
  }

  .sub-col-4 {
    flex-direction: row;
    justify-content: space-between;
    grid-column-gap: 40px;
  }

  .col-4-paragraph {
    max-width: unset;
    width: 372px;
    height: 296px;
    padding: 55px 30px 0;
    font-weight: 400;
    background: url(../images/testimonial-bubble.svg);
    background-repeat: no-repeat;
  }

  .person {
    margin: 0;
  }

  .column-5 {
    margin: 0 !important;
    padding: 83px 139px 100px;
  }

  .col-5-box {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .col-5-img {
    height: 631px;
  }

  .sub-col-5 {
    margin: 0;
    width: auto;
    padding-bottom: 3em;
  }

  .col-5-title {
    margin: 0;
    font-size: 35px;
  }

  .col-5-form {
    margin-top: 0px;
    display: grid;
    grid-template-columns: repeat(2, 247px);
    grid-column-gap: 10px;
    padding-bottom: 88px;
    max-width: fit-content;
  }

  .full-name {
    grid-row: 1;
    grid-column: 1;
  }

  .phone {
    grid-row: 1;
    grid-column: 2;
  }

  .email {
    grid-row: 3;
    grid-column: 1 / -1;
  }

  .comment-input {
    grid-row: 4;
    grid-column: 1 / -1;
  }

  .submit-button {
    margin: -75px 0 0 22px;
    width: 179px;
    height: 43px;
    align-self: baseline;
  }

  .column-6 {
    margin: 92px 0 0;
  }

  .col-6-title {
    width: auto;
    font-size: 40px;
  }

  .sub-col-6 {
    width: 1024px;
    margin: 0 auto;
  }

  .col-6-slides {
    grid-column-gap: 90px;
  }

  .slide-image {
    width: 100px;
    display: block;
  }

  .sub-col-slides {
    width: 610px;
    margin: 45px auto 100px;
    overflow: hidden;
    animation: none;
  }

  .sub-col-image {
    width: 103px;
  }

  @keyframes scrolling {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-1140px);
    }
  }

  .footer-grid {
    padding: 92px 0 91px;
    flex-direction: row;
    justify-content: center;
    grid-column-gap: 224px;
    background: url(../images/footer-desktop.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }

  .footer-column-2 {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-column-gap: 142px;
    grid-row-gap: 29px;
    margin: 0;
  }

  .footer-title {
    grid-row: 1;
    grid-column: 1 / -1;
  }

  .social-lists {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    justify-content: space-between;
  }

  .footer-link {
    grid-row: 1;
    grid-column: 2;
    margin: 0;
  }

  .quick-links {
    margin: 0;
  }

  .store-app {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  /*     Solutions */

  .solutions-column {
    padding: 0 83px;
    margin: 96px auto 0;
  }

  .sections-title {
    font-size: 60px;
    margin-bottom: 9px;
  }

  .solutions-paragraph {
    line-height: 28px;
    max-width: unset;
    width: 360px;
  }

  .solutions-column-1 {
    display: flex;
    flex-direction: row-reverse;
    margin: 133px auto 0;
    padding: 0 83px;
    position: relative;
  }

  .solutions-img {
    height: 421px;
  }

  .fvp-img {
    width: auto;
    height: 444px;
  }

  .solutions-sub-col {
    width: 100%;
    align-self: center;
    padding: 0;
    margin-top: 0;
  }

  .solutions-sub-title {
    width: auto;
  }

  .solutions-sub-paragraph {
    max-width: unset;
    width: 432px;
    margin: 22px 0 39px;
  }

  .solutions-column-2 {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    margin: 133px auto 0;
    padding: 0 83px;
  }

  .solutions-column-3 {
    display: flex;
    flex-direction: row-reverse;
    margin: 133px auto 0;
    padding: 0 83px;
  }

  /* About */

  .about-column {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    padding: 60px 83px 0;
    justify-content: space-between;
  }

  .about-intro-img {
    grid-row: 1 / -1;
    grid-column: 1;
    height: 396px;
  }

  .about-title {
    font-size: 60px;
  }

  .sub-about-title {
    font-size: 30px;
    line-height: 49px;
  }

  .sub-about-paragraph {
    width: 553px;
  }

  .sub-col-about {
    grid-column: 2;
    grid-row: 1;
    width: 481px;
  }

  .sub-col-about-2 {
    grid-column: 1;
    grid-row: 2;
    width: 636px;
  }

  .about-column-1 {
    margin-top: 134px;
  }

  .about-col-1-title {
    padding: 0 72px;
  }

  .about-col-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-gap: 10px;
  }

  .about-slide-2 {
    margin: 10px 0;
  }

  .about-col-slide {
    height: unset;
    overflow: unset;
  }

  .col-img-6 {
    grid-column: 3;
    grid-row: 1 / -1;
    height: 531px;
  }

  .col-img-7 {
    grid-column: 2;
    grid-row: 2;
  }

  .col-img-8 {
    grid-column: 1;
    grid-row: 1 / -1;
    height: 531px;
    background-position: center;
  }

  .col-img-9 {
    grid-column: 2;
    grid-row: 2;
    background-position: bottom;
    background-size: contain;
  }

  .about-col-img.col-img-9 {
    grid-row: 1;
    grid-column: 2;
    background-size: cover;
    background-position: top;
    height: 320px;
  }

  .about-column-2 {
    padding: 0 32px;
  }

  .about-column-3 {
    padding: 0 72px;
  }

  .about-col-3-title {
    width: 360px;
  }

  .about-col-img {
    max-width: unset;
    line-height: 29px;
  }

  .about-col-teams {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-row-gap: 65px;
    justify-items: baseline;
  }

  .sub-team {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .col-img-1 {
    grid-column: 1;
    grid-row: 1 / -1;
    height: 531px;
    background: url(../images/col-img-1.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }

  .col-img-info {
    padding: 0 54px 54px;
  }

  .col-img-2 {
    grid-column: 2;
    grid-row: 1;
    height: 201px;
  }

  .col-img-3 {
    grid-column: 2;
    grid-row: 2;
    height: 320px;
    margin-top: -67px;
  }

  .col-img-4 {
    grid-column: 3;
    grid-row: 1;
    height: 268px;
  }

  .col-img-5 {
    grid-column: 3;
    grid-row: 2;
    height: 253px;
    background-size: cover;
  }

  /* Pricing */

  .pricing-column {
    margin-top: -1px;
  }

  .sub-grid {
    max-width: 1505px;
    margin: 0 auto;
  }

  .pricing-paragraph {
    width: 654px;
    align-self: center;
    font-size: 60px;
    line-height: 72px;
  }

  .pricing-plans {
    flex-direction: row;
    grid-column-gap: 30px;
    display: flex;
    max-width: 1440px;
    margin: 71px auto 0;
  }

  .price-plan {
    max-width: unset;
    width: 412px;
    margin: 0 auto;
  }

  .pricing-column-1 {
    margin: 78px 71px 0;
    width: 360px;
  }

  .pricing-column-2 {
    margin: 58px 71px 0;
    width: 360px;
  }

  /* faq */

  .faq-grid {
    width: 709px;
  }

  .faq-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 22px;
  }

  .faq-paragraph {
    width: 439px;
    margin: 0 auto;
    color: #373737;
    line-height: 30px;
  }

  .faq-column-1 {
    margin: 69px 0;
  }

  .faq-sub-col {
    padding: 40px 0;
  }

  .faq-sub-title {
    width: unset;
    font-size: 16px;
    line-height: unset;
  }

  .faq-sub-paragraph {
    max-width: 485px;
  }

  @media screen and (min-width: 1444px) {
    .header-grid {
      width: 1440px;
      background: none;
    }

    .other-grid {
      width: 1440px;
    }

    .privacy-grid {
      width: 563px;
    }

    .pricing-grid {
      height: 1500px;
    }
  }
}

.techstars {
  height: 100px;
  width: 180px;
}


.cacGrid {
  display: grid;
}

.cac-col1 {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  margin: 4em auto 0;
  grid-column-gap: 10em;
  max-width: 77.5em;
}

.cac-col1-title {
  margin: 0;
  max-width: 8em;
  align-self: center;
  font-size: 3.75em;
  padding-right: 6px;
}

.cac-col1-img {
  width: 45em;
  margin-right: -8em;
}

.cac-col2 {
  display: grid;
  grid-template-columns: auto auto;
  max-width: 77.5em;
  margin: 7.5em auto 0;
  grid-column-gap: 10em;
  justify-content: space-between;
}

.cac-col2-info {
  display: grid;
  grid-row-gap: 1.625em;
}

.cac-col2-title {
  margin: 0;
  color: #f0b148;
  font-size: 2.188em;
  max-width: 16.5em;
}

.cac-col2-paragraph {
  margin: 0;
  color: #373737;
  font-size: 0.938em;
  max-width: 33.95em;
  line-height: 1.8;
}

.cac-col2-img {
  height: 18.5em;
}

.cac-col3 {
  display: grid;
  margin: 7.125em auto 0;
  grid-template-columns: auto auto;
  max-width: 77.5em;
  grid-column-gap: 9.375em;
}

.cac-col3-img {
  height: 28.938em;
}

.cac-col3-info {
  display: grid;
  align-content: baseline;
}

.cac-col3-title {
  margin: 0;
  color: #2F643B;
  font-size: 2.188em;
  font-weight: bold;
}

.cac-col3-lists {
  color: #373737;
  grid-row-gap: 0.2em;
  display: flex;
  flex-direction: column;
  max-width: 27em;
  line-height: 1.5;
}

.cac-col4 {
  max-width: 77.5em;
  margin: 8.395em auto 0;
  display: grid;
  grid-row-gap: 3.125em;
}

.cac-col04-title {
  margin: 0 auto;
  font-size: 2.188em;
  text-align: center;
  max-width: 15em;
}

.cac-col4-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.188em;
  align-content: baseline;
}

.cac-col4-box {
  display: grid;
  box-shadow: 0px 10px 20px #00000014;
  border-radius: 10px;
  max-width: 16.563em;
  padding: 2.188em 1.25em 2.625em;
  align-content: baseline;
}

.cac-col4-icon {
  height: 2.75em;
  width: auto;
}

.cac-col4-box-title {
  margin: 2.73em 0 0;
  color: #373737;
  font-size: 1.25em;
  font-weight: 600;
}

.cac-col4-box-paragraph {
  margin: 1.25em 0 0;
  color: #373737;
  font-size: 0.938em;
  line-height: 1.5;
}

.cac-col5 {
  text-align: center;
  margin: 5.75em auto 1em;
  color: #373737;
  font-size: 2.188em;
  font-weight: 700;
  max-width: 12em;
}

.cac-col5-link {
  text-decoration: none;
  color: #f2a133;
}

.teamsGrid {
  display: grid;
}

.teamsColumn {
  display: grid;
  grid-template-columns: auto auto;
  max-width: 77.5em;
  margin: 2em auto;
}

.teamsInfo {
  display: grid;
  align-self: center;
  margin: 2em 0 0;
}

.teamsInfoImg {
  height: 36.063em;
  width: auto;
}

.teamsmInfoTitle {
  margin: 0;
  color: #373737;
  font-size: 3.75em;
}

.teamsInfoParagraph {
  margin: 1.25em 0 0;
  max-width: 20em;
  color: #373737;
  font-weight: 600;
  line-height: 1.5;
}

.teamJoinBtn {
  margin: 2.5em 0 0;
  justify-self: baseline;
  background: #f2a133 0% 0% no-repeat padding-box;
  border-radius: 39px;
  color: #fff;
  border: none;
  padding: 1.25em 6.188em;
  font-size: 1.125em;
  text-decoration: none;
}

.teams-col-2 {
  background: #e6feeb;
  height: 21.438em;
  width: 76.188em;
  margin: 6.75em auto;
  display: grid;
  align-items: center;
  background-image: url(/src/images/greenLine.png),
    url(/src/images/yellowLine.png);
  background-repeat: no-repeat;
  background-position: right bottom, left bottom;
  background-size: 15em;
}

.teams-col-2-text {
  font-size: 2.188em;
  font-weight: 600;
  text-align: center;
  max-width: 23.5em;
  margin: 0 auto;
  color: #373737;
}

.teams-col-2-diff {
  color: #2F643B;
}

.teams-col-3 {
  display: grid;
  grid-row-gap: 2.68em;
}

.teams-col-3-info {
  text-align: center;
  display: grid;
  grid-row-gap: 1.188em;
}

.teams-col3-title {
  margin: 0 auto;
  color: #373737;
  font-size: 1.875em;
  max-width: 20em;
  text-align: center;
  font-weight: 600;
}

.teams-col-3-paragraph {
  margin: 0 auto;
  max-width: 31.75em;
  color: #373737;
  font-size: 0.938em;
}

.hikersGrid {
  display: grid;
  grid-row-gap: 4.548em;
  width: 77.5em;
  margin: 0 auto;
}

.currentHikers {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 2.438em;
  position: relative;
}

.hikersTitle {
  margin: 0;
  color: #373737;
  font-size: 1.875em;
  font-weight: 600;
  max-width: 6em;
}

.currentHikersTab {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 1.25em;
  overflow-x: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.currentHikersTab::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.currentHikersTab {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}


.hickerInfo-img-1a {
  background: url(../images/team-img-1a.jpg),
    linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
  display: grid;
  border-radius: 10px;
  height: 21.813em;
  width: 17em;
  padding: 1.25em;
  background-size: cover;
  background-position: top;
  background-blend-mode: hue;
}

.hikerinfo-img-2 {
  background: url(../images/timi2.jpg),
    linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
  display: grid;
  border-radius: 10px;
  height: 21.813em;
  width: 17em;
  padding: 1.25em;
  background-size: cover;
  background-position: top;
  background-blend-mode: hue;
}

.hikerinfo-img-15 {
  background: url(../images/team-img-15.jpg),
    linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
  display: grid;
  border-radius: 10px;
  height: 21.813em;
  width: 17em;
  padding: 1.25em;
  background-size: cover;
  background-position: center;
  background-blend-mode: hue;
}

.hikerinfo-img-8 {
  background: url(../images/team-img-8.jpg),
    linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
  display: grid;
  border-radius: 10px;
  height: 21.813em;
  width: 17em;
  padding: 1.25em;
  background-size: cover;
  background-position: center;
  background-blend-mode: hue;
}

.hikerinfo-img-16 {
  background: url(../images/team-img-16.jpg),
    linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
  display: grid;
  border-radius: 10px;
  height: 21.813em;
  width: 17em;
  padding: 1.25em;
  background-size: cover;
  background-position: center;
  background-blend-mode: hue;
}

.hikerinfo-img-11 {
  background: url(../images/team-img-11.jpg),
    linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
  display: grid;
  border-radius: 10px;
  height: 21.813em;
  width: 17em;
  padding: 1.25em;
  background-size: cover;
  background-position: center;
  background-blend-mode: hue;
}

.hikerinfo-img-14 {
  background: url(../images/team-img-14.jpg),
    linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
  display: grid;
  border-radius: 10px;
  height: 21.813em;
  width: 17em;
  padding: 1.25em;
  background-size: cover;
  background-position: center;
  background-blend-mode: hue;
}

.hikerinfo-img-12 {
  background: url(../images/team-img-12.jpg),
    linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
  display: grid;
  border-radius: 10px;
  height: 21.813em;
  width: 17em;
  padding: 1.25em;
  background-size: cover;
  background-position: center;
  background-blend-mode: hue;
}

.hikerinfo-img-17 {
  background: url(../images/team-img-17.jpg),
    linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
  display: grid;
  border-radius: 10px;
  height: 21.813em;
  width: 17em;
  padding: 1.25em;
  background-size: cover;
  background-position: center;
  background-blend-mode: hue;
}


.hikerinfo-img-17a {
  background: url(../images/team-img-17.jpeg),
    linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
  display: grid;
  border-radius: 10px;
  height: 21.813em;
  width: 17em;
  padding: 1.25em;
  background-size: cover;
  background-position: top;
  background-blend-mode: hue;
}

.hikerinfo-img-19 {
  background: url(../images/team-img-19.jpg),
    linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
  display: grid;
  border-radius: 10px;
  height: 21.813em;
  width: 17em;
  padding: 1.25em;
  background-size: cover;
  background-position: top;
  background-blend-mode: hue;
}

.hikerInfoDetails {
  display: grid;
  align-content: flex-end;
}

.hikerName {
  margin: 0;
  color: #fff;
}

.hikerRole {
  color: #fff;
  font-size: 0.875em;
}

.hikerInfo {
  cursor: pointer;
}

.hikerInfo:hover .hikerExtra {
  display: grid;
}

.hikerExtra {
  display: none;
}

.hikerAbout {
  margin: 0.688em 0;
  color: #fff;
  font-size: 0.813em;
}

.hikerSocials {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 0.313em;
  justify-content: flex-start;
}

.hikerSocialIcon {
  height: 1.875em;
  width: 1.875em;
}

.teams-col-4 {
  margin: 12.5em auto 0;
  max-width: 77.5em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2em;
}

.teams-col-4-drive {
  background: #f2a133 0% 0% no-repeat padding-box;
  border-radius: 25px;
  color: #fff;
  padding: 3.438em 2.5em;
}

.teams-col-4-title {
  margin: 0;
  font-size: 2.188em;
}

.teams-col-4-paragraph {
  margin: 1.25em 0 0;
  font-size: 0.938em;
  color: #fff;
}

.teamsJoinBtn {
  margin: 2.188em 0 0;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-start;
  grid-column-gap: 0.625em;
  text-decoration: none;
  color: #fff;
  font-size: 1.125em;
}

.col-4-drive2 {
  height: 100%;
  width: auto;
}

.col-4-drive3 {
  display: grid;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #00000017;
  border-radius: 25px;
  padding: 3.75em 2.5em;
  align-content: baseline;
  grid-row-gap: 2.5em;
}

.drive3Info {
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  grid-column-gap: 1.688em;
}

.drive3Box {
  background: #f2a133 0% 0% no-repeat padding-box;
  border-radius: 5px;
  height: 0.938em;
  width: 0.938em;
}

.drive3Text {
  font-size: 1.125em;
  font-weight: 600;
  color: #373737;
}

.teams-col-5 {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 5.438em;
  align-items: center;
  margin: 10.688em auto 0;
  max-width: 77.5em;
}

.teams-col-5-img {
  height: 33em;
  width: auto;
}

.teams-col-5-info {
  display: grid;
  grid-row-gap: 2.125em;
}

.teams-col-5-title {
  margin: 0;
  font-size: 2.188em;
  max-width: 14em;
}

.teams-col-5-paragraph {
  margin: 0;
  color: #373737;
  font-size: 0.938em;
  line-height: 1.5;
  max-width: 31em;
}

.teams-col-6 {
  display: grid;
  grid-template-columns: auto auto;
  max-width: 77.5em;
  margin: 8em auto 0;
  background: #e6feeb;
  align-items: center;
}

.teams-col-6-info {
  display: grid;
  padding: 0 3.125em;
}

.teams-col-6-title {
  margin: 0;
  font-size: 2.188em;
  color: #373737;
  max-width: 11em;
}

.teams-col-6-paragraph {
  margin: 1em 0 0;
  font-size: 0.938em;
  color: #373737;
  max-width: 28.2em;
  line-height: 1.5;
}

.teams-col-6 .teamsJoinBtn {
  background: #f2a133 0% 0% no-repeat padding-box;
  border-radius: 39px;
  justify-self: baseline;
  padding: 1.25em 4.688em;
  font-size: 1.125em;
  font-weight: 600;
}

@media screen and (max-width: 1366px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .post-container {
    grid-template-columns: unset;
  }

  .cac-col1 {
    grid-template-columns: unset;
    display: flex;
    flex-direction: column-reverse;
  }

  .cac-col1-title {
    font-size: 2.5em;
    margin: 1.125em 0 0;
    max-width: 9em;
  }

  .cac-col1-img {
    height: 14.875em;
    width: 100%;
    margin-left: 2em;
  }

  .cac-col2 {
    grid-template-columns: unset;
    display: flex;
    flex-direction: column-reverse;
    margin: 3.750em 0 0;
    padding: 0 2em;
  }

  .cac-col2-info {
    grid-row-gap: 1.250em;
    justify-content: center;
  }

  .cac-col2-title {
    font-size: 1.563em;
    font-weight: 600;
    max-width: 21.125em;
    margin: .8em auto 0;
  }

  .cac-col3 {
    grid-template-columns: unset;
    max-width: 21.563em;
    margin: 5.563em auto 0;
  }

  .cac-col3-img {
    height: 23em;
  }

  .cac-col3-info {
    margin: 4.938em 0 0;
  }

  .cac-col3-title {
    font-size: 1.56em;
  }

  .cac-col3-lists {
    padding-left: 1em;
    font-size: 0.938em;
  }

  .cac-col4 {
    margin: 6.125em auto;
    padding: 0 2em;
  }

  .cac-col4-grid {
    grid-template-columns: unset;
    grid-row-gap: 2.5em;
  }

  .cac-col4-box {
    max-width: unset;
  }

  .cac-col5-link {
    text-decoration: none;
    color: #f2a133;
  }

  .teamsColumn {
    grid-template-columns: unset;
    display: flex;
    flex-direction: column-reverse;
    max-width: unset;
    margin: 3em 0 0;
  }

  .hikersTitle {
    margin: 0;
    color: #373737;
    font-size: 1.875em;
    font-weight: 600;
    max-width: 6em;
  }

  .currentHikersTab {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 1.25em;
    overflow-x: scroll;
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
  .currentHikersTab::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .currentHikersTab {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .hikerInfo {
    cursor: pointer;
  }

  .hikerInfo:hover .hikerExtra {
    display: grid;
  }

  .hickerInfo-img-1a {
    background: url(../images/team-img-1a.jpg),
      linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
    display: grid;
    border-radius: 10px;
    height: 21.813em;
    width: 17em;
    padding: 1.25em;
    background-size: cover;

    background-position: center;
    background-blend-mode: hue;
  }

  .hikerinfo-img-2 {
    background: url(../images/team-img-4.jpg),
      linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
    display: grid;
    border-radius: 10px;
    height: 21.813em;
    width: 17em;
    padding: 1.25em;
    background-size: cover;
    background-position: center;
    background-blend-mode: hue;
  }

  .hikerinfo-img-15 {
    background: url(../images/team-img-15.jpg),
      linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
    display: grid;
    border-radius: 10px;
    height: 21.813em;
    width: 17em;
    padding: 1.25em;
    background-size: cover;
    background-position: center;
    background-blend-mode: hue;
  }

  .hikerinfo-img-8 {
    background: url(../images/team-img-8.jpg),
      linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
    display: grid;
    border-radius: 10px;
    height: 21.813em;
    width: 17em;
    padding: 1.25em;
    background-size: cover;
    background-position: center;
    background-blend-mode: hue;
  }

  .hikerinfo-img-16 {
    background: url(../images/team-img-16.jpg),
      linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
    display: grid;
    border-radius: 10px;
    height: 21.813em;
    width: 17em;
    padding: 1.25em;
    background-size: cover;
    background-position: center;
    background-blend-mode: hue;
  }

  .hikerinfo-img-11 {
    background: url(../images/team-img-11.jpg),
      linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
    display: grid;
    border-radius: 10px;
    height: 21.813em;
    width: 17em;
    padding: 1.25em;
    background-size: cover;
    background-position: center;
    background-blend-mode: hue;
  }

  .hikerinfo-img-14 {
    background: url(../images/team-img-14.jpg),
      linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
    display: grid;
    border-radius: 10px;
    height: 21.813em;
    width: 17em;
    padding: 1.25em;
    background-size: cover;
    background-position: center;
    background-blend-mode: hue;
  }

  .hikerinfo-img-12 {
    background: url(../images/team-img-12.jpg),
      linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
    display: grid;
    border-radius: 10px;
    height: 21.813em;
    width: 17em;
    padding: 1.25em;
    background-size: cover;
    background-position: center;
    background-blend-mode: hue;
  }

  .hikerinfo-img-17 {
    background: url(../images/team-img-17.jpg),
      linear-gradient(180deg, #00000000 0%, #0000007a 100%) 0% 0% no-repeat padding-box;
    display: grid;
    border-radius: 10px;
    height: 21.813em;
    width: 17em;
    padding: 1.25em;
    background-size: cover;
    background-position: center;
    background-blend-mode: hue;
  }

  .hikerInfoDetails {
    display: grid;
    align-content: flex-end;
  }

  .hikerName {
    margin: 0;
    color: #fff;
  }

  .hikerRole {
    color: #fff;
    font-size: 0.875em;
  }

  .hikerExtra {
    display: none;
  }

  .hikerAbout {
    margin: 0.688em 0;
    color: #fff;
    font-size: 0.813em;
  }

  .hikerSocials {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 0.313em;
    justify-content: flex-start;
  }

  .hikerSocialIcon {
    height: 1.875em;
    width: 1.875em;
  }

  .teams-col-4 {
    margin: 12.5em auto 0;
    max-width: 77.5em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2em;
  }

  .teams-col-4-drive {
    background: #f2a133 0% 0% no-repeat padding-box;
    border-radius: 25px;
    color: #fff;
    padding: 3.438em 2.5em;
  }

  .teams-col-4-title {
    margin: 0;
    font-size: 2.188em;
  }

  .teams-col-4-paragraph {
    margin: 1.25em 0 0;
    font-size: 0.938em;
    color: #fff;
  }

  .teamsJoinBtn {
    margin: 2.188em 0 0;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: flex-start;
    grid-column-gap: 0.625em;
    text-decoration: none;
    color: #fff;
    font-size: 1.125em;
  }

  .col-4-drive2 {
    height: 100%;
    width: auto;
  }

  .col-4-drive3 {
    display: grid;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000017;
    border-radius: 25px;
    padding: 3.75em 2.5em;
    align-content: baseline;
    grid-row-gap: 2.5em;
  }

  .drive3Info {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    grid-column-gap: 1.688em;
  }

  .drive3Box {
    background: #f2a133 0% 0% no-repeat padding-box;
    border-radius: 5px;
    height: 0.938em;
    width: 0.938em;
  }

  .drive3Text {
    font-size: 1.125em;
    font-weight: 600;
    color: #373737;
  }

  .teams-col-5 {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 5.438em;
    align-items: center;
    margin: 10.688em auto 0;
    max-width: 77.5em;
  }

  .teams-col-5-img {
    height: 33em;
    width: auto;
  }

  .teams-col-5-info {
    display: grid;
    grid-row-gap: 2.125em;
  }

  .teams-col-5-title {
    margin: 0;
    font-size: 2.188em;
    max-width: 14em;
  }

  .teams-col-5-paragraph {
    margin: 0;
    color: #373737;
    font-size: 0.938em;
    line-height: 1.5;
    max-width: 31em;
  }

  .teams-col-6 {
    display: grid;
    grid-template-columns: auto auto;
    max-width: 77.5em;
    margin: 8em auto 0;
    background: #e6feeb;
    align-items: center;
  }

  .teams-col-6-info {
    display: grid;
    padding: 0 3.125em;
  }

  .teams-col-6-title {
    margin: 0;
    font-size: 2.188em;
    color: #373737;
    max-width: 11em;
  }

  .teams-col-6-paragraph {
    margin: 1em 0 0;
    font-size: 0.938em;
    color: #373737;
    max-width: 28.2em;
    line-height: 1.5;
  }

  .teams-col-6 .teamsJoinBtn {
    background: #f2a133 0% 0% no-repeat padding-box;
    border-radius: 39px;
    justify-self: baseline;
    padding: 1.25em 4.688em;
    font-size: 1.125em;
    font-weight: 600;
  }

  .skiptranslate span {
    display: none;
  }

  @media screen and (max-width: 1366px) {
    body {
      font-size: 14px;
    }
  }

  .teamsGrid {
    max-width: 400px;
    margin: 0 auto;
  }


}

.skiptranslate span {
  display: none;
}

.post-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  width: 95vw
}

/* .post-container:first-child{
  background-color: red;
}

.post-title:first-child  {
  color:red
} */
.post-title {
  color: #4A4A4A;
  font-size: 1.15em;
  width: 80%;
  font-weight: bold;
  margin-top: 1.40em
}

.post-timeline {
  display: grid;
  grid-template-columns: auto auto;

}

.post-timeline-details {
  margin-top: 2em;
  margin-left: -8em
}

.post-author {
  color: #4A4A4A;
  font-size: 1em;
  font-weight: bold;
}

.post-img {
  width: 100%;
  height: 11.5em;
  object-fit: cover;
}

.post-time {
  font-size: 0.85em;
  color: #4A4A4A;
}

.post-category {
  display: flex;
  flex: nowrap;
  font-size: 0.60em;
  color: white;
  font-weight: bold;



}



.post-subject {
  display: grid;
  justify-items: left;
  font-size: 3em;
  font-weight: bold;
  color: #373737;
  margin-left: -3.5em
}

@media screen and (max-width: 1024px) {
  .post-container {
    grid-template-columns: unset;
    width: 85vw
  }
}

.blogsGrid {
  display: grid;
  max-width: 77.5em;
  margin: auto;
}

.blogsGridLabel {
  font-size: 3.750em;
  font-weight: 600;
  color: #373737;
}

.blogsInfo {
  display: grid;
  margin: 1.875em 0 0;
  grid-row-gap: 3.125em;
}

.firstBlog {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 3.75em;
  justify-content: flex-start;
  align-items: flex-start;
}

.firstBlogFeats {
  display: grid;
  grid-auto-flow: column;
  align-content: baseline;
  justify-content: end;
  width: 37.438em;
  border-radius: 5px;
  padding: 1.125em;
  grid-column-gap: 0.5em;
  background-color: #b9b9b9;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  height: 22em;
  background-size: 100%;
  background-position: center;
}

.firstBlogTag {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: .375em .688em;
}

.otherBlogs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-content: baseline;
  grid-column-gap: 2.9em;
  grid-row-gap: 5em;
}

.firtBlogInfo {
  display: grid;
}

.blogInfoIntro {
  display: grid;
}

.blogInfoTitleBlock {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  grid-column-gap: 1.250em;
}

.blogInfoDetails {
  display: grid;
  margin: 2.188em 0 0;
}

.blogTitle {
  font-size: 1.875em;
  color: #4A4A4A;
  font-weight: bold;
}

.blogInfo {
  line-height: 26px;
  color: #4A4A4A;
  font-size: 1em;
  max-width: 27em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.125em;
}

.readBlog {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-start;
  grid-column-gap: 0.5em;
  color: #F2A133;
  font-weight: 500;
  margin-top: 1.125em;
}

.readBlogArrow {
  height: .813em;
}

.otherBlogBlock {
  display: grid;
  align-content: baseline;
}

.otherBlockImg {
  border-radius: 3px;
  object-fit: cover;
  height: 14em;
  width: -webkit-fill-available;
}

.otherBlogTitle {
  margin: 1.875em 0 0;
  font-size: 1.125em;
  color: #4A4A4A;
  font-weight: 600;
}

.otherBlogInfo {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-column-gap: 0.625em;
  justify-content: flex-start;
  margin: 1.250em 0 0;
}

.otherBlogUser {
  height: 2.188em;
  width: 2.188em;
}

.otherBlogTags {
  margin: 1.5em 0 0;
  display: grid;
  grid-auto-flow: column;
  justify-content: flex-start;
  grid-column-gap: 0.5em;
}

.otherBlogTag {
  background: #CFCFCF 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
  padding: .5em;
  font-size: 0.688em;
}

.otherBlogInfoDetails {
  display: grid;
}

.otherBlogInfoTitle {
  font-size: 0.9em;
  font-weight: 600;
  color: #4A4A4A;
}

.blogLabelDate {
  color: #4A4A4A;
  font-size: 0.875em;
}

.blogInfoTitleBlockDetails {
  display: grid;
}

.blogLabelTitle {
  font-size: 1em;
  color: #4A4A4A;
  font-weight: bold;
}

.blogInfoImg {
  height: 2.5em;
  width: 3.875em;
}

@media screen and (max-width: 1024px) {
  .otherBlogs {
    grid-template-columns: unset;
    width: 93vw
  }

  .otherBlogBlock {
    display: grid;
    margin-left: 2em
  }

  .firstBlog {
    grid-template-columns: unset;
    margin-left: 1.6em;

  }

  .firstBlogFeats {
    margin-bottom: 1em;
    width: 89vw;
    height: 18em;

  }

  .blogsGridLabel {
    margin: 0.75em 0 0 0.5em;

  }
}

.form-page {
  background-color: #f0efef;
}

.envelope {
  width: 55%;
  margin: 10px 30% 10px 25%;
  padding: 10px 0;
  border-radius: 10px;
  background-color: white;
}

form {
  width: 70%;
  margin: 4% 15%;
}

.form-title {
  color: #2F643B;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 50px;
  font-weight: bold;
  font-size: 19px;

}

.form-label {
  font-size: 16px;
  color: #424040;
  ;

}

.form-img,
.input-text {
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  background-color: #f0efef;

}

.form-submit {
  width: 8rem;
  background: transparent linear-gradient(98deg, #f29f2d 0%, #ffd500 100%) 0% 0% no-repeat padding-box;
  color: white;
  border: 0;
  padding: 12px 16px 29px 16px;
  border-radius: 30px;
  font-size: 15px;
  margin-top: 16px;
  font-weight: lighter;
  height: 44px;


}

textarea {
  width: 100%;
  padding: 15px;
  margin-top: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  resize: none;
}



@media screen and (max-width: 1024px) {
  .envelope {
    width: 80vw;
    display: grid;
    margin: 5em auto;
    padding: 10px 0;
    /*   border: 0.15px solid #2F643B; */
    border-radius: 10px;
    background-color: white;
  }

}

/* COMMUNITY PAGE */
.community-page {
  background-color: white;
  padding-bottom: 7em
}

.com-box1 {
  margin-bottom: -3em
}

.com-box1-title {
  text-align: center;
  font: normal normal 600 45px/50px Montserrat;
  letter-spacing: -1.2px;
  color: #373737;
  opacity: 1;
  margin-top: 1.5em
}


.com-box1-p {
  display: grid;
  margin: 1em auto;
  max-width: 28em;
  letter-spacing: 0px;
  color: #373737;
  opacity: 1;
  text-align: center;
}



.com-box4,
.com-box2 {
  display: grid;
  grid-template-columns: auto auto;
  max-width: 75.5em;
  margin: 7.5em auto 0;
  grid-column-gap: 6em;
  justify-content: space-between;
  background-color: white;
  margin-bottom: -4em;
  padding: 3em 3.55em;
}

.com-box2-data,
.com-box3-data,
.com-box4-data,
.com-box5-data {
  margin-top: 6em
}

.com-box2-title,
.com-box3-title,
.com-box4-title,
.com-box5-title {
  color: #373737;
  font: normal normal bold 30px/37px Montserrat;
}

.com-box2-p,
.com-box4-p {
  max-width: 21.5em;
  font-size: 14px;
  letter-spacing: 0px;
  color: #373737;
  opacity: 1;
  line-height: 1.5em;
  margin-top: 1em;
  word-spacing: 0.05em;

}

.com-box2-img {
  width: 98%;

}


.com-box3,
.com-box5 {
  display: grid;
  grid-template-columns: auto auto;
  max-width: 75.5em;
  margin: 7.5em auto 0;
  grid-column-gap: 2em;
  justify-content: space-between;
  background-color: white;
  padding: 2em 4em;

  margin-bottom: -4em
}

.com-box5 {
  margin-bottom: 4em;
  padding: 3em 10em
}

.com-box3-img,
.com-box4-img {
  width: 95%;

}

.com-box3-p,
.com-box5-p {
  max-width: 23em;
  font-size: 14px;
  color: #373737;
  opacity: 1;
  line-height: 1.5em;
  margin-top: 1em;
  word-spacing: 0.05em;
  text-align: left;
}

.com-box5-img {
  width: 75%;
 
}

@media screen and (max-width: 1024px) {

  .com-box2,
  .com-box4 {
    grid-template-columns: unset;

  }

  .com-box3,
  .com-box5 {
    grid-template-columns: unset;
    display: flex;
    flex-direction: column-reverse
  }

  .com-box4,
  .com-box2,
  .com-box3,
  .com-box5 {
    padding: 1em;
  }

  .com-box2-p,
  .com-box3-p,
  .com-box4-p,
  .com-box5-p {
    margin-left: 1em;
    max-width: 19em;
    font-size: 18px;
  }


  .com-box2-title,
  .com-box3-title,
  .com-box4-title,
  .com-box5-title {
    margin-left: 0.47em;
    font-size: 30px;

  }

  .com-box2-img,
  .com-box3-img,
  .com-box4-img {
    margin-top: 2em;
    width: 100vw;
  }

  .com-box5-img {
    width: 80vw;
    margin-top:2em
  }

  .com-box1-title {
    font-size: 36px
  }

  .com-box1-p {
    max-width: 20em;
    font-size: 18px;
  }

  .com-box1 {
    padding: 1.4em;
    margin-bottom: -7em
  }
}