.about-this-style {
  display: flex; /* Added display:flex since flex-direction is present */
  flex-direction: column;
  width: 117px;
  align-items: flex-start;
  gap: 9px;
  position: relative;
}

.about-this-style .p {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  margin-bottom: 0;
  font-family: "Lucida Grande-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
  line-height: 12px;
}

.about-this-style .text-wrapper-6 {
  position: relative;
  align-self: stretch;
  margin: 0;
  font-family: "Lucida Grande-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 12px;
}

.about-this-style .frame-6 {
  position: relative;
  width: 108px;
  height: 21px;
  border-radius: 100px;
  border: none;
  box-shadow: 0px 1px 1px #0000003d, 
              inset 0px -8px 0px 4px #b3b3b3, 
              inset 0px -15px 2px -12px #ffffff40;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(231, 231, 231, 1) 42%, rgba(251, 251, 251, 1) 100%), 
              linear-gradient(180deg, rgba(214, 230, 255, 1) 0%, rgba(166, 201, 255, 1) 42%, rgba(210, 241, 247, 1) 100%);
}

.about-this-style .frame-6::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 100px;
  background: linear-gradient(180deg, rgba(98, 98, 98, 1) 0%, rgba(98, 98, 98, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.about-this-style .text-wrapper-7 {
  position: absolute;
  top: 0;
  left: 15px;
  text-shadow: 0px 1px 0px #ffffff29;
  font-family: "Lucida Grande-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.about-this-style .mac-OS-x-style {
  position: relative;
  width: fit-content;
  font-family: "Lucida Grande-Regular", Helvetica;
  font-weight: 400;
  color: #0000004c;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
  line-height: 12px;
  margin: 0;
}