/* Showroom Block */
.showroomMapContainer {
  width: 50%;
}

.showroomTextContainer {
  padding: 20px 17px;
  width: 50%;
}

.showroomHeading {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 30px;
}

.showroomLabel {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
  display: flex;
}

.showroomLabel:before {
  content: url('/wp-content/themes/generatepress_child/assets/icons/showroomMarker.svg');
  padding-right: 16px;
}

.showroomInfoText {
  font-weight: 400;
  font-size: 14px;
  line-height: 137.6%;
  margin-bottom: 38px;
  padding-left: 24px;
}

.showroomMapContainer .pw_map_canvas>div>div {
  max-width: 100%;
  width: 100% !important;
}

.showroomMapContainer .pw_map_canvas img {
  width: 100% !important;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .showroomInfoText p {
    margin-bottom: -30px;
  }

  .providers-showroom {
    border: solid 1px #CBCBCB;
  }

  .showroomMapContainer {
    width: 100%;
  }

  .showroomTextContainer {
    width: 100%;
  }
}