@media (min-width:992px) and (max-width:1199.98px){
  body.page-custom-pill-packages .custom-pill-block{
    width:100%;
  }
}

@media (min-width:1200px) and (max-width:1299px){
  body.page-custom-pill-packages .custom-pill-block>.fl-col-content{
    padding-right:2.5rem;
    margin-right:0;
    margin-left:0;
  }
}

@media (min-width:992px) and (max-width:1199.98px){
  body.page-custom-pill-packages .custom-pill-block>.fl-col-content{
    padding:0;
    margin-left:0;
  }
}

@media (max-width:767.98px){
  body.page-custom-pill-packages .custom-pill-block .custom-pill-icon{
    display:inline-block !important;
    max-width:3.75rem;
    margin:0;
  }
}

@media (max-width:767.98px){
  body.page-custom-pill-packages .custom-pill-block .custom-pill-text{
    display:inline-block !important;
    max-width:-webkit-calc(100% - 60px);
    max-width:-webkit-calc(100% - 3.75rem);
    max-width:-moz-calc(100% - 60px);
    max-width:-moz-calc(100% - 3.75rem);
    max-width:calc(100% - 60px);
    max-width:calc(100% - 3.75rem);
    margin:0;
    padding-left:2.5rem;
  }
}

@media (max-width:413px){
  body.page-custom-pill-packages .custom-pill-block .custom-pill-text{
    max-width:65%;
  }
}

@media (max-width:767.98px){
  body.page-custom-pill-packages .custom-pill-block .fl-col-group-equal-height{
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-flow:row-reverse;
       -moz-box-orient:horizontal;
       -moz-box-direction:reverse;
            flex-flow:row-reverse;
    -webkit-box-align:center;
    -webkit-align-items:center;
       -moz-box-align:center;
            align-items:center;
  }
}

/*# sourceMappingURL=page-custom-pill-package.min.css.map */
