.page-details {
    padding-bottom: 20px!important;
}
.page-details .page-details-wrap .details-div {
    padding-bottom: 50px;
}


.offer-details {
    position: relative;
    z-index: 1;
}
.offer-details .contents {
    justify-content: space-between;
    padding-bottom: 80px;
}
.offer-details .contents .left, .offer-details .contents .right {
    width: 47%;
}
.offer-details .contents .title {
    font-family: var(--noto);
    font-size: 30px;
    color: var(--medium-blue);
    padding-bottom: 15px;
}
.offer-details .contents .description {
    font-family: var(--open);
    font-size: 16px;
    color: var(--medium-blue);
    line-height: 30px;
}
.offer-details .contents .description .point {
    display: flex;
    padding-bottom: 5px;
}
.offer-details .contents .description .point .content-left {
    width: 3%;
}
.offer-details .contents .description .point .content-right {
    width: 97%;
}
.offer-details .blue-btn {
    margin: auto;
}





/* Responsive */
@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1536px) {
    .page-details .page-details-wrap .details-div {
        padding-bottom: 20px;
    }
    .offer-details .contents .title {
        font-size: 27px;
        padding-bottom: 10px;
    }
    .offer-details .contents .description {
        font-size: 14px;
    }
    .offer-details .contents {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 768px) {
    .page-details .page-details-wrap .details-div {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 428px) {
    .offer-details .contents .title {
        font-size: 25px;
        padding-bottom: 5px;
    }
    .offer-details .contents {
        flex-wrap: wrap;
        padding-bottom: 40px;
    }
    .offer-details .contents .left, .offer-details .contents .right {
        width: 100%;
    }
    .offer-details .contents .left {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
}
/* Responsive */