@import url("main.css");

.outer_box_head{
    width: 100%;
    border: solid 1px rgb(84,84,84);
}
.inner_box_head{
    border: solid 1px rgb(205,205,205);
}
.head_box_head{
    border-bottom: solid 1px rgb(205,205,205);
    text-align: center;
}
.content_box_head{
    text-align: center;
    color: rgb(200,200,200);
}

@media only screen and (min-width: 1601px) {
    .inner_box_head{
        margin: 15px;
        padding: 40px;
    }
    .head_box_head{
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .box_head_title{
        font-size: 46px;
        line-height: 40px;
    }
    .box_head_price{
        font-size: 34px;
    }
    .content_box_head{
        font-size: 22px;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 769px) {
    .inner_box_head{
        margin: 10px;
        padding: 30px;
    }
    .head_box_head{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .box_head_title{
        font-size: 36px;
        line-height: 30px;
    }
    .box_head_price{
        font-size: 24px;
    }
    .content_box_head{
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .inner_box_head{
        margin: 10px;
        padding: 30px;
    }
    .head_box_head{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .box_head_title{
        font-size: 30px;
        line-height: 24px;
    }
    .box_head_price{
        font-size: 20px;
    }
    .content_box_head{
        font-size: 16px;
    }
}