
.box__bordered_inner ul{
    position: relative;
    list-style: square;
}
.box__bordered_inner ol {
    position: relative;
    list-style: decimal;
}


.box__bordered h2 {
    color: #aa1414;
    font-family: "Ankerbrot Bold", "Century", serif;    font-size: 36px;
}
.box__bordered{
    padding: 0 !important;
}

.box__bordered{
    background-image: none;
    position: relative;
}

.box__bordered_inner {
    border: 2px solid #aa1414;
    margin: 64px 0 28px 0;
    box-sizing: border-box;
    text-align: center;
    padding: 48px;
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 24px;
}
.box__bordered_inner ul {
    list-style: disc;
}
.box__bordered_inner li, .box__bordered_inner ol {
    margin: 12px 0;
}
.box__bordered_inner h2 {
    position: relative;
    top: -64px;
    padding: 0 8px;
    background-color: #F3F3E9;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width: 580px) {
    .box__bordered_inner {
        margin-top: 42px;
        padding: 24px;
    }
    .box__bordered_inner h2 {
        margin-top: 24px !important;
        margin-bottom: 0 !important;
    }
    .box__bordered:before, .box__bordered:after {
        width: 46%;
    }
}

@media screen and (max-width: 580px) {

    .box__bordered{
        padding-bottom: 1.8rem;
    }
 
}
