.power-day-support {
    width: 100%;
    overflow: hidden;
}

.power-day-box {
    background: #fdeaea;
    padding: 50px;
    margin-top: 80px;
    margin-bottom: 80px;
    border-radius: 20px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.power-day-box .paragraph {
    margin-bottom: 20px;
    line-height: 1;
}
.power-day-box .paragraph:last-child {
    margin-bottom: 0;
}

.power-day-box h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}


.power-day-amounts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 20px 0 25px;
}

.amount-label {
    font-weight: bold;
    margin-top: 50px;
}

.power-day-amounts .single_amount {
    flex: 1;
}

.amount_description {
    font-size: 0.8rem;
    margin-top: 10px;
    opacity: 0.7;
    text-align: center;
    line-height: 1;
}

.power-day-amounts .single_amount button {
    background: #b71c1c;
    color: #fff;
    border: none;
    padding: 10px 5px;
    cursor: pointer;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    min-height: 50px;
    font-size: 24px;
}

.power-day-amounts button.other {
    font-size: 0.8rem;
}

.power-day-amounts input {
    padding: 12px;
    width: 120px;
    border: 1px solid #ccc;
    flex: 1;
}

.power-day-pay {
    background: transparent;
    border: 2px solid #b71c1c;
    color: #b71c1c;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    background-color: #fff;
    margin-left: auto;
    display: table;
    
}

.row_box {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    /* margin: 0 -15px; */
}

.row_box .left_box {
    width: calc(70% - 15px);
    z-index: 2;
    position: relative;

    
}

@media (max-width: 992px) {
    .row_box .left_box {
        width: 100%;
    }

    .power-day-box {
        margin-bottom: 0;
        padding: 30px;
        font-size: 1rem;
    }

    .power-day-box h2 {
        font-size: 22px;
    }

    .power-day-amounts .single_amount {
        min-width: 100px;
        margin-bottom: 10px;
    }
}


.row_box .right_box {
    width: calc(30% - 15px);
}

@media (max-width: 992px) {
    .row_box .right_box {
        width: 100%;
        min-height: 300px;
    }
}

.power-day-image-container {
    width: 100%;
    height: 100%;
    position: relative;
   
}

.power-day-image-container .power-day-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin-left: -200px;
    width: 3000px;
    background-color: #c8a7a7;
    background-size: cover;
    background-position: center;
}

#image-10-11 {
    height: 100px;
    width: 100px;
}