@import url(https://fonts.googleapis.com/css?family=Open+Sans);

:root {
  --debug-outline: #FF0000FF;
  --btn-background-color: #0662ae;
  --btn-background-color-focus: #01559b;
  --btn-font-color: #fff;
  --btn-border-color: var(--btn-background-color);
  --btn-border-btm-color: #102637;
}

/* div {
  border: 1px dashed var(--debug-outline);
} */

.bell-banner {
  background-image: url(https://ams.iqmetrix.net/images/5809cf06-94fb-4787-a72d-a08ab9b53220/preview/2880/781);
  font-family: 'Open Sans';
}
.bell-banner .container {
  height: 40rem;
  padding-top: 5rem;
  overflow: hidden;
  width: 70%;
  display: grid;
  grid-gap: 0;
  /* grid-template-columns: repeat(2, 50%); */
  /* grid-template-rows: repeat(3, 33%); */
  grid-template-areas: "offer promo-image";
  align-items: center;
}
.bell-banner .offer {
  grid-area: offer;
  padding-right: 5rem;
}
.bell-banner .promo-image {
  grid-area: promo-image;
  justify-self: end;
  text-align: center;
}
.bell-banner .carrier {
  height: 3.8rem;
}
.bell-banner .title {
  font-size: 2.2rem;
}
.bell-banner .sub-title {
  font-weight: 600;
  font-size: 1.6rem;
}
.bell-banner .details {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bell-banner .details li {
  padding: 0 .3rem .5rem 0;
  min-height: 2.5rem;
  list-style-position: inside;
  list-style-image:url(https://sputnik-prod.azureedge.net/18011/134/En/Content/images/assets/arrow-list.png);
}
.bell-banner .promo-image img {
  display: block;
  max-width: 25rem;
  margin-bottom: 3rem
}

@media (max-width: 1199px){
  .bell-banner .container {
    height: 40rem;
  }
}
@media (max-width: 991px){
  .bell-banner .container {
    padding-top: 2rem;
    height: 30rem;
    width: 80%;
  }
  .bell-banner .promo-image img {
    /* width: 20rem; */
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px){
  .bell-banner .offer {
    padding-right: unset;
  }
  .bell-banner .container {
    padding-top: 2rem;
    height: 54rem;
    width: 100%;
    grid-template-areas: "offer"
                         "promo-image";
  }
  .bell-banner .offer {
    justify-self: center;
    text-align: center;
  }
  .bell-banner .promo-image {
    justify-self: center;
  }
  .bell-banner .promo-image img {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .bell-banner .title{
    /* margin-top: 0; */
    font-size: 1.6rem;
    line-height: normal;
  }
  .bell-banner .sub-title {
    font-size: 1.4rem;
    line-height: normal;
  }
  .bell-banner ul{
    font-size: 1.2rem;
    min-height: unset;
  }
}
@media (max-width: 640px){
  .bell-banner .default {
    border-bottom: 2px solid #102637;
    font-weight: normal !important;
  }
}
@media (max-width: 400px){
  .bell-banner .container {
    height: 44rem;
    width: 100%;
  }
  .bell-banner .promo-image img {
    /* width: 40%; */
  }
}
