.text-align{
     text-align: justify;
     font-weight: 500;
     color: rgba(0, 0, 0, 0.753);
 }
 .item-bor{
     box-shadow: 
     0px 0px 5px orangered,
     0px 0px 15px rgb(199, 81, 3)inset;
     border-radius: 5px;
 }
 .content-img img{
     height: 350px;
     width: 100%;
     border-radius: 5px;
     border:2px inset #e79600;
     border-left:3px solid orangered;
     background-color: #fff;
     box-shadow: 0px 0px 15px rgb(146, 142, 142);

 }
 .height_pad{
     padding: 0px;
     min-height: 198px;
 }
 .under_{
     position: relative;
 }
 .under:before{
     content: "";
     position: absolute;
     height: 3px;
     bottom:-3px;
     width: 100%;
     background-color: #e79600;
     left: 10px;
     right: 0;
     clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
     display: block;
 }