@font-face {
  font-family: "Tahoma";
  font-weight: 700;
  font-display: swap;
  src: url(../assets/fonts/Tahoma-Bold.woff2) format("woff2"), url(../assets/fonts/Tahoma-Bold.woff) format("woff");
}
@font-face {
  font-family: "Tahoma";
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/Tahoma.woff2) format("woff2"), url(../assets/fonts/Tahoma.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-display: swap;
  src: url(../assets/fonts/Inter-Medium.woff2) format("woff2"), url(../assets/fonts/Inter-Medium.woff) format("woff");
}
.main {
  padding-top: 242px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.main__content {
  max-width: 692px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.main__content .box {
  padding: 15px 30px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(115.38deg, #D9D9D9 34.13%, #9AB2D7 92.31%);
  box-shadow: 0px -2px 18.3px 4px rgba(0, 0, 0, 0.2509803922);
}
.main__content .box h1 {
  margin-bottom: 11px;
  font: 700 24px/1 "Tahoma";
  color: #000000;
}
.main__content .box .text ul {
  list-style: disc;
  padding-left: 24px;
}
.main__content .box .text ul li {
  font: 400 15px/1 "Tahoma";
  color: #000000;
}
.main__content .box .text p {
  font: 400 15px/1 "Tahoma";
  color: #000000;
}
.main__content .box .text p:not(:last-of-type) {
  margin-bottom: 15px;
}
.main__content .box .images {
  padding: 58px 0;
  display: flex;
  gap: 30px;
  line-height: 0;
}
.main__content .box .images .image {
  box-shadow: 0px -2px 18.3px 4px rgba(0, 0, 0, 0.2509803922);
}
.main__content .box button {
  padding: 12px;
  min-width: 314px;
  font: 700 24px/1 "Tahoma";
  color: #000000;
  background: rgba(87, 167, 179, 0.53);
  border-radius: 19px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.main__content .box button:hover {
  background: #57a7b3;
}
@media (max-width: 768px) {
  .main {
    padding-top: 108px;
  }
}
@media (max-width: 576px) {
  .main__content .box .images {
    gap: 20px;
  }
  .main__content .box .images .image {
    flex: calc((100% - 40px) / 3);
  }
  .main__content .box .images .image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main__content .box button {
    min-width: auto;
    width: 100%;
  }
}/*# sourceMappingURL=single-project.css.map */