.why-we .title{
  color: #275EA7;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 12px 0;
}
.title-why-we {
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #0848AF;
  margin-bottom: 20px;
}
.why-we-block {
  margin-top: 33px;
  text-align: center;
}
.why-we .wrapper-why-we {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );
}
.why-we .text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #939CB2;
}
.why-we .row {
  padding: 20px 20px 23px 20px;
  background: #FFFFFF;
  border: 0.5px solid #C5CBE1;
  border-radius: 10px;
}
.why-we__img{
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  background-color: #CADDF9 !important;
  margin: 0 0 25px 0;
}

.why-we__img_1{
  background: url(../../images/tt1.png) no-repeat center center;
}
.why-we__img_2{
  background: url(../../images/tt2.png) no-repeat center center;
}
.why-we__img_3{
  background: url(../../images/tt3.png) no-repeat center center;
}
.why-we__img_4{
  background: url(../../images/tt4.png) no-repeat center center;
}
.why-we__img_5{
  background: url(../../images/tt5.png) no-repeat center center;
}
.why-we__img_6{
  background: url(../../images/tt6.png) no-repeat center center;
}
@media (max-width: 500px) {
  .vacancy .vacancy-text {
    padding: 13px;
    font-size: 20px;
    border-bottom-width: 5px;
  }
}
