body {
  background: #22514a;
  color: #fff;
  padding: 50px 20px;
  margin: 0;
  text-align: center;
  font-family: "Cabin", Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 400;
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  display: inline-block;
  margin: 0;
  border: 0 none;
  max-width: 100%;
}

.logo {
  margin-bottom: 25px;
}

h1 {
  font-weight: bold;
  font-size: 22px;
  margin: 0 auto 20px;
  letter-spacing: 1px;
}

h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 0 auto 32px;
  letter-spacing: 2px;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
@media screen and (max-width: 880px) {
  .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.item {
  width: 300px;
}
.item .thumb {
  height: 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 680px) {
  .item .thumb {
    height: auto;
    padding-bottom: 0 !important;
  }
}
.item.i1 .thumb {
  padding-bottom: 17px;
}
.item.i3 .thumb {
  padding-bottom: 17px;
}

.btn {
  width: 220px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  text-decoration: none;
  margin: 30px auto 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn.btn1 {
  background: #be533f;
  font-size: 14px;
}
.btn.btn2 {
  background: #c57e33;
}
.btn.btn3 {
  background: #d5a68c;
}
.btn:hover {
  -webkit-transform: translate(-3px, -3px);
          transform: translate(-3px, -3px);
  -webkit-box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.16);
}

.text {
  max-width: 768px;
  font-size: 14px;
  line-height: 18px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.text p {
  margin-top: 0;
  margin-bottom: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .text br {
    display: none;
  }
}

.box {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 37px;
  color: #22514a;
  margin-bottom: 35px;
}
.box strong {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
.box a {
  color: #22514a;
}
.box a span {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.box a:hover {
  text-decoration: underline;
}
.box span.tel {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.box span.sep {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 760px) {
  .box {
    line-height: 1.3em;
  }
  .box span.tel {
    display: block;
    margin: 0;
  }
  .box span.sep {
    display: none;
  }
}

.copyr {
  line-height: 16px;
}