.body__title {
  position: relative;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
  max-width: 100%;
  font-weight: 500;
  max-width: 100%;
  max-height: 100%;
  z-index: 0;
  text-align: center;
  margin: 0px auto;
  padding: 0px 0 200px 0;
  bottom: -60px;
  z-index: 0;
  font-size: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  text-shadow: 1px 1px 0 green, -1px -1px 0 green, 1px -1px 0 green, -1px 1px 0 green, 1px 1px 0 green;
  line-height: 160px;
}
.body__title::first-letter {
  border: green solid 4px;
}
@media (max-width: 1454px) {
  .body__title {
    line-height: 100px;
    font-size: 80px;
    max-width: 500px;
    margin: 0px auto;
  }
}
@media (max-width: 1092px) {
  .body__title {
    font-size: 80px;
    line-height: 93px;
  }
  .body__card {
    margin: 0px auto;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .body__title {
    font-size: 75px;
    padding: 90px 0 0 0;
    margin: 10px 0 100px 0;
    line-height: 120px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    max-width: 100%;
    margin: 0px auto;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 390px) {
  .body__title {
    font-size: 65px;
  }
}
.body__card {
  padding: 100px 0 0 0;
}
.body__grid {
  padding: 230px 0;
}
.body__grid__content {
  display: -ms-grid;
  display: grid;
  padding: 5% 0 0 0;
  -ms-grid-columns: auto 20px auto;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
}
.body__grid__title {
  text-align: center;
  font-size: 32px;
}
.body__grid__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  gap: 10px;
}
.body__grid__block__img {
  height: 150px;
  width: 200px;
}
.body__grid__block img {
  width: 200px;
  height: 100%;
}
.body__grid__block__title {
  padding: 0 0 15px 0;
  font-size: 21px;
}
.body__grid__block__text {
  line-height: 21px;
  letter-spacing: 0.2px;
  font-size: 16px;
}
@media (max-width: 1183px) {
  .body__grid__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .body__grid__block {
    padding: 10px 15px;
    max-width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px auto;
  }
  .body__grid__block .body__grid__block__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .body__grid__block img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .body__grid__block__title {
    text-align: center;
    font-size: 19px;
  }
  .body__grid__block__text {
    padding: 15px 0 0 0;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0.2px;
  }
}
.body__contact {
  margin: 0px auto;
}
.body__contact__content {
  background: white;
  padding: 40px 0;
  color: #000;
}
.body__contact__content__title {
  text-align: center;
  color: #000;
  font-size: 53px;
  padding: 0 0 30px 0;
  line-height: 24px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.body__contact__content__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 20px;
}
@media (max-width: 820px) {
  .body__contact__content__grid {
    padding: 0 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.body__contact__content__grid .body__contact__content__grid__block__0 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.body__contact__content__grid__block__img {
  padding: 0 0 5px 0;
}
.body__contact__content__grid__block__name {
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 5px 0;
}
.body__contact__content__grid__block__text {
  line-height: 21px;
}
.body__service {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 50px 0;
}
.body__service__content__title {
  text-align: center;
  font-size: 54px;
  padding: 0 0 30px 0;
}
.body__service__content__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
.body__service__content__grid__blocktext {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.body__service__content__grid__block {
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.body__service__content__grid__block:hover :hover {
  background: black;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.body__service__content__grid__img {
  width: 100%;
}
.body__service__content__grid__img img {
  width: 100%;
}
.body__service__content__grid__title {
  font-size: 24px;
  padding: 15px 0;
  text-align: center;
}
.body__service__content__grid__text {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1025px) {
  .body__service__content__grid {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 580px) {
  .body__service__content__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}