.training {
  background-color: #323232;
}
.training__title {
  padding-top: 60px;
  font-family: Lora;
  font-size: 50px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #cdaf62;
  margin-bottom: 60px;
}
.training__descr {
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
}
.training__text {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.textTit {
  font-family: Lora;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  max-width: 900px;
}
.textDesc {
  font-family: Lora;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  max-width: 770px;
}
.textBtn {
  width: 280px;
  height: 50px;
  background-color: #cdaf62;
  font-family: Lora;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
