.box-head{
    margin-top: 100px;
    border: 2px solid;
    border-radius: 10px;
    background: #f5f5f5;
}
.green-box{
    margin-top: 100px;
    border-radius: 10px;
    background: #003c32;

}
.green-box p{
    color: #fff;
    font-size: 1.2rem;
    text-align: justify;
}
.aside .box-yellow{
    background-color: #ffb500;
    height: 200px;
    position: relative;
    filter: drop-shadow(4px 0px -6px var(--bg-green));
    clip-path: polygon(25% 0px, 100% 0px, 100% 100%, 0px 100.5%, 0px 30%);
    margin-top: 60px;
    padding: 30px;
}

.aside .box-yellow span{
    color: #003c32;
    font-weight: 500;
    font-size: 1.1rem;
}

.aside .box-yellow button{
    background: #003c32;
    color: white;
}
.aside .box-yellow .bottom-div{
    text-align: center;
    margin-top: 30px;
}
.aside .box-green{
    background-color: #003c32;
    position: relative;
    filter: drop-shadow(4px 0px -6px var(--bg-green));
    clip-path: polygon(15% 0px, 100% 0px, 100% 100%, 0px 100.5%, 0px 30%);
    margin-top: 60px;
    padding: 30px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}
.aside .box-green span{
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
}

.aside .box-green button{
    background: #ffb500;
    color: #003c32;
}
.aside .box-green .bottom-div{
    text-align: center;
    margin-top: 30px;
}

.aside .news{

    margin-top: 20px;
}

.main-box{
    background: #f5f5f5;
    border-radius: 10px;
    margin-top: 20px;
    padding: 30px;
}
.main-box .box-shadow{
    background: #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 40px;
    border-radius: 10px;
    padding: 20px;
}
p{
    font-size: 1.1rem;
}
.yellow-text{
    color: #ffb500;
}
.main-bix .ico{
    width: 100%;
    height: 50px;
}
.btn-panel{
    color: #000;
    border-radius: 10px !important;
    text-decoration: none;
    font-size: 20px;
    margin-right: 20px;
}
.content-box{
    position: absolute;
    background: #000000cf;
    color: #fff;
    clip-path: polygon(10% 0px, 100% 0px, 100% 100%, 0px 100%, 0px 10%);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}
.content-box p{
    color: #fff;
}
.content-box svg{
    margin: 10px;
    fill: white;
}
.title-box{
    font-family: 'Yekan-ExtraBlack' !important;
    font-size: 1.3rem !important;
}
.box {
    width: unset;
    height: unset;
}