.boxshadow{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
   background-color: #efefef;
}
.dddd
{
    display: inline-block;
    width: 46% !important;
    height: 284px;
    margin: 2%;
}
.textcolor{
color: black;
}

.header-image{
    width: 100%;
}

.menu-inline{
    display: flex;
    text-align: center;
    margin-top: 33px;
}

.vl{
    border-left: 1px solid black;
    height: 50px;
}
.title{
   
    margin-top: 20px;
}
.title-description{


    padding-right: 50px;
}

.marg{
    margin-left: 10px;
    margin-right: 10px;
}

.div-section{
    width: 500px;
    height: 400px;
}
.content-img{
    display: inline-block;
    width: 215px;
    height: 100%;
}
.content-box{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #5c0931;
    display: inline-flex;
}

.content-title{
    font-size: 16px;
    font-family:Arial;
    padding-left: 33px;
    text-align: left;
    padding-top: 10px;
}

.content-text{
    font-size: 14px;
    font-family:Arial;
    text-align: left;
}