body, button, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-weight: 400;
}

html {
    font-size: 16px;
}

body {
    line-height: 1.6;
    color: #333333;
    background: #71cdb8;
    /* background: #ffd6c7; */
    font-size: 1rem;
}

@media screen and (max-width:768px) {
    body {
        font-size: 1rem;
    }

    .h1 {
        font-size: 2rem;
    }

    .h2 {
        font-size: 1.75rem;
    }

    .h3 {
        font-size: 1.5rem;
    }

    .h4 {
        font-size: 1.25rem;
    }

    .h5 {
        font-size: 1rem;
    }

    .h6 {
        font-size: 0.875rem;
    }
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

ul {
    padding-inline-start: 0;
}

li {
    list-style: none;
}

.table td {
    padding: 0.15rem;
    text-align: center;
}

.table th {
    text-align: center;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.line-h14 {
    line-height: 1.4;
}

.line-h16 {
    line-height: 1.6;
}

.line-h18 {
    line-height: 1.8;
}

.font-weight-bolder {
    font-weight: 800 !important;
}

.content-fluid {
    /* container-fluid */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.contentbox {
    /* container */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.d-block {
    display: inline-block;
}

.d-none {
    display: none;
}

@media screen and (min-width: 576px) {
    .contentbox {
        max-width: 540px;
    }

    .d-sm-block {
        display: inline-block;
    }

    .d-sm-none {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .contentbox {
        max-width: 720px;
    }

    .d-md-block {
        display: inline-block;
    }

    .d-md-none {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .contentbox {
        max-width: 960px;
    }

    .d-lg-block {
        display: block;
    }

    .d-lg-none {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .contentbox {
        max-width: 1140px;
    }

    .d-xl-block {
        display: block;
    }

    .d-xl-none {
        display: none;
    }
}

.rowline {
    /* row */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
}

@media (min-width: 576px) {
    .col-md-3 {
        padding-right: 8px;
        padding-left: 8px;
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    .col-md-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

/*-------------------- 共用顏色樣式 --------------------*/

:root {
    --com-color: #212121;
    --txt-color: #3535af;
    --main-color: rgb(250, 94, 78);
    --main-color-light: #ffd6c7;
    --main-color-dark: rgb(232, 47, 30);
    --sec-color-light: #cae4e8;
    --con-bg: #fffef7;
    --sale-color: #ff6700;
    --sale-hover: #ed4300;
    --transition-com: all 0.3s ease;
    --text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    --bg-hover: linear-gradient(135deg, rgba(244, 225, 193, 0) 30%, rgba(244, 225, 193, 0.7) 50%, rgba(244, 225, 193, 0) 70%);
}

.con-bg {
    background-color: var(--con-bg);
}

ul.li-decimal li {
    list-style-type: decimal;
}

.btn-danger {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
}

.btn-danger:hover {
    background-color: #f54100;
    border-color: #f54100;
}

/*-------------------- 大背景 --------------------*/

#wrapper {
    position: relative;
}

.background_items {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

.sec_z-index {
    position: relative;
    z-index: 1;
}

.item-wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    height: 50vw;
    display: block;
}

.item-wrapper>.bg-item {
    position: absolute;
}

.item-wrapper>.bg-item:nth-child(1) {
    left: 0;
    bottom: 0;
    width: 10.42vw;
    height: 0;
    padding-bottom: 334.5%;
    background: url(https://event.cdn-gunnarworks.com/events/esunbank/travelercard/bg-left.png) no-repeat left bottom/contain;
}

.item-wrapper>.bg-item:nth-child(2) {
    right: 0;
    top: 0;
    width: 10.42vw;
    height: 0;
    padding-bottom: 356.5%;
    background: url(https://event.cdn-gunnarworks.com/events/esunbank/travelercard/bg-right.png) no-repeat right top/contain;
}

@media screen and (max-width: 991px) {
    .item-wrapper {
        height: 100vw;
    }

    .item-wrapper>.bg-item:nth-child(1) {
        width: 15vw;
    }

    .item-wrapper>.bg-item:nth-child(2) {
        width: 15vw;
    }
}

/*-------------------- 主視覺 --------------------*/

#banner {
    width: 100%;
    margin: 0;
    padding: 0;
}

#banner>img {
    width: 100%;
    min-width: 100%;
    height: auto;
}

#banner>h1 {
    display: block;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 1px;
    padding: 0;
    margin: 0;
}

/*-------------------- NAV --------------------*/

@media screen and (max-width: 768px) {
    #navi .contentbox {
        max-width: 100%;
    }
}

.nav_bar {
    padding: 0;
    background: #4f37b3;
}

.nav_bar .rowline, .subnav_bar .rowline {
    margin-top: 0;
    margin-bottom: 0;
}

.nav_bar>ul li {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 0.8rem 0;
    margin: 0;
    font-size: 1.5rem;
    color: #ffffff;
    transition: var(--transition-com);
}

.nav_bar>ul li>a {
    display: block;
    color: #ffffff;
}

.nav_bar>ul li>a:hover {
    color: #ffd400;
}

.nav_bar>ul li>a::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f041';
    font-weight: 900;
    margin-right: 0.5rem;
}

.nav_bar>ul li>a:hover::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f3c5';
    font-weight: 900;
}

.nav_bar>ul li.path_none, .nav_bar>ul li:hover {
    /* background: #4f37b3; */
    color: #ffd400;
}

.nav_bar>ul li.path_none {
    position: relative;
}

.nav_bar>ul li.path_none::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #5037b3 transparent transparent transparent;
}

.nav_bar>ul li.path_none::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f3c5';
    font-weight: 900;
    margin-right: 0.5rem;
}

@media screen and (max-width: 767px) {
    .nav_bar>ul li {
        padding: 0.5rem 0;
        font-size: 1.125rem;
    }
}

.subnav_bar {
    padding: 0;
    margin-top: -5px;
}

.subnav_bar>ul {
    justify-content: center;
    background: #ddd6ff;
    border: 1px solid #a796f2;
    border-radius: 100px;
}

.subnav_bar>ul li {
    text-align: center;
    padding: 0.2rem 1rem;
    margin: 0.3rem 1rem;
    cursor: pointer;
    color: #4f37b3;
    border-radius: 50px;
    transition: var(--transition-com);
}

.subnav_bar>ul li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f13a';
    font-weight: 600;
    margin-right: 0.5rem;
}

.subnav_bar>ul li:hover {
    background: #ffffff;
    color: #40327a;
}

@media screen and (max-width: 767px) {
    .subnav_bar {
        margin-top: 0;
    }

    .subnav_bar>ul {
        border: none;
        border-bottom: 1px solid #a796f2;
        border-radius: 0;
    }

    .subnav_bar>ul li {
        padding: 0.5rem 0.6rem;
        margin: 0;
        font-size: 1rem;
    }

    .subnav_bar>ul li::before {
        margin-right: 0.4rem;
    }
}

/*-------------------- 折扣碼搶先領 #discount_activity --------------------*/

@keyframes btn-flash {
    0% {
        top: 0;
        left: -150%;
        background: var(--bg-hover);
    }

    60% {
        top: 0;
        left: 150%;
        background: var(--bg-hover);
    }

    100% {
        top: 0;
        left: 150%;
        background: var(--bg-hover);
    }
}

.discount-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-top: 20px;
    justify-content: center;
}

.discount-wrap:nth-of-type(2) {
    padding: 0;
}
.discount-wrap:nth-of-type(3) {
    padding: 0;
}

.btn-d-code {
    position: relative;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff !important;
    background-color: var(--sale-color);
    border-color: var(--sale-color);
    padding: 0.8rem 1.25rem;
    border-radius: 50px;
    transition: var(--transition-com);
    overflow: hidden;
    margin-bottom: 10px;
}

.btn-d-code + .btn-d-code {
    margin-left: 16px;
}

.newyear-wrap .btn-d-code {
    padding: 1rem 3rem;
}

.btn-d-code>b {
    font-size: 1.5rem;
}

.btn-d-code:hover {
    color: #ffffff !important;
    background-color: var(--sale-hover);
    border-color: var(--sale-hover);
}

.btn-d-code::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    animation-name: btn-flash;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

@media screen and (max-width: 575px) {

    .btn-d-code {
        font-size: 1.15rem;
        padding: 0.6rem 0.975rem;;
    }

    .btn-d-code span.h5 {
        font-size: 0.875rem;
    }

    .btn-d-code img {
        zoom: .7;
    }
}

.contentbox_main {
    padding: 40px 0 50px;
}

@media screen and (max-width: 575px) {
    .contentbox_main {
        padding: 10px 15px;
    }
}

.contentbox_main h2 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.contentbox_main h2>img {
    zoom: 1;
}

@media screen and (max-width: 575px) {
    .contentbox_main h2 {
        text-align: center;
        margin-bottom: 1rem;
    }

    .contentbox_main h2>img {
        zoom: 0.75;
    }
}
@media screen and (max-width: 320px) {
    .btn-d-code img {
        display: none;
    }
}

#discount_activity {
    background: url(https://event.cdn-gunnarworks.com/events/esunbank/travelercard/bg-01.jpg) no-repeat center/100% 100%;
}

.newyear-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(https://event.cdn-gunnarworks.com/events/esunbank/travelercard/bg-newyear.png) repeat;
    z-index: 3;
}

.activity_intro {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 2rem 0;
    position: relative;
    z-index: 10;
    /* margin-top: 2rem; */
}

.code-sec {
    display: inline-block;
    position: relative;
    width: 90%;
    max-width: 900px;
    text-align: center;
    border-radius: 20px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 3rem;
    /* border: 2px dotted #71cdb8; */
}

.code-sec>img[src*='icon-coupon'] {
    position: absolute;
    right: 0;
    transform: rotate(-15deg);
    zoom: 0.8;
    filter: drop-shadow(7px 10px 0 rgba(0, 0, 0, 0.2));
}

img[src*='icon-coupon01'] {
    top: 3rem;
}

img[src*='icon-coupon02'] {
    top: 50%;
}

@media screen and (max-width: 991px) {
    .code-sec {
        padding-right: 3.5rem;
    }

    .code-sec>img[src*='icon-coupon'] {
        right: -4.2rem;
        zoom: 0.7;
    }

    img[src*='icon-coupon01'] {
        top: 5.1rem;
    }

    img[src*='icon-coupon02'] {
        top: 52%;
    }
}

@media screen and (max-width:767px) {
    .code-sec {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
    }

    .code-sec>img[src*='icon-coupon'] {
        position: static;
        transform: rotate(0);
        width: 44%;
        height: auto;
        filter: none;
        margin-bottom: 2rem;
    }
}

ul.code {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
}

@media screen and (max-width: 900px) {
    ul.code {
        padding: 0 1rem;
    }
}

ul.code>li {
    margin-top: 0.5rem;
}

ul.code li h5 {
    font-size: 1rem;
    color: var(--sale-color);
    display: inline-block;
    background: url(https://event.cdn-gunnarworks.com/events/esunbank/travelercard/icon01.png) no-repeat center left/25px;
    padding-left: 33px;
    margin-top: 0;
    margin-bottom: 0;
}
.title01{
    font-size: 1rem;
    color: var(--sale-color);
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}
ul.code li.h4 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #008072;
}

/*-------------------- 折扣碼使用流程&活動流程 #step --------------------*/

/* STEP */
#step {
    border-top: 2px dotted #c1dfe0;
    padding-top: 2rem;
}

#step .step_content {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    padding-top: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

#step .step_list {
    text-align: center;
    padding: 0px 15px;
    margin-bottom: 15px;
}

#step .step_list .step_list_img {
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0px auto 15px auto;
}

#step .step_list .step_list_img img {
    width: 100%;
    padding: 20%;
}

#step .step_list p {
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 2px;
}

#step .step_list p span {
    font-size: 13.5px;
    display: block;
    text-align: left;
}

#step .step_list:nth-child(1) .step_list_img {
    background: #bc1717;
}

#step .step_list:nth-child(2) .step_list_img {
    background: #172856;
}

#step .step_list:nth-child(3) .step_list_img {
    background: #009999;
}

#step .step_list:nth-child(4) .step_list_img {
    background: #00cc99;
}

#step .step_list:nth-child(5) .step_list_img {
    background: #66cc00;
}

#step .step_list:nth-child(6) .step_list_img {
    background: #cccc00;
}

/*-------------------- 最新優惠活動 #vacation_plan --------------------*/

/* #vacation_plan {
    background: #ddd6ff;
    background: -moz-linear-gradient(top, #ddd6ff 0%, #ffd6c7 100%);
    background: -webkit-linear-gradient(top, #ddd6ff 0%, #ffd6c7 100%);
    background: linear-gradient(to bottom, #ddd6ff 0%, #ffd6c7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd6ff', endColorstr='#ffd6c7', GradientType=0);
} */

#vacation_plan {
    background: url(https://event.cdn-gunnarworks.com/events/esunbank/travelercard/bg-01.jpg) no-repeat center/100% 100%;
}

.plan-bn {
    padding: 1.5rem 2rem;
}

.plan-bn div[class*='col-'] {
    padding-bottom: 1rem;
}

.plan-bn div[class*='col-']>a>img {
    max-width: 100%;
    height: auto;
    border: 1px solid #cae4e8;
    transition: var(--transition-com);
}

.plan-bn div[class*='col-']>a:hover>img {
    transform: scale(1.03);
    border: 1px solid #212121;
}

.gift_area {
    padding: 0 1rem;
}

.gift_area>.rowline>div {
    position: relative;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
    .gift_area {
        padding: 0 0.5rem;
    }

    .gift_area>.rowline>div {
        margin-bottom: 1rem;
    }
}

.gift_area .pic-area {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(-45deg, #ffffff 52%, #ffdc8d 53%, #ffdc8d 53%, #ffdc8d 59%, #ffc11a 60%, #ffc11a 65%, #ffc11a 65%, #ffdc8d 66%, #ffdc8d 68%, #ffc11a 69%);
    background: -webkit-linear-gradient(-45deg, #ffffff 52%, #ffdc8d 53%, #ffdc8d 53%, #ffdc8d 59%, #ffc11a 60%, #ffc11a 65%, #ffc11a 65%, #ffdc8d 66%, #ffdc8d 68%, #ffc11a 69%);
    background: linear-gradient(135deg, #ffffff 52%, #ffdc8d 53%, #ffdc8d 53%, #ffdc8d 59%, #ffc11a 60%, #ffc11a 65%, #ffc11a 65%, #ffdc8d 66%, #ffdc8d 68%, #ffc11a 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffc11a', GradientType=1);
}

.gift_area .pic-area>img[src*='gift/gift'] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 95%;
    max-height: 95%;
}

.gift_area .gift_box>img[src*='gift/gift'] {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.gift_area .gift_box {
    position: relative;
    height: 100%;
    padding: 0.8rem 0.8rem 60px;
    border-radius: 15px;
    color: #ffffff;
    border: 2px solid #7760DB;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b1a6ff+15,7760db+90 */
    background: #b1a6ff;
    background: -moz-linear-gradient(top, #b1a6ff 15%, #7760db 90%);
    background: -webkit-linear-gradient(top, #b1a6ff 15%, #7760db 90%);
    background: linear-gradient(to bottom, #b1a6ff 15%, #7760db 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1a6ff', endColorstr='#7760db', GradientType=0);
}

@media screen and (max-width: 991px) {
    .gift_area .gift_box {
        padding: 0.5rem 0.5rem 50px;
        border-width: 1px;
    }
}

.gift_area .gift_box>p {
    margin: 0.5rem 0 0 0;
}

.gift_area .gift_box>p>strong {
    font-size: 1.25rem;
}

.gift_area .gift_box>span {
    display: block;
    position: absolute;
    width: 100%;
    padding-right: 0.5rem;
    bottom: 0;
    right: 0;
    text-align: right;
    color: #ffe100;
    font-weight: 800;
    text-shadow: 2px 2px 0 #4f37b3;
}

.gift_area .gift_box>span>b {
    font-size: 2.5rem;
}

.gift_area .gift_box>span::before {
    content: url(https://event.cdn-gunnarworks.com/events/esunbank/travelercard/gift/icon-coin.png);
    margin-right: 8px;
    vertical-align: bottom;
    filter: drop-shadow(0 0 3px rgba(255, 236, 0, 0.5));
}

@media screen and (max-width: 767px) {
    .gift_area .gift_box {
        font-size: 0.9375rem;
    }

    .gift_area .gift_box>p>strong {
        font-size: 1.125rem;
    }

    .gift_area .gift_box>span>b {
        font-size: 2rem;
    }

    .gift_area .gift_box>span::before {
        content: url(https://event.cdn-gunnarworks.com/events/esunbank/travelercard/gift/icon-coin25.png);
        margin-right: 5px;
    }
}

/*-------------------- 活動注意事項 .note_sec --------------------*/

.note_sec {
    padding-top: 2rem;
}

.note_sec h2 {
    color: #d64b8f;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .note_sec h2 {
        font-size: 1.5rem;
    }
}

.note_sec ul {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    padding-inline-start: 0;
    margin-bottom: 1rem;
}

.note_sec ul li {
    font-size: 1rem;
}

@media screen and (max-width:767px) {
    .note_sec ul {
        width: 90%;
    }

    .note_sec ul li {
        font-size: 0.875rem;
    }
}

.note_list {
    background: url(https://event.cdn-gunnarworks.com/events/esunbank/travelercard/note_icon01.png) no-repeat left 5px;
    padding-left: 20px;
    margin-top: 0.3rem;
    word-break: break-all;
}

.note_list>b {
    color: var(--txt-dark-color);
}

.note_list_content {
    background: url(https://event.cdn-gunnarworks.com/events/esunbank/travelercard/note_icon01.png) no-repeat left 7px;
    padding-left: 22px;
}

#btn_top {
    position: fixed;
    right: 5px;
    z-index: 999;
}

#btn_top a>img {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

#btn_more {
    position: fixed;
    bottom: 160px;
    right: 0;
    z-index: 999;
}

#btn_more a>img {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width:767px) {
    #btn_top {
        right: 0;
    }

    #btn_more a>img {
        zoom: 0.85;
    }
}

/*-------------------- 新增QA #qna --------------------*/

#qna {
    --bg-qa:#0e9999;
    border-top: 2px dotted #c1dfe0;
    padding-top: 2.5rem;
}

#qna h2+p{text-align: center; color: var(--bg-qa);}

#qna ul {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

#qna ul li {
    margin-bottom: 0.3rem;
    display: inline-block;
    width: 100%;
    border-radius: 0.3rem;
    padding: 2px 0.8rem;
}

#qna ul li>b {
    font-size: 130%;
    margin-right: 0.5rem;
    color: var(--bg-qa);
}

#qna ul li.q_list, #qna ul li.q_list>b {
    background:var(--bg-qa);
    color: #fff;
    margin-top: 0.8rem;
}

#btn_top {
    position: fixed;
    right: 5px;
    z-index: 999;
}

@media screen and (max-width:767px) {
    #qna ul {
        width: 90%;
    }

    #qna ul li {
        font-size: 0.875rem;
    }
}

#selected_offer {
    background: url(https://event.cdn-gunnarworks.com/events/esunbank/travelercard/bg-02.jpg) no-repeat center/100% 100%;
    position: relative;
    z-index: 1;
}

.offer_intro {
    padding: 2rem 0;
    border-radius: 10px;
}

.offer_intro h2:first-child {
    margin-bottom: 1.5rem;
}

.offer_intro .sub-text img {
    width: 95%;
}

.offer-group {
    width: 100%;
}

.offer-item {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
}

.offer-item img {
    width: 100%;
    vertical-align: middle;
    border-radius: 10px;
}

.offer-item span {
    display: block;
    width: fit-content;
    background-color: #3535af;
    color: #fff;
    font-size: 1rem;
    padding: 0.5rem;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.btn-cta {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #0e9999;
    position: relative;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    transition: var(--transition-com);
    overflow: hidden;
}

.btn-cta:hover,
.btn-cta:active,
.btn-cta:visited {
    background-color: #0f8181;
    color: #fff;
}

.btn-cta::after {
    --bg-hover:linear-gradient(135deg, rgba(200, 247, 247, 0) 30%, rgba(200, 247, 247, 0.7) 50%, rgba(200, 247, 247, 0) 70%);;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    animation-name: btn-flash;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

@media screen and (min-width:768px) {

    .offer_intro .sub-text img {
        width: initial;
    } 

    .offer-group {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: 40px auto 20px;
        justify-content: center;
    }

    .offer-item {
        margin-left: initial;
        margin-right: initial;
        width: 32%;
    }

    .offer-item span {
        font-size: 1.125rem;
    }
}