
.container {
    text-align: justify;
    padding-top: 40px;
    max-width: 1206px;
}

.main-title {
    text-align: center;
    margin-bottom: 30px;
}

.row {  
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.one-side {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

p.bold, span.bold {
    font-weight: 600;
}

p {
    margin-bottom: 5px;
    line-height: 1.5;
}

h1, h3 {
    font-weight: 500;
}

h3 {
    font-size: 19px;
}

h2 {
    font-weight: 500;
    padding-bottom: 20px;
}

.wgyc-box {
    border-radius: 20px;
    position: relative;
    background: #f6f6f6;
    margin-left: 75px;
}

/* .wgyc-box .image {
    flex: 10%;
} */

.wgyc-box img {
    width: 150px;
    margin-left: -75px;
}

.wgyc-box .text {
    position: absolute;
    top: 10px;
    left: 100px;
    padding-right: 100px;
    right: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 165px;
}

.warranty-list li {
    list-style: none;
    display: grid;
    grid-template-columns: 36px auto;
    margin-bottom: 5px;
}

.warranty-terms {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
}

.warranty-side {
    display: flex;
    justify-content: center
}

.warranty-list li .text {
    /* font-size: 16px; */
    font-weight: 400;
}

.check-icon {
    background: url('/common/pricelist/assets/icons/check-icon-blue.svg');
    display: block;
    background-position: 0 center;
    background-size: 100% 100%;
    height: 16px;
    background-repeat: no-repeat;
    margin-top: 5px;
}
.check-icon-green {
    background: url('/common/pricelist/assets/icons/check-icon-green.svg');
    display: block;
    background-position: 0 center;
    background-size: 100% 100%;
    height: 16px;
    background-repeat: no-repeat;
    margin-top: 5px;
}

.times-icon {
    background: url('/common/pricelist/assets/icons/times-icon.svg');
    display: block;
    background-position: center;
    background-size: 100% 100%;
    height: 24px;
    background-repeat: no-repeat;
    margin-top: 4px;
}

.tc-endnote {
    color: #a1a1a1;
    font-style: italic;
    margin-top: 40px;
}

.bank-info-container {
    background: #f0f0f0;
    border-radius: 12px;
    padding: 30px 60px;;
    font-size: 15px;
    margin-bottom: 20px;
}

@media (max-width: 1300px) {
    .container {
        margin: 40px;
        padding-top: 100px;
    }
}

@media (max-width: 790px) {
    .container {
        margin: 40px;
    }

    .row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .warranty-terms {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 816px) {
    .wgyc-box {
        margin-left: 0;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 20px;
    }

    /* .wgyc-box .image {
        flex: 10%;
    } */

    .wgyc-box img {
        width: 150px;
        margin-left: unset;
    }

    .wgyc-box .text {
        position: initial   ;
        padding-right: unset;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-height: unset;
    }
}

@media (max-width: 500px) {
    .warranty-list li .text {
        font-size: 14px;
    }

    .check-icon {
        height: 18px;
    }

    .times-icon {
        height: 18px;
    }
}
