* {
  box-sizing: border-box;
}

body {
  background: #ebebeb;
  padding: 15px;
  font-family: Alata, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-wrapper {
  max-width: 320px;
  margin: auto; /*To center the block*/
  border-radius: 15px;
  overflow: hidden;
  background: #e6e6e6;
  box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.25);
}

.container {
  max-width: 234px;
  margin: auto; /*To center the block*/
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: -80px;
}

.container-card {
  width: 100%;
  border-radius: 10px;
  background: #ebebeb;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.header {
  padding: 10px 150px 160px 10px;
  border-radius: 0 0 45px 45px;
  background: 
    /* linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 23.08%,
      rgba(0, 0, 0, 0.44) 62.5%
    ), */ url("../images/animations/muybridge_race_horse_animated.gif")
    no-repeat center / cover;
}

.header-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #0d0c0c;
  text-align: start;
}

.busines-card {
  width: 100%;
  height: 117px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  overflow: hidden;
}

.busines-card-bottom {
  width: 100%;
  height: 58px;
  margin-top: 0;
  background-image: url("../images/background/turbulence-noise.svg");
}

.busines-card-full_name {
  margin: 5px;
  text-align: center;
  font-size: 20px;
  color: #09100d;
}

.business-card-occupation {
  margin: 5px;
  text-align: center;
  font-size: 16px;
  color: #09100d;
}

.liflet-card {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 20px;
}

.liflet-card-contacts {
  max-width: 260px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-self: center;
  gap: 3px;
  font-size: 14px;
}

.liflet-card-contacts-button {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  background-image: url("../images/background/turbulence-noise.svg");
}

.liflet-card-text {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #09100d;
  p {
    margin: 0;
    padding: 0;
  }
  ul {
    list-style-type: none;
    padding: 0;
  }
}

.liflet-card-text-service {
  margin: 0 10px;
}

.liflet-card-text-service-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.liflet-card-text-service-list-pic {
  width: 40px;
  height: 40px;
  border-radius: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/background/turbulence-noise.svg");
}

.liflet-card-text-service-list-pic img {
  width: 60%;
  height: 60%;
}

.liflet-card-text-customers p {
  margin: 0 10px;
}

.liflet-card-text-customers-list {
  margin: 0 10px;
}

.liflet-card-text-customers-list-pic img {
  width: 80px;
  height: 80px;
}

@media (max-width: 230px) {
  .liflet-card-contacts {
    flex-direction: column;
  }
}
