/*
Theme Name: BuyersGuide
Author: Jouw Naam
Version: 1.0
Description: Een Tailwind-gebaseerd blog thema voor BuyersGuide.
Text Domain: buyersguide
*/
div.wrapper-product-card-feature_checkmarks .ordinal {
    position: absolute;
    top: 43%;
    left: -18px;
    height: 36px;
    width: 36px;
    border: 2px solid #127ed8;
    border-radius: 50%;
    background-color: #fff;
    font-size: 21px;
    color: #127ed8;
    font-weight: 700;
    padding-top: 1px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-image img{
	    object-fit: contain!important;
    max-height: 225px;
}
h1 {
    font-size: 1.875em;
    line-height: 2.625em
}

h2 {
    font-size: 1.5625em !important;
    line-height: 2.125em;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
}
h3,h4 {
    font-size: 1.25em!important;
    line-height: 1.875em
	font-family: "Raleway", sans-serif;
    font-weight: 300;
}


h5 {
    font-size: 1.09375em!important;
    line-height: 1.53125em
}

h6 {
    font-size: .875em;
    line-height: 1.25em
}
p {
    margin-bottom: 20px!important;
}
aside h4 {
    font-size: 1.5625em !important;
    line-height: 1.425em !important;
    font-family: "Raleway", sans-serif;
    font-weight: 300 !important;
    margin-top: 8px;
    text-align: center;
}