.h2-head{
    display: inline-block;
    background: #003c32;
    color: #fff;
    padding: 1rem;
    border-radius: 10px;
    font-weight: 700;
}
.date-head{
    float: left;
}
.box .box-head{
    background-color: var(--bg-green);
    padding: 10px 10px 0;
    height: 50px;
    position: relative;
    filter: drop-shadow(4px 0px -6px var(--bg-green));
    clip-path: polygon(15% 0px, 100% 0px, 100% 100%, 0px 100%, 0px 100.02%);
    color: #fff;
}
.box .box-head span{
    color: #fff;
}
.box .box-content{
    border: 1px solid #10483f;
    padding: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 20px;
}

.box-center .box-head{
    background-color: #ffb500;
    padding: 10px 10px 0;
    height: 50px;
    position: relative;
    filter: drop-shadow(4px 0px -6px #ffb500);
    clip-path: polygon(5% 0px, 100% 0px, 100% 100%, 0px 100%, 0px 100.02%);
    color: #fff;
}
.box-center .box-head span{
    color: #000;
    font-weight: 400;
}
.box-center .box-content{
    border: 1px solid #ffb500;
    padding: 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
    .box-center .box-head {
        clip-path: polygon(15% 0px, 100% 0px, 100% 100%, 0px 100%, 0px 100.02%);
    }
}
footer .bottom-shape-footer {
    left: 0px;
}
footer{
    overflow: hidden;
}
.box{
    height: auto;
    width: auto;
}