.tw-offer-box {
    margin: 15px 0;
    background-color: #fff;
    border: 1px solid #CECECE;
    box-shadow: 0 0 20px #F0F0F0;
}

article.post .tw-offer-box a,
.tw-offer-box a {
    text-decoration: none;
}

.tw-offer-section1 {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 18px 16px;
}

.tw-offer-section1 .tw-offer-col1 {
    flex: 1;
}

.tw-offer-section1 .tw-offer-col2 {
    flex: 2.4;
}

.tw-offer-section1 .tw-offer-col3 {
    flex: 1;
    min-width: 175px;
}

.tw-offer-section1 img {
    max-width: 200px;
    height: auto;
    min-height: 120px;
}

.main-side .tw-offer-section1 .tw-offer-col2 .tw-offer-name,
article .tw-offer-section1 .tw-offer-col2 .tw-offer-name,
.tw-offer-section1 .tw-offer-col2 .tw-offer-name {
    font: bold 18px / 16px Arial;
    margin-bottom: 5px;
}

.main-side .tw-offer-section1 .tw-offer-col2 h3,
article .tw-offer-section1 .tw-offer-col2 h3,
.tw-offer-section1 .tw-offer-col2 h3 {
    margin: 0 0 5px 0;
}

.main-side .tw-offer-section1 .tw-offer-col2 p,
article .tw-offer-section1 .tw-offer-col2 p,
.tw-offer-section1 .tw-offer-col2 p {
    margin: 0;
}

.main-side .tw-offer-section1 .tw-offer-col3 h3,
article .tw-offer-section1 .tw-offer-col3 h3,
.tw-offer-section1 .tw-offer-col3 h3 {
    font: bold 18px / 16px Arial;
    margin-bottom: 5px;
    color: #000 !important;
    text-align: center;
}

.main-side a.tw-offer-btn,
.tw-offer-btn {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 0.5em 0.3em 0.5em 0.4em;
    width: auto;
    background: #43c801;
    box-shadow: 0 2px 2px #E7E7E7;
    font-family: "Open Sans", trebuchet ms !important;
    text-transform: uppercase;
	text-wrap: nowrap;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    line-height: 17px;
    color: #fff !important;
}

.tw-offer-btn:hover {
    background: #75C000;
    opacity: 0.8;
}

article.post .tw-offer-box .tw-offer-section1 .tw-offer-col3 div, 
.tw-offer-box .tw-offer-section1 .tw-offer-col3 div,
.tw-offer-section1 .tw-offer-col3 div {
    margin-top: 10px;
    text-align: center;
}

article.post .tw-offer-box a.tw-more-details, 
.tw-offer-box a.tw-more-details,
.tw-more-details {
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    text-decoration: underline dotted;
    text-underline-offset: 3px;
}

article.post .tw-offer-box a.tw-more-details span, 
.tw-offer-box a.tw-more-details span,
.tw-more-details span {
    text-decoration: none;
}

.tw-arrow {
    margin-left: 5px;
    color: #75C000;
}

.tw-arrow-right {
    margin-left: 5px;
    color: #75C000;
}

.tw-offer-section2 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    line-height: 14px;
    color: #858585;
    padding: 5px 30px 5px 22px;
    font-size: 9px;
    background-color: #f4f3f3;
}

.tw-offer-section2 p {
	display: inline;
    margin: 0;
    padding: 0;
}

.tw-offer-section3 {
    padding: 18px 16px;
    font-size: 13px;
}

.tw-offer-row1 {
    display: flex;
    gap: 10px;
}

.tw-offer-row1 .tw-offer-column {
    flex: 1;
    text-align: left;
}

.tw-offer-row1 .tw-offer-column:last-of-type {
    flex: 1.5;
}

.tw-offer-row1 .tw-offer-column:last-of-type {
    flex: 1.5;
}

.tw-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 5px;
    background-color: #FCF5F8;
}

.tw-offer-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tw-offer-cell:nth-child(4),
.tw-offer-cell:nth-child(5) {
    grid-column: span 1;
}

.tw-offer-grid .tw-offer-cell p {
    margin: 0;
    padding: 0;
}

.post .tw-offer-row1 .tw-offer-column ul,
.tw-offer-row1 .tw-offer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post .tw-offer-row1 .tw-offer-column ul,
.tw-offer-row1 .tw-offer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post .tw-offer-row1 .tw-offer-column ul li,
.tw-offer-row1 .tw-offer-column ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
}

.tw-checkmark {
    color: green;
    margin-right: 5px;
}

.tw-offer-row2,
.tw-offer-row3 {
    margin-top: 5px;
}

.tw-offer-review-link {
    font-size: initial;
}

@media screen and (max-width: 768px) {
    .tw-offer-section1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .tw-offer-section1 .tw-offer-col1,
    .tw-offer-section1 .tw-offer-col2,
    .tw-offer-section1 .tw-offer-col3 {
        flex: unset;
        width: 100%;
        text-align: center;
    }

    .tw-offer-btn {
        width: 100%;
    }

    article.post .tw-offer-box .tw-offer-section1 .tw-offer-col3 div, 
    .tw-offer-box .tw-offer-section1 .tw-offer-col3 div,
    .tw-offer-section1 .tw-offer-col3 div {
        margin-top: 15px;
        text-align: left;
    }

    .tw-offer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 650px) {
    .tw-offer-section1 img {
        max-width: 240px;
    }

    .tw-offer-row1 {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .tw-offer-section2 {
        padding: 10px 20px;
        font-size: 10px;
    }

    .tw-offer-row2,
    .tw-offer-row3 {
        font-size: 14px;
    }
}