.tearsheet-container {
  padding-bottom: 20px;
}
.tearsheet-container .row {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.tearsheet-container .main-image {
  border: 1px solid #000;
}
.tearsheet-container .main-image:has(.main-image) {
  border: 0px;
}
.tearsheet-container .brand-image {
  border: 1px solid #000;
  max-width: 200px;
}
.tearsheet-container .brand-image:has(.brand-image) {
  border: 0px;
}
.tearsheet-container .tear-title {
  font-weight: 600;
}
.tearsheet-container .tear-title.text-uppercase {
  text-transform: uppercase;
}
.tearsheet-container .black_dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: black;
  border-radius: 13px;
  margin-right: 20px;
  margin-bottom: 2px;
}
