*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: clamp(6px, calc(1000vw / 1600), 10px);
}

body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 0;
    padding: 0 0;
    font-size: 18px;
    letter-spacing: 0.15em;
    color: #252C33;
    overflow: hidden !important; 
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    color: #000;
    text-decoration: none;
}

span {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}

/* header */
header {
    padding: 16px 0;
    margin-bottom: 5rem;
}

.header-wrapper {
    column-gap: 8rem;
    align-items: center;
}

.header-wrapper h1 {
    margin-top: 60px;
    letter-spacing: 13px;
}

header a.logo {
    display: flex;
    width: fit-content;
    border-radius: 50%;
    overflow: hidden;
}


h1 {
    text-align: center;
    font-size: 3rem !important;
    font-weight: 700 !important;
}

h1 span {
    display: block;
    text-align: center;
    font-size: 0.6em;
}

@media screen and (min-width: 1024px)  {
    header a.logo img {
        width: 12rem;
    }
    
}

@media screen and (max-width: 1024px)  {
    header a.logo img {
        width: 12rem;
    }
    
}

@media screen and (max-width: 768px) {
    header a.logo {
        display: flex;
        width: fit-content;
        border-radius: 50%;
        overflow: hidden;
    }

    header a.logo img {
        width: 100%;
        display: none;
    }

    h1 {
        text-align: center;
        font-size: 1.9rem !important;
        font-weight: 700 !important;
    }

    .header-wrapper {
        display: flex;
        column-gap: 4cap;
        align-items: center;
    }


}

@media screen and (max-width: 426px) {
    .header-wrapper {
        display: block;
        column-gap: 8rem;
        align-items: center;
    }

    h1 {
        text-align: center;
        font-size: 0.9rem !important;
        font-weight: 700 !important;
    }
}


/* sec-1 */
.sec-01,
header {
    background-image: url(https://tonton-inc.com/corp2023/wp-content/themes/tonton2023/img/business_agent_pros_bg.webp?230620);
    padding-bottom: 50px;
    background-size: cover;
}

.title-01 {
    color: #1C2438 !important;
    font-size: 25px;
}

.sec-01-wrapper {
    display: flex;
    width: 170%;
    column-gap: 2rem;
    row-gap: 24px;
    flex-wrap: wrap;
}

.sec-01-content {
    width: calc(60% - 2rem);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 48px;
    padding: 0px;
}

.sec-01-content p.des {
    padding: 0 80px;
    line-height: 2.5;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
}

.sec-01-content p {
    line-height: 2;
}

.sec-01 h2 {
    color: #252C33;
    text-align: center;
    font-weight: 600;
    margin-bottom: 32px;
}

img[alt="sec-01-img"] {
    flex: 0 0 auto;
    width: 452px;
    height: 100%;
}

.btn-contact {
    margin-top: 32px;
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 16px 32px;
    text-align: center;
    color: #fff;
    margin-top: 72px;
    border: 1px solid #000;
    font-weight: 100;
    background: #000;
    position: relative;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
}

.btn-contact::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    transform: translate(-100%, 0);
    transition: 0.5s all ease-in-out;
    z-index: 0;
}

.btn-contact span {
    position: relative;
    z-index: 1;
    color: #fff;
    transition: 0.5s all ease-in-out;

}

.btn-contact:hover span {
    color: #000;
}

.btn-contact:hover {
    background-color: #fff;
}

.btn-contact:hover::after {
    transform: translate(100%, 0);
}

.flow-txt {
    margin: 5rem 0;
}

.sec-01-content .desc {
    font-size: 17px ;
}

.sec-01-content .desc-01 li {
    border: 1px solid;
    border-radius: 10px;
    padding: 20px;
    font-weight: 600;
    font-size: 20px;
}

span.small-01-tlt {
    font-size: 20px !important;
    font-weight: 500;
}

div.sec-01-first-ttl {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

div.sec-01-first-ttl p {
    width: 830px;
    padding: 0 30px;
}

.title-01 .t {
    font-size: 30px !important;
}

ol.desc {
    padding: 0 100px;
}

@media screen and (max-width: 1024px){
    /* .sec-01-content {
        width: 100%;
    } */
    img[alt="sec-01-img"] {
        flex: 0 0 auto;
        width: 100%;
        /* aspect-ratio: 9 / 3; */
        max-width: 480px;
        display: block;
        margin: 0 auto;
    }

    div.sec-01-first-ttl p {
        width: fit-content;
    }

    ol {
        text-align: center;
    }

    .sec-02-left p {
        text-align: center;
    }

    .sec-03-right h3 {
        margin-top: 30px;
    }

    .sec-03-right-txt p {
        font-size: 17px;
        padding: 0px 45px;
    }

}
@media screen and (max-width: 768px) {
    .sec-01-content p.desc {
        padding: 0 50px;
        line-height: 2.5;
    }

    .sec-01-ttl {
        padding: 0 30px;
    }

    .des {
        width: fit-content;
        margin: auto;
    }
}
@media screen and (max-width: 426px) {
    .sec-02-left p {
        text-align: center;
        padding: 0 45px;
    }

    ol.desc {
        padding: 0 23px;
    }

    div.sec-01-first-ttl p {
        padding: 0 23px;
    }

    span.small-01-tlt {
        font-size: 16px !important;
        font-weight: 600;
        margin-top: 20px;
    }

    h1 {
        padding: 0 47px;
    }

    .sec-02-left h3 {
        padding: 0 23px;
    }
}
/* sec-2 */

.sec-02-wrapper {
    display: flex;
    width: fit-content;
    align-items: center;
    column-gap: 8rem;
    margin: 5rem 0 5rem 0;
}

.sec-02-special {
    column-gap: 15rem;
    justify-content: center;
    margin-top: 10rem;
}

.sec-02-left {
    font-size: 15px;
}

#left-02 {
    order: 1;
}

.sec-02-left h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.2rem;
    color: #1C2438;
    margin-top: 70px;
}

.sec-02-left p {
    font-size: 17px;
}

.sec-02-left p.show-txt {
    font-size: 25px;
    font-weight: 600;
}

.sec-02-pic {
    width: auto;
}

img[alt="sec-02-img"] {
    flex: 0 0 auto;
    width: 85%;
}

.sec-2-tlt h1 {
    margin-top: 85px;
}

.sec-02-left-1 {
    line-height: 6;
    width: 50%;
}

@media screen and (max-width: 1024px){
    .sec-01-content {
        display: block !important;
    }
    .sec-02-wrapper {
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }
    img[alt="sec-02-img"] {
        flex: 0 0 auto;
        width: 100%;
        /* aspect-ratio: 9 / 3; */
        max-width: 480px;
        display: block;
        margin: 0 auto;
        margin-top: 50px;
    }

    .sec-02-left-1 {
        line-height: 6;
        width: 100%;
    }

    .sec-03-02 {
        width: 100% !important;
    }

    picture.fix-img {
        width: 100% !important;
        margin-top: 20px;
    }
}

@media screen and (max-width: 426px) {
    img[alt="sec-02-img"] {
        flex: 0 0 auto;
        width: 100%;
        /* aspect-ratio: 9 / 3; */
        max-width: 350px;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }
}

/* sec-3 */

.point-table tbody {
    text-align: center;
    border: 1px solid grey;
}

.point-table table {
    width: fit-content;
    margin: 0 auto;
}

.point-table h2 {
    font-size: 35px;
    margin: 50px 0;
    text-align: center;
    letter-spacing: 10px;
    font-weight: 600;
    padding-top: 70px;
}

th, tr, td {
    border: 1px solid #ddd;
    color: black;
    text-align: center;
    padding: 20px;
}

tr.first-row {
    background-color: #04AA6D;
    color: white;
}

tr.first-row th {
    color: white;
}


#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

.sec-03-wrapper {
    display: flex;
    width: fit-content;
    align-items: center;
    column-gap: 8rem;
    margin: 5rem 0 5rem 0;
    order: 1;
}

.sec-03 .container {
    display: flex;
}

.sec-03-right {
    order: 1;
}

.sec-03-right h3 {
    font-size: 30px; 
    font-weight: 600;
    color: #1C2438;
    margin-bottom: 30px;
    text-align: center;
}

.sec-03-right-txt p {
    font-size: 17px;
}

img[alt="sec-03-img"] {
    flex: 0 0 auto;
    width: 85%;
    order: 0;
}

.desc-content h2 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin: 40px 0;
}

div.potable {
    width: fit-content;
    margin: 0 auto; 
}

.sec-03-01 {
    line-height: 3;
    border: 1px solid grey;
    border-radius: 6px;
    padding: 30px;
}

.sec-03-2 {
    width: 50% !important;
    height: 350px !important;
}

.sec-03-02 {
    line-height: 2;
    width: 50%;
}

.sec-03-03 {
    column-gap: 14rem !important;
}

.sec-03-03 p {
    font-size: 20px;
}

.sec-03-04 h3 {
    margin-bottom: 0px !important;
}

@media screen and (max-width: 1024px){
    .sec-03-wrapper {
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }
    img[alt="sec-03-img"] {
        flex: 0 0 auto;
        width: 100%;
        /* aspect-ratio: 9 / 3; */
        max-width: 480px;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }

}

@media screen and (max-width: 426px) {
    img[alt="sec-03-img"] {
        flex: 0 0 auto;
        width: 100%;
        /* aspect-ratio: 9 / 3; */
        max-width: 350px;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }
}

/* sec-4 */

.sec-04-wrapper {
    margin: 3rem 0 5rem 0;
    display: flex;
    width: fit-content;
    column-gap: 6rem;
}

.sec-04-center h3 {
    font-size: 25px;
    font-weight: 600;
    color: #1C2438;
    text-align: center;
    letter-spacing: 0.3rem;
}

.sec-04-center p {
    font-size: 17px;
}

.sec-04-center {
    letter-spacing: 0.3rem;
    line-height: 2;
}

div.block {
    border: 1px solid rgb(236, 91, 91);
    width: 350px;
    height: 170px;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 10px;
}

.block-01 {
    border-radius: 50% !important;
    margin: auto 0;
    padding-top: 70px !important;
    background-color: coral;
    color: #fff;
}

.block-02 {
    float: right;
    padding-top: 25px !important;
    line-height: 2;
    background-color: cornflowerblue;
    color: #fff;
    margin-top: auto;
}

.block-03 {
    height: 450px !important;
    padding-top: 145px !important;
}

@media screen and (max-width: 1024px){
    .sec-04-center p {
        margin: 0px 30px;
    }

    .sec-04-wrapper {
        margin: 3rem 0 5rem 0;
        display: flex;
        width: fit-content;
        column-gap: 0px;
    }
}

@media screen and (max-width: 768px){
    .block-01 {
        border-radius: 50% !important;
        padding-top: 70px !important;
        background-color: coral;
        color: #fff;
        margin: 0;
    }

    .block-02 {
        padding-top: 40px !important;
        line-height: 2;
        background-color: cornflowerblue;
        color: #fff;
        float: none;
    }

    .sec-04-01 {
        width: fit-content;
        margin: 0 auto;
        padding-top: 30px;
    }

    div.block {
        margin-bottom: 50px;
    }
    .sec-04-wrapper {
        display: block;
        column-gap: 0rem !important;
    }
}

/* sec-5 */

.sec-05-wrapper {
    margin: 0 0 5rem 0;
}

.sec-05-wrapper h2 {
    font-size: 40px;
    color: #1C2438;
    text-align: center;
    letter-spacing: 0.3rem;
    margin-bottom: 3rem;
    font-weight: 600;
}

.sec-05 {
    padding-top: 10rem;
    background-image: url(https://tonton-inc.com/corp2023/wp-content/themes/tonton2023/img/business_agent_pros_bg.webp?230620);
    background-size: cover;
}

.group-lists {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 48px;
    padding: 0px;
}

.group {
    display: flex;
    width: fit-content;
    align-items: center;
    column-gap: 8rem;

}

.white-group {
    background-color: white;
}

.group-lists li {
    padding: 20px 40px;
    border: 1px solid grey;
}

.group-lists li .title {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}
.group-lists li p {
    line-height: 2;
}

.sec-05-01 {
    margin-top: 20px;
}

@media screen and (max-width: 1024px){ 
    .group-lists {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 32px;
        row-gap: 48px;
        padding: 0px;
        margin: 0px 20px;
    }

    /* footer .left {
        width: 13%;
    }

    footer .left {
        width: 87%;
    } */
}

@media screen and (max-width: 768px){ 
    .group-lists {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 32px;
        row-gap: 48px;
        padding: 0px;
        margin: 0px 20px;
    }
}

/* sec-6 */

.sec-06-agenty {
    background-color: #93cff5;
}

div.sec-06-group .text-other h3 span {
    border: none !important;
}

.text {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    column-gap: 32px;
    row-gap: 48px;
    padding: 0px;
    align-items: center;
    margin-bottom: 1rem;
    /* width: calc(60% - 2rem); */
}

.text .number {
    width: 100%;
}


.sec-06-wrapper {
    margin: 5rem 0 5rem 0;
}

.sec-06-spe {
    margin: 5rem 0 0 0;
}

.sec-06-wrapper h2 {
    font-size: 30px;
    color: #1C2438;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.3rem;
    margin-bottom: 32px;
    padding-top: 75px;
    padding-bottom: 20px;
}
.sec-06-group {
    width: fit-content;
    margin: 0 auto;
}
.text span {
    padding: 10px;
    text-align: center;
    border: 1px solid grey;
    border-radius: 5px;
    color: #1C2438;
}

.text p {
    display: none;
}
/* sec-7 */

.faq-area {
    padding: 120px 0;
}

.faq-area h2 {
    margin-bottom: 72px;
}

.faq-area .faq-list li {
    border: 2px solid #61C3DF;
}

.faq-area .faq-list li+li {
    margin-top: 20px;
}

.faq-area .faq-list .ac-parent {
    background-color: #61C3DF;
    padding: 16px 80px 16px 24px;
    cursor: pointer;
    position: relative;
}

.faq-area .faq-list .ac-parent::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 14px;
    right: 24px;
}

.faq-area .faq-list .ac-parent::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #61C3DF;
    border-bottom: 2px solid #61C3DF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 23px;
    right: 35px;
}

.faq-area .faq-list .ac-parent h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
}

.faq-area .faq-list .ac-parent h3::before {
    content: "Q.";
    display: inline-block;
    font-family: Futura, 'Century Gothic';
    letter-spacing: .05rem;
    font-size: 1.25rem;
    font-weight: 500;
    margin-right: 16px;
    color: #FFED64;
}

.faq-area .faq-list .ac-parent.open::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 27px;
    right: 35px;
}

.faq-area .faq-list .ac-child {
    display: none;
    padding: 20px 24px;
}
/* -07 */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #ccc;
  }
  
  .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  /* ddl */

.sec-07-title {
    font-size: 30px;
    font-weight: 600;
    /* margin: 20px 0px; */
    padding: 20px;
    text-align: center; 
    color: #fff;
    background-color: #1b8c7a;
    position: relative;
}
.sec-07-title::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 20px;
    left: 50%;
    top: 100%;
    background-color: #1b8c7a;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

li {
    margin-bottom: 1rem;
}

li .sec-07-parent {
    padding: 15px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 600;
}

li .sec-07-parent .symbol {
    background-color: #1b8c7a;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
}

li .ac-child {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 15px;
}

li .ac-child .symbol {
    background-color: #f48789;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
}

li .ac-child p {
    padding: 0px;
}

.ac-box .ac-child {
    line-height: 30px;
    padding: 15px;
}

.ac {
    padding: 0px;
}

.box {
    margin-top: 70px;
    line-height: 2;
    margin-bottom: 20px;
}
.box h1 {
    margin-bottom: 20px;
}

.box p {
    width: 850px;
    margin: 0 auto;
}

.box-03 {
    margin-bottom: 70px !important; 
}

@media screen and (max-width: 768px){ 
    li .sec-07-parent .symbol {
        background-color: #1b8c7a;
        border-radius: 5px;
        width: 30px;
        height: 30px;
        text-align: center;
    }

    .box p {
        width: 700px;
    }

    .box h1 {
        margin-bottom: 20px;
        font-size: 30px !important;
    }
}

@media screen and (max-width: 425px){ 
    .box p {
        width: 400px;
        padding: 0 45px;
    }
}

/* sec-8 */

.sec-08 {
    background-color: #ebf7f5;
    padding: 10rem 0;
}

.sec-08-wrapper .title p {
    font-size: 40px;
    color: #1C2438;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.3rem;
    margin-bottom: 32px;
}

.sec-08-wrapper .title {
    /* background-color: yellow; */
}

.sec-08-wrapper .title .small-title {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #1C2438;
}

.in-type {
    display: flex;
    align-items: center;
    background-color: white;
}

.in-type .in-txt {
    /* background-color: aqua; */
    width: 25%;
    padding: 10px;
    text-align: center;
}

.in-type .input {
    border: 1px solid grey;
    width: 200px;
    height: 20px;
}

.in-type .in-place {
    background-color: white;
    width: 75%;
    text-align: center;
}

p.small-title {
    margin-bottom: 20px;
    margin-top: 10px;
}

.contact-form-wrapper {
    padding: 0 100px;
}
.form-input {
    display: grid;
    grid-template-columns: 24% minmax(0, 1fr);
    column-gap: 2rem;
    align-items: center;
}

 .form-input p {
    display: grid;
    grid-template-columns: 87% minmax(0, 1fr);
    column-gap: 2rem;
    align-items: center;
}
.contact-form-wrapper .form-input:not(:last-child) {
    margin-bottom: 32px;
}

.form-input {
    margin-bottom: 32px;
}

.form-input label {
    display: inline-block;
    position: relative;
    
}
.form-input p label span {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 1rem;
    display: inline-block;
    padding: 4px;
    background-color: red;
    color: #fff;
    font-size: 0.6em;
}
.form-input input[type="text"] {
    border: 1px solid #857a7a;
    padding: 10px 16px;
    border-radius: 5px !important;
}

.last-txt p {
    width: 800px;
    margin: 0 auto;
    line-height: 2;
    margin-top: 50px;
    margin-bottom: 50px;
}

.select {
    text-align: center;
}

span.first {
    display: flex;
}

span.first span {
    order: 1;
}

@media screen and (max-width: 768px){ 
    .form-input {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 2rem;
        align-items: center;
    }

    .form-input input[type="text"] {
        border: 1px solid #857a7a;
        padding: 10px 16px;
        border-radius: 5px !important;
        margin-top: 13px;
    }
}
 
@media screen and (max-width: 426px){ 
    footer .left {
        width: 20%;
        margin: auto;
    }

    .text {
        display: block;
        grid-template-columns: 210px minmax(0, 1fr);
        column-gap: 32px;
        row-gap: 48px;
        padding: 0px;
        align-items: center;
        margin-bottom: 1rem;
        /* width: calc(60% - 2rem); */
    }

    ul.flow-list {
        padding: 0px;
    }
}

/* other */

.content-wrap .faq-list .ac-parent {
    background-color: #61C3DF;
    padding: 16px 80px 16px 24px;
    cursor: pointer;
    position: relative;
}
.content-wrap .faq-list .ac-parent::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 14px;
    right: 24px;
}
.content-wrap .faq-list .ac-parent h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
}
.content-wrap .faq-list .ac-parent::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #61C3DF;
    border-bottom: 2px solid #61C3DF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 23px;
    right: 35px;
}
.content-wrap .faq-list .ac-parent h3::before {
    content: "Q.";
    display: inline-block;
    font-family: Futura, 'Century Gothic';
    letter-spacing: .05rem;
    font-size: 1.25rem;
    font-weight: 500;
    margin-right: 16px;
    color: #FFED64;
}
.content-wrap .faq-list .ac-parent h3 {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
}

li.ac-box {
    border: 1px solid #61C3DF;
    margin-top: 50px;
}

.last-ac-box {
    margin-bottom: 60px;
}

h3.add-symbol {
    text-align: center;
    font-size: 25px;
    margin: 50px 0 60px 0;
}

footer.menu {
    padding: 50px 0px;
    background-color: blue;
}

@media screen and (max-width: 768px){ 
    .content-wrap .faq-list .ac-parent h3 {
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
    }
}