.fs-28 {font-size: 28px}
.wrap-top-good {
    margin-bottom: 40px;
}
.wrap-top-good .blue-bg {
    background-color: var(--color-light-blue);
    border-radius: 8px;
    padding: 40px;
    display: grid;
    grid-template-columns: 3fr 7fr;
    height: 320px;
}
.wrap-top-good .blue-bg .left {
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
}
.wrap-top-good .blue-bg .left .title {
    width: 200px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
}
.wrap-top-good .blue-bg .left .period {
    color: #fff;
    width: 200px;
    text-align: center;
    line-height: 56px;
    font-family: Arial;
    font-size: 60px;
    font-weight: 800;
}
.wrap-top-good .blue-bg .left .text {
    border-radius: 8px;
    margin-top: 10px;
    background-color: var(--color-yellow);
    width: 200px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding: 6px;
}
.wrap-top-good .blue-bg .right {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
    display: flex;
    justify-content: space-around;
}
.wrap-top-good .blue-bg .right .name {
    width: 310px;
    display: grid;
    align-content: center;
}
.wrap-top-good .blue-bg .right .name .title {
    font-size: 24px;
    margin-bottom: 80px;
}
.wrap-top-good .blue-bg .right .name .old-price {
    text-decoration: line-through;
    color: var(--color-grey);
    font-weight: 600;
    font-size: 28px;
}
.wrap-top-good .blue-bg .right .name .price {
    display: flex;
    font-weight: 600;
    font-size: 46px;
    font-family: Arial;
}
.wrap-top-good .blue-bg .right .wrap-o-btn .o-btn {
    height: 54px;
    width: 140px;
    margin-left: 30px;
    font-size: 20px;
    font-weight: 400;
}
.wrap-top-good .blue-bg .right .img {
    height: 240px;
    width: 260px;
}
.wrap-top-good .blue-bg .right .img img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
