:root {
  --back-color: #ffffff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Odibee Sans";
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #e2e7ec;
}

.list {
  padding-top: 90px;
  margin: 0 auto;
  max-width: 1140px;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  margin-bottom: 20px;
  max-width: 360px;
  min-width: 360px;
  max-height: 540px;
  min-height: 540px;
  background-color: var(--back-color);
}
.list__img {
  margin-bottom: 28px;
  max-width: 360px;
  min-width: 360px;
  max-height: 250px;
}
.list__item:nth-child(1):after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1.2) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.list__item:nth-child(1) {
  min-width: 740px;
  max-width: 740px;
}
.list__title-over {
  height: 30px;
  padding-left: 28px;
  margin-bottom: 21px;
  color: #818181;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.list__item:nth-child(1) .list__title-over {
  position: absolute;
  bottom: 123px;
  left: 46px;
  z-index: 3;
}
.list__title {
  width: 350px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 28px;
  letter-spacing: 0.55px;
}
.list__item:nth-child(1) .list__title {
  position: absolute;
  font-size: 42px;
  font-weight: 400;
  width: 500px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  left: 43px;
  bottom: 40px;
  z-index: 3;
}
.list__img:nth-child(1) {
  max-height: 540px;
  max-width: 740px;
}
.ava__img {
  position: absolute;
  left: 28px;
  bottom: 25px;
  width: 54px;
  height: 54px;
}
