p {
  margin: 0;
}

p + p {
  margin-top: 16px;
}

.carier-container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.carier-header__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.carier-content {
  width: 100%;
}

.carier-title {
  font: 35px / 45px 'PTSans-Bold', sans-serif;
  color: #252525;
  margin: 33px 0 22px;
  border-bottom: 1px solid rgb(229, 229, 229);
  padding-bottom: 30px;
}

.carier-text {
  /* font-size: 16px; */
  font-size: 20px;
  line-height: 150%;
}

.carier-info {
  display: flex;
  margin: 15px 0;
  border-radius: 10px;
  background-color: #fbfbfb;
}

.carier-info__photo {
  /* width: 50%; */
  padding: 20px;
}

.carier-info__photo img {
  width: 100%;
  height: 100%;
  min-width: 250px;
  object-fit: cover;
}

.carier-info__text {
  /* width: 50%; */
  padding: 20px;
  font-size: 20px;
  line-height: 150%;
}


