.block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.node__content img {
    margin-bottom: 1rem;
}

.block ul li {
    margin-bottom: 1rem;
    border-bottom: solid 1px grey;
    padding: 0 0 1rem;
}

.block img {
    width: 100%;
    height: auto;
}
/* <<<<<<< UPDATES >>>>>>> */
.discovery-offer-text > div:nth-child(1) {
color: #0b0c0c;
    font-family: "arial", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 18px;
font-size: 1.5rem;
        line-height: 1.25;
    display: block;
    margin-top: 0;
            margin-bottom: 20px;
}
.field_name_of_offer {
	font-weight: bold;
   /* display: inline;*/
}
.discovery-card-offer-extra > p {
    margin-top: 0;
}
.discovery-card-offer-link > div:nth-child(2) > div
 {
    margin-bottom: 1em;
}
.discovery-card-offer-image > div > img {
	width:100%;
	height:auto;
}
.discovery-card-tc {
    font-style: italic;
}