.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-gray-600);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.poster {
  height: 150px;
}

.testimonialcontainer {
  width: 60%;
  margin-top: 125px;
  margin-bottom: 125px;
}

.greenM {
  color: var(--bs-teal);
}

.audiopostbadge {
  color: var(--bs-badge-color);
}

.musicbadge {
  --bs-warning-rgb: 255,193,7;
}

#MMMasteringheader {
  background: url("Mastering_studio.jpeg") center / contain no-repeat;
  height: 60vh;
  width: 100%;
}

#postServicesheader {
  background: url("../../assets/img/PostMix.png") center / contain no-repeat;
  width: 100%;
  height: 61vh;
}

.TestimonialParagraph {
  font-size: 18px;
}

#MMMoreheader {
  background: url("../../assets/img/Moreheader.png") center / contain no-repeat;
  width: 100%;
  height: 60vh;
}

#collumn_margin_top_adjust {
  margin-top: 58px;
}

footer {
  background-color: var(--bs-gray-300);
}

.navbar {
  background-color: var(--bs-gray-300);
}

.has-quantity.reflow-cart-toggler.has-summary {
  margin-left: 1px;
}

#MMMtextcolor {
  color: var(--bs-pink);
}

