
.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: 20px;
    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 img {
    width: 150px;
    margin-left: -75px;
}
.warranty-wgyc-box img {
    width: 145px !important;
    margin-left: -70px !important;
}

.wgyc-box .text {
    position: absolute;
    top: 10px;
    left: 100px;
    padding-right: 100px;
    /* padding-right: 150px; */
    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: 50px 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: 14px;
    font-weight: 500;
}

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

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

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

@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;
    }
    .warranty-wgyc-box img {
        width: 145px !important;
        margin-left: unset !important;
    }

    .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;
    }
}

.download-container {
    text-align: center;
    margin-bottom: 40px;
    margin-top: -20px;
}
.btn-primary {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    font-size: 15.5px;
    line-height: 1.1764805882;
    font-weight: 400;
    font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    min-width: 80px;
    padding: 10px 20px;
    border-radius: 98px;
    border: none;
    background: #0071e3;
    color: #fff;
    --sk-button-margin-horizontal: 14px;
    --sk-button-margin-vertical: 14px;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #6fa9ff;
    border-color: #007bff;
}

.policy-coverage-p {
    font-size: 15px;
}

.rma-process-bottom-note {
    display: block; 
    padding-right: 35px;
}
.download-brochure {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}
@media (max-width: 400px) {
    .warranty-main-title {
        line-height: 35px;
    }
}
@media (max-width: 816.98px) {
    .policy-coverage {
        padding: 10px 0 !important;
    }
}
@media (max-width: 816.98px) {
    .policy-coverage-p {
        margin-left: 5%;
        margin-right: 5%;
    }
    .policy-coverage {
        font-weight: 500; 
        font-size: 24px; 
        padding-bottom: 0;
    }


    .rma-process-left {
        display: flex;
        align-items: baseline;
        justify-content: center;
        margin-top: 35px;
        margin-bottom: 10px;
    }
    .rma-process-left-hand {
        max-height: 300px;
    }
    .rma-process-right-hand {
        max-height: 200px;
    }
    .rma-process-container {
        /* margin-bottom: 100px; */
        position: relative;
    }
    .rma-process-hand-container {
        margin-top: 30px;
    }
    
    .rma-bottom-row {
        padding: 0 20px;
    }
    .rma-process-bottom {
        background: #F2F2F2;
        width: 100%;
        /* bottom: -7px; */
        height: 92px;
        border-radius: 18px;
        margin-top: 20px;
    }
    .rma-process-bottom-note {
        height: 75px;
        display: flex;
        align-items: center;
    }
}


@media (min-width: 817px) and (max-width: 1129.98px)  {

    .policy-coverage {
        font-weight: 500; 
        font-size: 34px; 
        padding-bottom: 0;
    }

    .rma-bottom-row {
        margin-left: -33px !important;
    }
    .rma-process-bottom {
        background: #F2F2F2;
        position: absolute;
        width: 100%;
        bottom: -7px;
        height: 92px;
        border-radius: 18px;
    }
    
    .rma-process-left {
        display: flex;
        align-items: baseline;
        justify-content: center;
        margin-top: 35px;
        margin-bottom: -14px;
    }
    .rma-process-left-hand {
        max-height: 300px;
    }
    .rma-process-right-hand {
        max-height: 200px;
    }
    .rma-process-container {
        /* margin-bottom: 100px; */
        position: relative;
    }
    .rma-process-hand-container {
        margin-top: 85px;
    }
    
    .rma-process-bottom-note {
        height: 75px;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 1130px) {

    .policy-coverage {
        font-weight: 500; 
        font-size: 34px; 
        padding-bottom: 0;
    }
    .rma-process-container {
        position: relative;
    }
    .rma-bottom-row {
        margin-left: -33px !important;
    }
    .rma-process-bottom {
        background: #F2F2F2; 
        position: absolute; 
        width: 100%; 
        bottom: -7px; 
        height: 70px; 
        border-radius: 18px;
    }
    
    .rma-process-left {
        display: flex;
        align-items: baseline;
        justify-content: center;
        margin-top: 35px;
        margin-bottom: -14px;
    }
    .rma-process-left-hand {
        max-height: 350px;
    }
    .rma-process-right-hand {
        max-height: 250px;
    }
}