/* --------------------- ProductGroup --------------------- */
.btm-acf--main-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 20px;
}

.btm-acf--main-layout .btm-acf--column {
   /* flex: 1; */
    font-size: 22px;
    line-height: 34px;
    font-family: Roboto Condensed;
    font-weight: 300;
    color: #333;
    padding-left: 25px;
padding-right: 25px;
}

.btm-acf--main-layout:not(.single) .btm-acf--column {
    width: 50%;
}

.btm-acf--main-layout.single div p {
    margin-bottom: 0px;
}

.btm-acf--column.btm-acf--column__content p{
    font-size: 22px;
    margin-bottom: 24px;
    font-weight: 300;
}

.btm-acf--main-layout.single .btm-acf--column.btm-acf--column__content {
    justify-self: start;
    margin-right: auto;
}

.btm-acf--column.btm-acf--column__content ul {
    margin-left: 0px;
}

.btm-acf--column.btm-acf--column__content ul li {
    list-style: disc;
}

.btm-acf--column.btm-acf--column__content h3 {
    color: rgb(203, 14, 25);
    font-family: "Roboto Condensed";
    font-size: 46px;
    font-weight: 300;
    line-height: 57.911537px;
    margin-bottom: 20px;
}

.btm-acf--column.btm-acf--column__image {
    text-align: center;
}

.btm-acf--column.btm-acf--column__image img{ 
    max-width: 60%;
}

/* --------------------- End Of ProductGroup --------------------- */

/* --------------------- Product Card --------------------- */
.btm-product-card {
    display: block;
    height: 100%;
}

.btm-product-card--item__image {
    width: 100%;
    padding-top: 75%;
    box-sizing: border-box;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btm-product-card--item__content {
    min-height: auto;
    line-height: 100%;
    height: 25%;
    padding-right: 55px;
    padding-left: 20px;
    letter-spacing: .05em;
    display: flex;
    align-items: center;
    position: relative;
    background: #cb0e19;
    max-height: 100px;
    height: 100px;
    vertical-align: middle;
    transition: background-color .2s ease-in-out;
}

.btm-product-card--item__content h3 {
    margin: 0;
    width: 100%;
    line-height: 1.15;
    max-width: 45rem;
    color: #fff;
    font-size: 21px;
}

.btm-product-card--item__content::after {
    content: "\00a0";
    display: block;
    clear: both;
    background-image: url(../../themes/astra-child/images/arrow-icon.svg);
    width: 30px;
    background-repeat: no-repeat;
    position: absolute;
    right: 8%;
    top: 41%;
}

.btm-product-card--item__content:hover {
    background: #9B0B13;
}


/* --------------------- End Of Product Card --------------------- */
.the_custom_id_acf .ae-acf-content-wrapper {
    margin-top: -200px;
    padding-top: 200px;
}