.BoxRadius {
    max-width: 600px;
    margin: 0 auto;
}

.BoxRadius .BoxRadius_Title {
    background: #f58e59;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    margin-bottom: 0;
}

.BoxRadius .BoxRadius_Cont {
    background: #fddbc4;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.BoxRadius .Cont_Child {
    border-radius: 15px;
    border: solid #f58e59 3px;
    background: #fff;
    max-width: 450px;
    margin: 10px auto;
    padding: 10px;
}

.BoxRadius .Cont_Child_Title {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

.BoxRadius .BoxRadius_Cont p{
    margin-bottom: -1px;
}