.mession{
    background:#000;
    color: rgb(250, 14, 14);
}
.mession-content{
    display: flex;
    margin-top: 100px;

}
.mession-content img{
    max-width:50%;
   

}
.content-right{
    padding: 50px;
}
.content-right h1{
    padding: 10px;
    color:#000152;
    position: relative;
}
.content-right h1::before{
    content: '';
    width: 100px;
    position: absolute;
    bottom:0;
    background:#000152;
  height: 5px;
}

.content-right h1:nth-child(2){
    padding: 10px;
    font-size: 9px;
    color:#000152;
    position: relative;
}
.content-right h1:nth-child(2):before{
    content: '';
    width: 100px;
    position: absolute;
    bottom:0;
    background:#000152;
  height: 5px;
}