.greenmodel-s .main-img-wrp {
    width: 100%;
    position: relative;
}

.greenmodel-s .main-img {
    width: 100%;
    height: 56vw;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .greenmodel-s .main-img {
        height: 100vw;
    }
}

.greenmodel-s .main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.greenmodel-s .main-logo {
    width: 60%;
    max-width: 560px;
    min-height: 200px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em 2.5em;
    z-index: 3;
}

@media screen and (max-width:767px) {
    .greenmodel-s .main-logo {
        min-height: 100px;
    }
}

.greenmodel-s .main-logo::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: rgba(255, 255, 255, .9);
    z-index: -1;
}

.greenmodel-s .main-logo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid var(--green);
    z-index: 2;
    box-sizing: border-box;
}

@media screen and (max-width:767px) {
    .greenmodel-s .main-logo::before {
        top: -5px;
        left: -5px;
        width: calc(100% + 10px);
        height: calc(100% + 10px);
    }

    .greenmodel-s .main-logo::after {
        border: 3px solid var(--green);
    }
}

.greenmodel-s .main-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* lead-wrp ==============*/
.greenmodel-s .lead-wrp {
    width: 100%;
    background-color: #f9f9f9;
}

.greenmodel-s .lead-wrp .lead {
    font-size: min(1.5em, 5vw);
    font-weight: bold;
    line-height: 1.9;
    margin-bottom: 1em;
}

.greenmodel-s .lead-logo {
    width: 90%;
    max-width: 500px;
    margin: 3em auto;
}

@media screen and (max-width:767px) {
    .greenmodel-s .lead-logo {
        margin: 2em auto 1em;
    }
}

.greenmodel-s .lead-logo img {
    width: 100%;
}

.greenmodel-s .lead-wrp .lead2 {
    font-size: min(1.1em, 4vw);
    line-height: 1.8;
    margin-bottom: 2em;
}

.greenmodel-s .lead-wrp .spec {
    margin: 1em auto 0;
    width: 100%;
    max-width: 780px;
}

.greenmodel-s .lead-wrp .spec img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* concept-wrp ==============*/
.greenmodel-s .concept-wrp .img-box {
    aspect-ratio: 4/3;
    overflow: hidden;
}

.greenmodel-s .concept-wrp .text-box {
    padding: 4em 4em 1.5em;
    text-align: center;
    color: var(--green);
    background-color: #f9f9f9;
}

.greenmodel-s .concept-wrp .text-box .note {
    font-size: min(.7em, 3.2vw);
    width: 100%;
    max-width: 400px;
    margin: 5em auto 0;
}

@media screen and (max-width:767px) {
    .greenmodel-s .concept-wrp .text-box {
        width: 100% !important;
        order: 0;
        padding: 1em;
        background-color: #fff;
    }

    .greenmodel-s .concept-wrp .img-box {
        aspect-ratio: 2/1;
        width: 100%;
        order: 2;
        margin-bottom: 3em;
    }

    .greenmodel-s .concept-wrp .text-box .note {
        margin: 3em auto 0;
    }
}

.greenmodel-s .concept-wrp .text-box .subtitle {
    display: inline-block;
    font-size: min(1.6em, 4vw);
    border: 1px solid;
    padding: .35em 1.5em;
    margin: 1.5em 0;
}

.greenmodel-s .concept-wrp .text-box p {
    font-weight: bold;
    font-size: min(1.2em, 3.5vw);
}

/* tech5-wrp ==============*/
.greenmodel-s .tech5-wrp {
    position: relative;
    width: 100%;
}

.greenmodel-s .tech5-wrp .inner1200 {
    padding-bottom: 2em;
}

.greenmodel-s .tech-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.greenmodel-s .tech-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.greenmodel-s .tech5-wrp .title {
    position: relative;
    z-index: 2;
    margin: 0 0 -1.5em;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .greenmodel-s .tech5-wrp .title {
        margin: 0 0 2em;
    }
}

.greenmodel-s .tech5 {
    position: relative;
    width: 100%;
    min-height: 680px;
    z-index: 2;
}

.greenmodel-s .tech-bg2 {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:767px) {
    .greenmodel-s .tech-bg2 {
        display: none;
    }
}

.greenmodel-s .tech-bg2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.greenmodel-s .tech-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 0 1em;
}

@media screen and (max-width:767px) {
    .greenmodel-s .tech-grid {
        grid-template-columns: 1fr;

    }
}

.greenmodel-s .tech-box {
    width: 100%;
    max-width: 320px;
    border: 1px solid #ccc;
    padding: 1.5em 2em;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .9);
    margin-bottom: 3em;
    position: relative;
    z-index: 3;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

@media screen and (max-width:767px) {
    .greenmodel-s .tech-box {
        margin: 0 auto 2em;
    }

}

.greenmodel-s .tech-box img {
    width: 100%;
    height: auto;
}

.greenmodel-s .tech-box .tech-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.4;
    color: var(--green);
    font-size: min(1.2em, 4vw);
    min-height: 2.8em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.greenmodel-s .tech-box h5 {
    font-size: min(.9em, 3.5vw);
    line-height: 1.5;
    font-weight: bold;
    margin-top: 1em;
}

.greenmodel-s .tech-box p {
    font-size: min(.8em, 3.5vw);
    line-height: 1.5;
    margin-top: 1em;
}

.greenmodel-s .tech-box.tech-hems {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    border: none;
    padding: 1em;
    background-color: transparent;
    position: relative;
    z-index: 10;
    grid-column: 2/3;
    grid-row: 1/3;
    box-shadow: 0 0 0;
}

@media screen and (max-width:767px) {
    .greenmodel-s .tech-box.tech-hems {
        order: 0;
        grid-column: 1;
        grid-row: 1;
    }
}

.greenmodel-s .tech-box.tech-hems .tech-inner {
    padding-bottom: 2em;
}

.greenmodel-s .tech-box.tech-hems .tech-title {
    display: inline-block;
    background-color: var(--green);
    color: #fff;
    padding: .5em 2em;
    border-radius: 3px;
    font-size: min(1.2em, 4vw);
    transform: translateY(-50%);
    min-height: auto;
}

.greenmodel-s .tech5-wrp .note-wrp {
    background-color: rgba(255, 255, 255, .9);
    padding: 2em;
    position: relative;
    z-index: 3;
}

.greenmodel-s .tech5-wrp .note-wrp .note {
    max-width: 967px;
    margin: 0 auto;
}

/* tech-use-wrp ==============*/
.greenmodel-s .auto-drive-title {
    margin-top: 4em;
    font-size: min(1.6em, 4vw);
}

/* energy-wrp ==============*/
.greenmodel-s .energy-wrp {
    background-color: #f9f9f9;
}

/* lives-wrp */
@media screen and (max-width:767px) {
    .greenmodel-s .lives-wrp {
        flex-direction: column;
        gap: 1em;
    }
}

.greenmodel-s .lives-wrp .life-wrp {
    width: min(290px, 32%);
    aspect-ratio: 1/1;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0 0 0 / .2);
}

.greenmodel-s .lives-wrp .life-wrp.lbox {
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .greenmodel-s .lives-wrp .life-wrp {
        width: min(420px, 90%);
        margin: 0 auto;
        aspect-ratio: unset;
        border-radius: 4px;
    }
}

.greenmodel-s .lives-wrp .life-wrp .life-wrp-inner {
    padding-top: 5%;
    text-align: center;
}

@media screen and (max-width:767px) {
    .greenmodel-s .lives-wrp .life-wrp .life-wrp-inner {
        display: grid;
        place-items: center;
        height: min(160px, 35vw);
        padding: 1.5em 2em 1.5em 32%;
        position: relative;
    }
}

.greenmodel-s .lives-wrp .life-wrp .title-icon {
    width: 25%;
}

@media screen and (max-width:767px) {
    .greenmodel-s .lives-wrp .life-wrp .title-icon {
        width: min(80px, 20%);
        margin: 0;
        position: absolute;
        left: 18%;
        top: 50%;
        /* translate: -50% -50%; */
        transform: translate(-50%, -50%);
    }
}

.greenmodel-s .lives-wrp .life-wrp .subtitle {
    margin: 0;
    padding: 0;
    font-size: min(1.6em, 2.6vw);
}

@media screen and (max-width:767px) {
    .greenmodel-s .lives-wrp .life-wrp .subtitle {
        margin: 0 !important;
        font-size: min(1.6em, 4.5vw);
    }
}

.greenmodel-s .lives-wrp .life-wrp .btn {
    display: inline-block;
    max-width: 300px;
    margin: 1em auto 0;
    padding: .5em 2em .55em;
    line-height: 1;
    text-align: center;
    border-radius: 100vmax;
    color: #fff;
    background-color: #222;
    transition: all .3s;
    font-size: min(1em, 1.8vw);
}

@media screen and (max-width:767px) {
    .greenmodel-s .lives-wrp .life-wrp .btn {
        font-size: min(1em, 3.4vw);
    }
}

.greenmodel-s .lives-wrp .life-wrp:hover .btn {
    background-color: var(--green);
}

/* lbox */
:is(.lbox-bg, .lbox-wrp) {
    width: 100%;
    height: 100%;
    padding: min(80px, 10vw) 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    overflow: scroll;
}

.lbox-bg {
    padding: 0;
    background-color: rgb(34 34 34 / 0.8);
    cursor: pointer;
    z-index: 1000;
}

.lbox-wrp {
    pointer-events: none;
}

:is(.lbox-bg, .lbox-wrp).is-show {
    opacity: 1;
    visibility: visible;
}

.lbox-wrp .lbox {
    width: min(1200px, 92vw);
    margin: 0 auto;
    padding: min(60px, 7vw) min(60px, 5vw);
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0 0 0 / .2);
    position: relative;
    pointer-events: auto;
}

.lbox-wrp .lbox .close-btn {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    background-color: var(--green);
    position: absolute;
    right: max(-1em, -3vw);
    top: -1em;
    z-index: 1;
    font-size: 1.4em;
    cursor: pointer;
}

.lbox-wrp .lbox .close-btn::before,
.lbox-wrp .lbox .close-btn::after {
    content: '';
    display: block;
    width: 1em;
    border-top: solid 2px #fff;
    position: absolute;
    left: .5em;
    top: 50%;
    /* rotate: 45deg; */
    transform: rotate(45deg);
}

.lbox-wrp .lbox .close-btn::after {
    /* rotate: -45deg; */
    transform: rotate(-45deg);
}

.lbox-wrp .life-co {
    width: min(930px, 100%);
    margin: 0 auto;
    display: none;
}

html.menu-open {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/* season-wrp */
.greenmodel-s .season-wrp {
    /* margin-bottom: 4em; */
    position: relative;
}

.greenmodel-s .season-wrp img {
    width: 100%;
}

.greenmodel-s .season-wrp .switch-btn {
    width: min(120px, 23vw);
    height: min(120px, 23vw);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    transition: all .3s;
    cursor: pointer;

}

/* season-chart */
.greenmodel-s .season-chart {
    padding: 2em;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

@media screen and (max-width:767px) {
    .greenmodel-s .season-chart {
        padding: 1em;
    }
}

.greenmodel-s .season-chart.summer {
    background-color: #e8f1e9;
}

.greenmodel-s .season-chart.winter {
    background-color: #e7e7f2;
}

/* btn */
.greenmodel-s .season-wrp .switch-btn:hover {
    transform: translate(-50%, 50%) scale(1.1);
    transform-origin: center;
}

.greenmodel-s .season-wrp .touch-btn-wrp {
    max-width: 300px;
    border-radius: 3em;
    text-align: center;
    margin: 2em auto 0;
    background-color: #222;
    cursor: pointer;
    transition: all .3s;
}

.greenmodel-s .season-wrp .touch-btn-wrp:hover {
    background-color: var(--green);
}

.greenmodel-s .season-wrp .touch-btn {
    width: 50px;
    height: 50px;
    margin: 0 .5em;
}

.greenmodel-s .season-wrp .touch-btn-wrp p {
    color: #fff;
    font-weight: bold;
    font-size: min(.9em, 3.5vw);
    vertical-align: middle;
    line-height: 50px;
}

.greenmodel-s .season-chart .text-box {
    width: 25%;
}

.greenmodel-s .season-chart .img-box {
    width: 75%;
    padding: 1em 2em;
    position: relative;
}

.greenmodel-s .season-chart .img-box .fukidashi {
    position: absolute;
    bottom: 0;
    left: -20%;
    width: 25%;
}

.greenmodel-s .season-chart .img-box .fukidashi img {
    width: 100%;
}

.greenmodel-s .season-chart .note {
    color: #000;
    margin-top: 2em;
}

/* .greenmodel-s .co2 .season-chart .img-box {
    padding: 0;
} */

@media screen and (max-width:767px) {
    .greenmodel-s .season-chart .text-box {
        width: 100%;
        text-align: center;
    }

    .greenmodel-s .season-chart .img-box {
        width: 100%;
        padding: 0;
    }
}

.greenmodel-s .season-chart .subtitle {
    margin-bottom: 1em;
}

.greenmodel-s .title-icon {
    margin: 1em auto;
    width: 20%;
    max-width: 100px;
}

.greenmodel-s .title-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.greenmodel-s .title-how {
    margin-top: 1.5em;
    font-size: min(1.6em, 5vw);
}

.greenmodel-s .dashtitle-lead {
    font-size: min(1.4em, 4vw);
    font-weight: bold;
}

.greenmodel-s .chart-lead {
    font-size: min(1.1em, 4vw);
    font-weight: bold;
    margin-bottom: 1em;
}

.greenmodel-s .chart-title {
    font-size: min(1.05em, 4vw);
    margin-bottom: .5em;
    font-weight: bold;
    color: var(--green);
    vertical-align: middle;
}

.greenmodel-s .chart-title::before {
    content: '';
    width: .3em;
    height: .3em;
    border-radius: 100%;
    border: 4px solid var(--green);
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em;
    transform: translateY(-.15em);
}

/* .greenmodel-s .energy-column {
    width: 100%;
    margin: 6em auto 5em;
    border: 2px solid var(--green);
    padding: 1.5em;
    background-color: #fff;
    border-radius: 4px;
}

.greenmodel-s .energy-column .title {
    width: 50%;
    font-size: min(1.3em, 4vw);
    display: block;
    text-align: center;
    margin: -3em auto 2em;
    color: var(--green);
    border: 2px solid;
    background-color: #fff;
    padding: .5em 1.5em;
}

@media screen and (max-width:767px) {
    .greenmodel-s .energy-column .title {
        width: 90%;
    }
}

.greenmodel-s .energy-column .text-box {
    width: 30%;
    font-size: min(1em, 3.5vw);
    text-align: justify;
}

.greenmodel-s .energy-column .img-box {
    width: 65%;
}

@media screen and (max-width:767px) {
    .greenmodel-s .energy-column .text-box {
        width: 100%;
    }

    .greenmodel-s .energy-column .img-box {
        width: 100%;
    }
} */

.greenmodel-s .subtitle .term {
    display: block;
}

.greenmodel-s .subtitle .term-month {
    font-size: min(1.4em, 6vw);
    display: block;
}

@media screen and (max-width:767px) {
    .greenmodel-s .subtitle .term {
        display: inline-block;
    }

    .greenmodel-s .subtitle .term-month {
        display: inline-block;
    }
}

.greenmodel-s .subtitle .term-month .sml {
    font-size: .6em;
}

.greenmodel-s .chart-price {
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 1em;
    width: 100%;
    max-width: 600px;
}

.greenmodel-s .chart-price img {
    width: 100%;
}

/* attaka-package-wrp ==============*/
.greenmodel-s .attaka-package-wrp {
    --attaka-orange: #d16c15;
}

.greenmodel-s .attaka-package-wrp .attaka-main {
    padding-bottom: calc(50% + 15em);
    position: relative;
    z-index: auto;
}

/* .greenmodel-s .attaka-package-wrp .attaka-main .attaka-bg {
    width: 100%;
    position: relative;
    z-index: 0;
} */

.greenmodel-s .attaka-package-wrp .attaka-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.greenmodel-s .attaka-package-wrp .attaka-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 80%;
}

.greenmodel-s .attaka-package-wrp .attaka-main .title {
    width: 100%;
    position: absolute;
    left: 0;
    top: min(80px, 12vw);
    text-align: center;
    color: #fff;
    font-size: min(3em, 6.8vw);
    z-index: 1;

}

.greenmodel-s .attaka-package-wrp .attaka-main .title .logo {
    display: block;
    width: 7em;
    margin: 0 auto .5em;
    padding: .25em .75em;
    background-color: rgb(255 255 255 / .9);
    line-height: 0;
    box-shadow: 0 2px 3px rgba(0 0 0 / .3);
}

.greenmodel-s .attaka-package-wrp .attaka-main .title .logo img {
    width: 100%;
}

.greenmodel-s .attaka-package-wrp .attaka-airly {
    background-color: #f9f9f9;
    position: relative;
    z-index: 2;
}

.greenmodel-s .attaka-package-wrp .attaka-airly .inner {
    padding: 0 1em 3em;

}

.greenmodel-s .attaka-package-wrp .attaka-airly img {
    width: 100%;
}

.greenmodel-s .attaka-package-wrp .attaka-airly .default-title {
    width: fit-content;
    padding: .25em 2em;
    text-align: center;
    font-weight: bold;
    font-size: min(1.4em, 4.5vw);
    color: #fff;
    background-color: var(--green);
    border-radius: 3em;
    margin: 0 auto;
    transform: translateY(-1em);
}

.greenmodel-s .attaka-package-wrp .attaka-airly .title {
    text-align: center;
    margin: 0 auto 1em;
    font-size: min(1.6em, 5vw);
}

.greenmodel-s .attaka-package-wrp .attaka-airly .default-list {
    width: 100%;
    margin-bottom: 1em;
}

.greenmodel-s .attaka-package-wrp .attaka-airly .default-list .box {
    width: 32%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid var(--green);
    padding: 1em;
    border-radius: 5px;
}

@media screen and (max-width:767px) {
    .greenmodel-s .attaka-package-wrp .attaka-airly .default-list .box {
        width: 100%;
        display: grid;
        grid-template-areas: 'img title' 'img lead' 'img .';
        grid-template-columns: 30% 60%;
        grid-template-rows: 1.5em auto auto;
        gap: 10%;
        margin-bottom: 1em;
    }
}

.greenmodel-s .attaka-package-wrp .attaka-airly .default-list .box-title {
    color: var(--green);
    font-size: min(1em, 4vw);
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
    text-decoration: underline;
}

@media screen and (max-width:767px) {
    .greenmodel-s .attaka-package-wrp .attaka-airly .default-list .box-title {
        width: 100%;
        grid-area: title;
        text-align: left;
    }
}

.greenmodel-s .attaka-package-wrp .attaka-airly .default-list .box-thumb {
    width: 35%;
    height: 0;
    padding-bottom: 35%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width:767px) {
    .greenmodel-s .attaka-package-wrp .attaka-airly .default-list .box-thumb {
        width: 100%;
        padding-bottom: 100%;
        grid-area: img;
    }
}

.greenmodel-s .attaka-package-wrp .attaka-airly .default-list .box-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.greenmodel-s .attaka-package-wrp .attaka-airly .default-list .box-lead {
    width: 55%;
    font-size: min(.9em, 4vw);
    font-weight: bold;
    line-height: 1.6;
    display: flex;
    align-items: center;
    text-align: left;
}

@media screen and (max-width:767px) {
    .greenmodel-s .attaka-package-wrp .attaka-airly .default-list .box-lead {
        width: 100%;
        grid-area: lead;
        margin-bottom: auto;
    }
}

.greenmodel-s .attaka-package-wrp .attaka-airly .plus {
    width: min(3em, 8vw);
    margin: 0 auto 1em;
}

.greenmodel-s .attaka-package-wrp .attaka-airly .airly-plus .airly-title {
    width: fit-content;
    padding: .25em 2em;
    text-align: center;
    font-weight: bold;
    font-size: min(1.4em, 4vw);
    line-height: 1.6;
    color: #fff;
    background: linear-gradient(90deg, rgba(207, 97, 22, 1) 0%, rgba(255, 192, 0, 1) 100%);
    border-radius: 3em;
    margin: 1em auto;
}

.greenmodel-s .attaka-package-wrp .attaka-airly .airly-plus .airly-info {
    width: 100%;
    margin-bottom: 1em;
}

.greenmodel-s .attaka-package-wrp .attaka-airly .airly-plus .airly-img {
    width: 40%;
    margin-bottom: 1em;
}

@media screen and (max-width:767px) {

    .greenmodel-s .attaka-package-wrp .attaka-airly .airly-plus .airly-img {
        width: 70%;
        margin: 0 auto;
    }
}

.greenmodel-s .attaka-package-wrp .attaka-airly .airly-plus .airly-box {
    width: 55%;
    margin-bottom: 1em;
}

@media screen and (max-width:767px) {
    .greenmodel-s .attaka-package-wrp .attaka-airly .airly-plus .airly-box {
        width: 100%;
        margin-bottom: 1em;
    }
}


.greenmodel-s .attaka-package-wrp .attaka-airly .airly-plus .airly-logo {
    width: 65%;
    margin: 1em auto;
}

.greenmodel-s .attaka-package-wrp .attaka-airly .airly-plus .airly-box .lead {
    width: 100%;
    padding: 1em 0;
    text-align: center;
    font-size: min(1.2em, 4vw);
    font-weight: bold;
}

.greenmodel-s .attaka-package-wrp .attaka-airly .airly-plus .airly-list .features {
    width: 32%;
    background: linear-gradient(180deg, rgb(230, 141, 81) 0%, rgba(255, 192, 0, 1) 100%);
    padding: 1em;
    text-align: center;
    color: #fff;
    font-size: min(1.1em, 3vw);
    font-weight: bold;
    border-radius: 5px;
}

.greenmodel-s .attaka-package-wrp .attaka-airly .note {
    margin-top: 2em;

}