#package-cards-container >article {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #009fb791;
    margin: 10px;
    line-height: 1.5em;
        max-width:1100px;
}
/*
#package-cards-container  li:nth-child(2), #package-cards-container li:nth-child(3) {
    border-top: 1px solid rgb(214, 227, 225);

}*/

.buttonSection {
    padding-top: 10px;
    padding-bottom: 30px;
}

/*see main.css for .button style*/

.priceSection {
    font-size: 1.2em;
    padding-top: 15px;
    padding-bottom: 15px;
}


#morePackages {
    padding: 20px;
}


#morePackagesHeading {
    font-size: 1.1em;
    color: #061c5be0;
}


.temporaryNote {
    color: rgb(40, 40, 40);
    padding-top: 10px;
    line-height: 1.5em;
}

@supports (-webkit-mask: url("")) or (mask: url("")) {
   #package-cards-container  {
        list-style: none;
        /* remove default bullets */
        padding-left: 0;
    }

    #package-cards-container  li {
        position: relative;
        padding-left: 1.75rem;
    }

   #package-cards-container  li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.4em;
        width: 1em;
        height: 1em;
        background-color: #007284;

        -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 33'><path fill='white' d='M21.663 12.752a.938.938 0 010 1.327l-7 7a.94.94 0 01-1.326 0l-3-3a.938.938 0 111.326-1.327l2.293 2.294.088-.088 6.293-6.294a.938.938 0 011.326 0zm5.4 3.664A11.062 11.062 0 1016 27.477 11.075 11.075 0 0027.063 16.416zm1.875 0A12.937 12.937 0 1116 3.478a12.951 12.951 0 0112.938 12.938z'/></svg>") no-repeat center / contain;
        mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 33'><path fill='white' d='M21.663 12.752a.938.938 0 010 1.327l-7 7a.94.94 0 01-1.326 0l-3-3a.938.938 0 111.326-1.327l2.293 2.294.088-.088 6.293-6.294a.938.938 0 011.326 0zm5.4 3.664A11.062 11.062 0 1016 27.477 11.075 11.075 0 0027.063 16.416zm1.875 0A12.937 12.937 0 1116 3.478a12.951 12.951 0 0112.938 12.938z'/></svg>") no-repeat center / contain;
    }
}