@import "business.css";

.site__description > strong {
  font-weight: 400;
}

.gallery {
  padding: 40px 0;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 10px;
}

.gallery__card {
  flex: 1;
}

.gallery__image {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.gallery__image img {
  width: 100%;
}

.gallery__content {
  color: #7b7b7b;
  font-size: 14px;
  text-indent: -10px;
  padding: 20px 10px 20px 14px;
}

.gallery__title {
  color: var(--primary);
  font-size: 16px;
  padding-bottom: 10px;
}

.contact {
  width: 100%;
  height: 70px;
  margin: 40px auto 60px !important;
  background: #ffffff;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
}

.contact > div:first-child {
  width: 321px;
  height: 100%;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  padding-left: 30px;
  background-image: url("/resources/images/business/experience/contact/background.png");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact > div:last-child {
  color: #58595b;
  padding-left: 50px;
}

.contact > div:last-child > a:hover {
  text-decoration: underline;
}