.container-box {
    width: 100%;
    overflow-x: hidden;
    /* padding: 0 15px; */
    box-sizing: border-box;
}

.container-box .top-section {
    display: flex;
    gap: 40px;
}

.container-box .top-section .left-content {
    flex: 1;
}

.container-box .top-section .right-content {
    flex: 1;
}

.container-box .top-section .left-content .partner {
    font-size: 24px;
    color: #0C8791;
    margin-bottom: 20px;

}

.container-box .top-section .left-content .tp-heading {
    font-size: 64px;
    font-weight: 400;
    font-family: 'Times New Roman', Times, serif;
    line-height: 49px;
}

.container-box .top-section .left-content .description {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 60px;
    margin-bottom: 30px;
    color: #35626a;
}

.container-box .top-section .left-content .price-box {
    width: 534px;
    height: 176px;
    background: #F8F3EB;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 35px 23px;
    margin-bottom: 25px;

}

.container-box .top-section .left-content .price-box .price {
    font-family: 'Times New Roman', Times, serif;
    font-size: 80px;

}

.container-box .top-section .left-content .price-box .price-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container-box .top-section .left-content .price-box .month {
    font-family: 'Times New Roman', Times, serif;
    font-size: 36px;
    font-style: italic;
    color: #ff914b;
    margin-bottom: 5px;
}

.container-box .top-section .left-content .price-box .details {
    font-size: 18px;
}

.container-box .top-section .left-content .membership-title {
    width: 531px;
    height: 81px;
    background: rgba(255, 180, 134, 0.48);
    padding: 18px 25px;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.container-box .top-section .left-content .membership-title .membership-img {
    width: 96px;
    height: 96px;
}

.container-box .top-section .right-content .featured-book {
    width: 588px;
    height: 338px;

    display: flex;
    gap: 20px;
    background: rgba(255, 180, 134, 0.18);
    padding: 25px;
    margin-bottom: 20px;
}

.container-box .top-section .right-content .featured-book img {
    width: 258px;
    height: 314px;
}

.container-box .top-section .right-content .featured-book .badge {
    width: 263px;
    display: inline-block;
    background: #FF914D;
    color: #075056;
    padding: 12px 12px;
    border-radius: 27.11px;
    font-size: 16px;
    margin-bottom: 30px;
}

.container-box .top-section .right-content .featured-book .fb-title {

    font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
    line-height: 0.9;
}

.container-box .top-section .right-content .featured-book .fb-author {

    font-size: 20.84px;
    margin-top: 20px;
}

.container-box .top-section .right-content .featured-book .learn-more {
    width: 177px;
    height: 44px;
    font-size: 17px;
    margin-top: 0;
    background: #075056;
    color: white;
    border: none;
    border-radius: 28px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
}

.container-box .top-section .right-content .small-books {
    display: flex;
    gap: 20px;
}

.container-box .top-section .right-content .book-card.card-one {
    background-color: #f8f4eb;
}

.container-box .top-section .right-content .book-card.card-two {
    background-color: #D3DDDE80;
}

.container-box .top-section .right-content .book-card {
    flex: 1;
    text-align: center;
    padding: 60px 20px;
    position: relative;
}

.container-box .top-section .right-content .book-card::before {
    content: "";
    width: 220px;
    height: 220px;
    background-color: rgba(200, 210, 215, 0.4);
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-53%);
    z-index: 1;
}

.container-box .top-section .right-content .book-card .bc-title {
    font-size: 35.93px;
    font-family: 'Times New Roman', Times, serif;
}

.container-box .top-section .right-content .book-card .bc-title .bc-author {
    margin-top: 10px;
}

.container-box .top-section .right-content .book-card img {
    width: 180px;
    height: 180px;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}


.container-box .top-section .right-content .tag {
    display: inline-block;
    margin-top: 12px;
    background: #FF914D;
    color: #075056;
    padding: 6px 12px;
    border-radius: 27.11px;
    font-size: 14px;
    z-index: 2
}

.container-box .membership-list {
    margin-top: 30px;
    list-style: disc;
    padding-left: 0;
    border-top: 1px solid #FFB486;

}

.container-box .membership-list li {
    padding: 18px 0 18px 20px;
    border-bottom: 1px solid #FFB486;
    color: #075056;
    list-style-position: inside;
}

.container-box .btn-wrapper {
    text-align: center;
    margin-top: 40px;
}

.container-box .btn-wrapper .join-btn {
    background: #075056;
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 35px;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
}




/* ---------------------------- */

.container-box .mission-wrapper {
    /* margin-top: 80px; */
    background: #F8F3EB;
    padding: 110px;
    display: flex;
    gap: 50px;
    background-image: url(../images/tamira-bg.png);
    background-size: 40%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.container-box .mission-wrapper .mission-left {
    flex: 1;
}

.container-box .mission-wrapper .mission-left .mission-label {
    color: #0C8791;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.container-box .mission-wrapper .mission-left .mission-heading {
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    line-height: 39px;
    color: #075056;
    margin-bottom: 30px;
}

.container-box .mission-wrapper .mission-left .mission-heading span {
    color: #0C7C88;
    font-weight: bold;
}

.container-box .mission-wrapper .mission-left .mission-text {
    color: #075056;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
}

.container-box .mission-wrapper .mission-left .mission-line {
    width: 280px;
    height: 1px;
    background: #075056;
    margin: 30px 0;
}

.container-box .mission-wrapper .mission-left .contact-label {
    color: #F2994A;
    font-size: 20px;
    margin-bottom: 10px;
}

.container-box .mission-wrapper .mission-left .contact-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 28px;
    color: #075056;
    margin-bottom: 15px;
}

.container-box .mission-wrapper .mission-left .contact-text {
    color: #075056;
    font-size: 20px;
}

.container-box .mission-wrapper .mission-left .contact-email {
    color: #075056;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.container-box .mission-wrapper .mission-divider {
    width: 2px;
    background: #0C8791;
}

.container-box .mission-wrapper .mission-right {
    flex: 1;
    position: relative;
}

.container-box .mission-wrapper .mission-right .founder-label {
    color: #0C8791;
    font-size: 24px;
    margin-bottom: 10px;
}

.container-box .mission-wrapper .mission-right .founder-name {
    font-size: 40px;
    color: #075056;
    margin-bottom: 30px;
}

.container-box .mission-wrapper .mission-right .founder-content {
    display: flex;
}

.container-box .mission-wrapper .mission-right .founder-content .founder-text {
    flex: 1;
    width: 55%;
}

.container-box .mission-wrapper .mission-right .founder-content .founder-text p {
    color: #075056;
    font-size: 20px;
    margin-bottom: 20px;
}

.container-box .mission-wrapper .mission-right .founder-content .founder-text .ft-text {
    margin-right: 217px;
    overflow-wrap: break-word;
}

.container-box .mission-wrapper .mission-right .founder-content .founder-image {
    position: absolute;
    right: -110px;
    bottom: -110px;
}

.container-box .mission-wrapper .mission-right .founder-content .founder-image img {
    width: 100%;
    height: auto;
    display: block;
    width: 600px;
}


@media (max-width: 1320px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }

    .container-box .top-section {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .container-box .top-section .left-content .partner {
        font-size: 20px;
    }

    .container-box .top-section .left-content .tp-heading {
        font-size: 52px;
        line-height: 42px;
    }

    .container-box .top-section .left-content .description {
        font-size: 16px;
        margin-top: 30px;
    }

    .container-box .top-section .left-content .price-box {
        width: 100%;
        height: auto;
        padding: 25px;
    }

    .container-box .top-section .left-content .price-box .price {
        font-size: 70px;
    }

    .container-box .top-section .left-content .price-box .month {
        font-size: 28px;
    }

    .container-box .top-section .left-content .price-box .details {
        font-size: 16px;
    }

    .container-box .top-section .left-content .membership-title {
        width: 100%;
        height: auto;
        padding: 15px 20px;
        font-size: 20px;
    }

    .container-box .top-section .left-content .membership-title .membership-img {
        width: 70px;
        height: 70px;
    }

    .container-box .top-section .right-content .featured-book {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 20px;
    }

    .container-box .top-section .right-content .featured-book .book-info {
        display: flex;
        flex-direction: column;
    }

    .container-box .top-section .right-content .featured-book img {
        width: 200px;
        height: 240px;
    }

    .container-box .top-section .right-content .featured-book .fb-title {
        font-size: 32px;
    }

    .container-box .top-section .right-content .featured-book .fb-author {
        font-size: 16px;
    }

    .container-box .top-section .right-content .featured-book .badge {
        font-size: 14px;
        width: 210px;

    }

    .container-box .top-section .right-content .small-books {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }

    .container-box .top-section .right-content .book-card {
        padding: 40px 20px;
    }

    .container-box .top-section .right-content .book-card .bc-title {
        font-size: 28px;
    }

    .container-box .top-section .right-content .book-card .bc-author {
        font-size: 16px;
    }

    .container-box .top-section .right-content .book-card img {
        width: 150px;
        height: 150px;
    }

    .container-box .membership-list li {
        font-size: 15px;
        padding: 12px 0 12px 20px;
    }

    .container-box .btn-wrapper .join-btn {
        padding: 15px 30px;
        font-size: 14px;
    }

    .container-box .mission-wrapper {
        display: flex;
        flex-direction: column;
        padding: 60px 40px;
        gap: 30px;
    }

    .container-box .mission-wrapper .mission-left .mission-label {
        font-size: 24px;
    }

    .container-box .mission-wrapper .mission-left .mission-heading {
        font-size: 32px;
        line-height: 32px;
    }

    .container-box .mission-wrapper .mission-left .mission-text {
        font-size: 16px;
        line-height: 26px;
    }

    .container-box .mission-wrapper .mission-left .contact-label {
        font-size: 16px;
    }

    .container-box .mission-wrapper .mission-left .contact-title {
        font-size: 24px;
    }

    .container-box .mission-wrapper .mission-left .contact-text {
        font-size: 16px;
    }

    .container-box .mission-wrapper .mission-left .contact-email {
        font-size: 16px;
    }

    .container-box .mission-wrapper .mission-divider {
        width: 100%;
        height: 2px;
        margin: 20px 0;
    }

    .container-box .mission-wrapper .mission-right .founder-label {
        font-size: 20px;
    }

    .container-box .mission-wrapper .mission-right .founder-name {
        font-size: 32px;
    }

    .container-box .mission-wrapper .mission-right .founder-content {
        display: flex;
        flex-direction: column;
        position: relative;
        padding-right: 0;
    }

    .container-box .mission-wrapper .mission-right .founder-content .founder-text {
        flex: 1;
        width: 85%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .container-box .mission-wrapper .mission-right .founder-content .founder-text p {
        font-size: 16px;
    }

    .container-box .mission-wrapper .mission-right .founder-content .founder-text .ft-text {
        margin-right: 0;
    }

    .container-box .mission-wrapper .mission-right .founder-content .founder-image {
        position: absolute;
        right: -40px;
        bottom: 0;
        width: 300px;
        max-width: 100%;
    }


}


@media (min-width: 481px) and (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .container-box .top-section {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .container-box .top-section .left-content .partner {
        font-size: 16px;
    }

    .container-box .top-section .left-content .tp-heading {
        font-size: 42px;
        line-height: 36px;
    }

    .container-box .top-section .left-content .description {
        font-size: 14px;
        margin-top: 25px;
    }

    .container-box .top-section .left-content .price-box {
        width: 100%;
        height: auto;
        padding: 20px 15px;
        gap: 15px;
    }

    .container-box .top-section .left-content .price-box .price {
        font-size: 56px;
    }

    .container-box .top-section .left-content .price-box .month {
        font-size: 24px;
    }

    .container-box .top-section .left-content .price-box .details {
        font-size: 14px;
    }

    .container-box .top-section .left-content .membership-title {
        width: 100%;
        height: auto;
        padding: 12px 15px;
        font-size: 16px;
    }

    .container-box .top-section .left-content .membership-title .membership-img {
        width: 60px;
        height: 60px;
    }

    .container-box .top-section .right-content .featured-book {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 15px;
    }

    .container-box .top-section .right-content .featured-book .book-info {
        display: flex;
        flex-direction: column;
    }

    .container-box .top-section .right-content .featured-book img {
        width: 160px;
        height: 200px;
    }

    .container-box .top-section .right-content .featured-book .fb-title {
        font-size: 24px;
    }

    .container-box .top-section .right-content .featured-book .fb-author {
        font-size: 14px;
    }

    .container-box .top-section .right-content .featured-book .badge {
        font-size: 12px;
    }

    .container-box .top-section .right-content .small-books {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }

    .container-box .top-section .right-content .book-card {
        padding: 30px 15px;
    }

    .container-box .top-section .right-content .book-card .bc-title {
        font-size: 24px;
    }

    .container-box .top-section .right-content .book-card img {
        width: 120px;
        height: 120px;
    }

    .container-box .membership-list li {
        font-size: 14px;
        padding: 10px 0 10px 15px;
    }

    .container-box .btn-wrapper .join-btn {
        padding: 12px 25px;
        font-size: 12px;
    }

    .container-box .mission-wrapper {
        display: flex;
        flex-direction: column;
        padding: 40px 20px;
    }

    .container-box .mission-wrapper .mission-left .mission-label {
        font-size: 18px;
    }

    .container-box .mission-wrapper .mission-left .mission-heading {
        font-size: 26px;
        line-height: 28px;
    }

    .container-box .mission-wrapper .mission-left .mission-text {
        font-size: 14px;
        line-height: 24px;
    }

    .container-box .mission-wrapper .mission-left .contact-label {
        font-size: 14px;
    }

    .container-box .mission-wrapper .mission-left .contact-title {
        font-size: 20px;
    }

    .container-box .mission-wrapper .mission-left .contact-text {
        font-size: 14px;
    }

    .container-box .mission-wrapper .mission-left .contact-email {
        font-size: 14px;
    }

    .container-box .mission-wrapper .mission-divider {
        width: 100%;
        height: 2px;
        margin: 20px 0;
    }

    .container-box .mission-wrapper .mission-right .founder-label {
        font-size: 16px;
    }

    .container-box .mission-wrapper .mission-right .founder-name {
        font-size: 26px;
    }

    .container-box .mission-wrapper .mission-right .founder-content {
        display: flex;
        flex-direction: column;
        position: relative;
        padding-right: 0;
    }

    .container-box .mission-wrapper .mission-right .founder-content .founder-text {
        flex: 1;
        width: 70%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .container-box .mission-wrapper .mission-right .founder-content .founder-text p {
        font-size: 14px;
    }

    .container-box .mission-wrapper .mission-right .founder-content .founder-text .ft-text {
        margin-right: 0;
    }

    .container-box .mission-wrapper .mission-right .founder-content .founder-image {
        position: absolute;
        right: -20px;
        bottom: 0;
        width: 250px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .container {
        width: 100%;
        padding: 0 12px;
    }

    .container-box .top-section {
        flex-direction: column;
        gap: 20px;
    }

    .container-box .top-section .left-content .partner {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .container-box .top-section .left-content .tp-heading {
        font-size: 32px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .container-box .top-section .left-content .description {
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .container-box .top-section .left-content .price-box {
        padding: 18px 12px;
        gap: 12px;
        flex-direction: column;
        text-align: center;
    }

    .container-box .top-section .left-content .price-box .price {
        font-size: 48px;
    }

    .container-box .top-section .left-content .price-box .month {
        font-size: 18px;
    }

    .container-box .top-section .left-content .price-box .details {
        font-size: 12px;
    }

    .container-box .top-section .left-content .membership-title {
        flex-direction: column;
        text-align: center;
        padding: 10px 12px;
        font-size: 14px;
        gap: 8px;
        height: auto;
    }

    .container-box .top-section .left-content .membership-title .membership-img {
        width: 50px;
        height: 50px;
    }

    .container-box .top-section .right-content .featured-book {
        padding: 12px;
        gap: 12px;
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .container-box .top-section .right-content .featured-book .book-info {
        display: flex;
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .container-box .top-section .right-content .featured-book img {
        width: 120px;
        height: 150px;
    }

    .container-box .top-section .right-content .featured-book .badge {
        font-size: 11px;
        padding: 8px 10px;
        margin-bottom: 12px;
    }

    .container-box .top-section .right-content .featured-book .fb-title {
        font-size: 18px;
        line-height: 1.3;
    }

    .container-box .top-section .right-content .featured-book .fb-author {
        font-size: 12px;
        margin-top: 10px;
    }

    .container-box .top-section .right-content .featured-book .learn-more {
        font-size: 12px;
        width: 140px;
        height: 38px;
        padding: 10px 15px;
        margin-top: 12px;
    }

    .container-box .top-section .right-content .small-books {
        gap: 12px;
    }

    .container-box .top-section .right-content .book-card {
        padding: 25px 12px;
    }

    .container-box .top-section .right-content .book-card::before {
        width: 150px;
        height: 150px;
        top: 15px;
    }

    .container-box .top-section .right-content .book-card .bc-title {
        font-size: 20px;
    }

    .container-box .top-section .right-content .book-card .bc-author {
        font-size: 12px;
    }

    .container-box .top-section .right-content .book-card img {
        width: 110px;
        height: 110px;
    }

    .container-box .top-section .right-content .tag {
        font-size: 10px;
        padding: 5px 10px;
    }

    .container-box .membership-list {
        margin-top: 20px;
    }

    .container-box .membership-list li {
        font-size: 12px;
        padding: 10px 0 10px 15px;
        margin-bottom: 5px;
    }

    .container-box .btn-wrapper {
        margin-top: 25px;
    }

    .container-box .btn-wrapper .join-btn {
        padding: 12px 20px;
        font-size: 11px;
        border-radius: 25px;
    }

    .container-box .mission-wrapper {
        margin-top: 60px;
        padding: 30px 15px;
        gap: 20px;
    }

    .container-box .mission-wrapper .mission-left {
        padding: 0;
    }

    .container-box .mission-wrapper .mission-left .mission-label {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .container-box .mission-wrapper .mission-left .mission-heading {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .container-box .mission-wrapper .mission-left .mission-text {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .container-box .mission-wrapper .mission-left .mission-line {
        width: 100%;
        margin: 15px 0;
    }

    .container-box .mission-wrapper .mission-left .contact-label {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .container-box .mission-wrapper .mission-left .contact-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .container-box .mission-wrapper .mission-left .contact-text {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .container-box .mission-wrapper .mission-left .contact-email {
        font-size: 12px;
    }

    .container-box .mission-wrapper .mission-divider {
        width: 100%;
        height: 1px;
        margin: 15px 0;
    }

    .container-box .mission-wrapper .mission-right .founder-label {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .container-box .mission-wrapper .mission-right .founder-name {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .container-box .mission-wrapper .mission-right .founder-content {
        display: flex;
        flex-direction: column;
        position: relative;
        padding-right: 0;
    }

    .container-box .mission-wrapper .mission-right .founder-content .founder-text {
        flex: 1;

        padding-right: 0;
        margin-bottom: 15px;
    }

    .container-box .mission-wrapper .mission-right .founder-content .founder-text p {
        font-size: 12px;
        margin-bottom: 12px;
        line-height: 1.6;
    }

    .container-box .mission-wrapper .mission-right .founder-content .founder-text .ft-text {
        margin-right: 0;
    }

    .container-box .mission-wrapper .mission-right .founder-content .founder-image {
        position: absolute;
        right: -12px;
        bottom: 0;
        width: 200px;
        max-width: 100%;
    }
}