.masters {
  background-color: #323232;
}
.masters__title {
  padding-top: 60px;
  font-family: Lora;
  font-size: 50px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #cdaf62;
}
.masters__items {
  max-width: 1620px;
  margin: 0 auto;
  padding: 70px 70px;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-items: center;
}
.masters__items .item {
  max-width: 372px;
  min-height: 550px;
  display: flex;
  min-height: 570px;
  flex-direction: column;
  justify-content: space-between;
}
.masters__items .item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: top;
}
.masters__items .item__title {
  font-family: Lora;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-top: 8px;
}
.masters__items .item__text {
  font-family: Lora;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #c9b5b5;
}
.masters__items .item__btn {
  width: 200px;
  height: 45px;
  background-color: #cdaf62;
  font-family: Lora;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
