.frame-specs {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.frame-specs img {
  max-width: 100%;
  height: auto;
}

.frame-value {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  width: 110%;
	margin-top: -18px;
	font-weight: bolder;
	font-size: 30px;
	color: #285aa1;
}

.frame-value > div {
  width: 28.3%;;
  text-align: center;
}
@media (max-width: 768px) {
.frame-value {
font-weight: bolder;
font-size: 30px;
font-weight: bold;
font-size: 23px;
}
}