.b-about-left{
	font-size: 1.15rem;
  line-height: 1.65;
}
.b-about-left p{
	margin-bottom:2.1rem;
}
.b-about-right{
  padding-top: 1rem;
  padding-left: 6.7rem;
}
.b-about-right-item {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5.3rem;
}
.b-about-right-item:last-child{
	margin-bottom:0px;
}
.b-about-right-item span:nth-child(1){
  color: var(--link-color-2);
  font-family: mssb;
  font-size: 5.2rem;
  line-height: 1;
  width: 57%;
  text-align: right;
  padding-right: 1.3rem;
}
.b-about-right-item span:nth-child(2){
	width: 43%;
  text-align: left;
  font-size: 1.15rem;
  padding-top: 1.9rem;
  color: var(--black);
  padding-left: 0.4rem;
  line-height: 1.25;
}

.b-about-h3{
	font-size: 2.4rem;
  color: var(--black);
}

.b-about-advantages{
  max-width:615px;
}
.b-about-advantages-item{
  display: flex;
  padding: 1rem;
  align-items: flex-start;
  min-height: 200px;
}
.b-about-advantages-img{
  flex-shrink: 0;
  width: 175px;
  text-align: center;
  padding-top: 1.3rem;
}
.b-about-advantages-text{
  padding-left: 0.625rem;
  padding-top: 1rem;
}
.b-about-advantages-name{
  color: var(--black);
  font-family: mssb;
  font-size: 1.25rem;
}
.b-about-advantages-text p{
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.b-about-img img{
  box-shadow: 0px 0px 0px 8px #f5f6f8;
  max-width: 370px;
}

.b-about-reviews-text{
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1rem;
}
.b-about-reviews-text i{
  color: var(--link-color-2);
  font-size: 3.4rem;
}
.b-about-reviews-text p{
  margin:0;
}
.b-about-reviews-name{
  text-align: right;
  margin-top: 1rem;
  font-family: mssb;
}

.b-about-awards{
  margin-top:8rem;
}
.b-about-awards-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 100%;
  height: 400px;
  width: 400px;
  margin: 0 auto;
}
.b-about-awards-item:hover{
  text-decoration:none;
  background-color:var(--link-color-2);
}
.b-about-awards-item:hover img{
  filter:brightness(5);
}
.b-about-awards-item span{
  text-transform: uppercase;
  font-size: 1.9rem;
  font-family: mssb;
  margin-top: 1rem;
  color: var(--link-color-2);
}
.b-about-awards-item:hover span{
  color:var(--white);
}

@media (max-width: 1899px) {

.b-about-awards-item{
  height: 350px;
  width: 350px;
}

}


@media (max-width: 1499px) {

.b-about-awards-item {
  height: 320px;
  width: 320px;
}
.b-about-awards-item span{
  font-size: 1.4rem;
}

}


@media (max-width: 1499px) {

.b-about-awards-item {
  height: 280px;
  width: 280px;
}

}


@media (max-width: 575px) {

.b-about-right{
  padding-left:1rem;
}

.b-about-advantages-item{
  flex-wrap: wrap;
  justify-content: center;
}

}