.section__program__details sup{
  line-height:0; 
}
.section__program__details .region h3.subheading {
  font-size: 30px;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  position: relative;
  white-space: nowrap;
  padding-left:20px;
  padding-right:20px;
}
.border__left,
.border__right {
  border-top: 1px dotted var(--blue-main); /* Adjust the border style as needed */
  position: absolute;
  top: 50%;
}

.border__left {
  left: 0;
}

.border__right {
  right: 0;
}
.region{
  max-width:960px; 
  margin:0 auto;
}
.product__row{
  display:flex; 
  justify-content:center;
  width:100%;
  max-width:960px;
  margin:0 auto;
}
.item__group{
  width:33%; 
}
.table__head{
  display:flex;
  align-items:center;
  justify-content:center;
  border: 1px solid var(--blue-main);
  padding:20px 10px;
  text-transform:uppercase;
  letter-spacing:3px;
  font-size:20px;
}
.canada .table__head img{
  margin-right:10px; 
  max-height:35px;
  width:auto;
}
.table__cell{
  border: 1px solid var(--blue-main);
  padding:50px 0;
  letter-spacing:2px;
  
}
.table__cell .price{
  font-size:50px; 
  font-family: museo-sans;
    font-weight: 900;
}
.table__cell .price div{
  display:inline; 
}
.table__cell .price sup{
  font-size:30px; 
}

@media screen and (max-width:600px){
  .section__program__details .region h3.subheading{
    white-space:normal; 
    height:auto;
    margin-bottom:0;
  }
   .border__left,
  .border__right {
    display:none;
  }
  .product__row{
    flex-direction:column; 
  }
  .item__group{
    width:100%; 
    margin-top:20px;
  }
}
}