body{
  font-size: max(1vw, 0.8rem);
}



#PricesExpressTitle{
  color: #87b6b6;
}

#PricesExpressContainerDecoration{
  background: #7d9dad;
}

#PricesExpressContainer{
  background: #87b6b6bb;
  position: relative;
}

.PricesTagsExpress{
  color: #87b6b6;
}

#PricesExpressLeft{
  width: 45%;
  text-align: center;
  font-size: max(1.1vw, 0.8rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#PricesExpressRight{
  width: 45%;
}


#PricesQuoteContainer{
  display: flex;
  justify-content: center;
  width: 45%;
}

.PricesSubContainer{
  margin: 2rem 0;
}


#BurogridTechnology{
  position: absolute;
  right: 2vw;
  bottom: calc((2rem + max(1.5vw, 0.8rem)) / -2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0.5rem;
  background: #4b6775;
  border-radius: 1rem;
}

#BurogridTechnology img{
  height: max(1.5vw, 0.8rem);
  margin-left: 0.5rem;
}


@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 500px) {

}
