@import url(base.css);

#header {
    
}

#header-image {
    
}

#care-points-container {
    width: 30%;
}

/* TODO: Not sure about this... */
@media screen and (max-width: 1200px) {
    #care-points-container { width: 80%; }
}

ul.care-points {
    list-style: none;
    text-align: justify;
    font-size: 1.1em;
}

ul.care-points li {
    padding-top: 25px;
    padding-left: 1.3em;
}

ul.care-points li::before {
    color: var(--mgw-red);
    content: "\f06a";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

#meat {
    width: 1200px;
    margin: auto;
    padding-top: 30px;
    font-size: 1.1em;
    text-align: justify;
}