.section-03{
    font-family: "Lato", sans-serif;
    margin: 0 auto;
}

.section-03 .right-text{
    color: #006EFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 60px auto;
}
.section-03 .is-right-container{
    max-width: 1070px;
    margin: 0 auto;
}
.section-03 .is-right-container-image{
    display: none;
}
.section-03 .box-row{
    flex-wrap: nowrap;
    border-right: 3px solid transparent;
    border-image: url(assets/right-border.png) 50 round;
}
.section-03 .box{
    max-width: 500px;
    text-align: left;
    margin: 0 auto;
}
.section-03 .box .heading{
    color: #006EFF;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0px;
}
.header-container{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.section-03 .box .sign{
    max-width: 30px;
}
.section-03 .box .p-sign{
    max-width: 25px;
    margin-right: 10px;
}
.section-03 .box .thumb-up, .section-03 .box .no-image{
    display: none;
}
.section-03 .box .des{
    color: #4A4A4A;
    font-family: Tahoma;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 0px;
    border-bottom: 2px dashed #006EFF;
    margin-right: 40px;
}

.section-03 .client-text{
    color: var(--heading, #333);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 40px auto;
    margin-top: 120px;
}
.section-03 .client-text .blue-text{
    color: #006EFF;
}

.section-03 .review{
    width: 335px;
    border: 0.5px solid rgba(77, 153, 253, 0.50);
    border-radius: 8px;
    padding:10px;
    margin: 0 auto;
    margin-bottom:40px;
}
.section-03 .review .checked {
    color: #FFCA00;
    width: 17px;
    height: 17px;
}
.section-03 .review .summary{
    color: var(--Dark, #2C3E50);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-decoration: underline;
    margin-top:15px;
}
.section-03 .review .comment{
    color: var(--Body-Color, #4A4A4A);
    text-align: center;
    font-family: Tahoma;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin:30px auto;
    margin-bottom:0;
}
.section-03 .review .owner{
    color: var(--Body-Color, #4A4A4A);
    font-family: Tahoma;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

@media only screen and (max-width: 1000px) {
    .section-03 .box-row{
        flex-direction: column;
        gap:170px;
    }
    .section-03 .client-text{
        margin-top: 250px;
    }
    .review-row{
        gap:10px;
    }
}

@media only screen and (max-width: 770px) {
    .section-03 .client-text{
        margin-top: 400px;
    }
}

@media only screen and (max-width: 650px) {
    .section-03 .right-text{
        display: none;
        font-size: 20px;
        line-height: 22px;
        margin: 30px auto;
    }
    /* .section-03 .box .thumb-up, .section-03 .box .no-image{
        display: inline-block;
        width: 158px;
        height: 99px;
        aspect-ratio: 158/99;
    } */
    .section-03 .is-right-container{
        display: none;
    }
    .section-03 .is-right-container-image{
        display: block;
        max-width: 370px;
        margin: 0 auto;
    }
    .section-03 .is-right-container-image img{
        width: 100%;
    }
    .header-container{
        display: flex;
        justify-content: start;
        align-items: center;
    }
    .section-03 .box{
        width: 335px;
        height: 289px;
        text-align: left;
        margin: 0 auto;
    }
    .section-03 .box-row{
        border: none;
    }
    .section-03 .box .sign{
        max-width: 25px;
    }
    .section-03 .box .p-sign{
        max-width: 20px;
    }
    .section-03 .box-col{
        margin-bottom: 170px;
    }
    .section-03 .box .heading{
        font-family: "Hanken Grotesk";
        font-size: 18px;
        line-height: 15px;
        /* margin-bottom: 40px; */
    }
    .section-03 .box .des{
        font-family: Tahoma;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .section-03 .client-text{
        font-size: 20px;
        line-height: 30px;
        margin: 20px auto;
        margin-top: 20px;
        max-width: 350px;
    }
    .section-03 .client-text .blue-text{
        color: #006EFF;
    }

    .section-03 .review{
        width: 335px;
        border-radius: 5px;
        padding:10px;
        margin-bottom:10px;
    }
    .section-03 .review .summary{
        font-size: 18px;
        font-weight: 600;
        line-height: 20px; /* 111.111% */
    }
    .section-03 .review .comment{
        font-size: 16px;
        line-height: 25px;
        margin-top:15px;
        margin-bottom:0;
    }
    .section-03 .review .owner{
        font-size: 16px;
        line-height: 25px;
    }
}