#company h2,
#message h2{
    display: inline-block;
    position: relative;
}
#company h2:before,
#message h2:before{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color:#009a43;
}
.message-text{
  border: solid 3px rgb(237,109,0,25%);
  border-radius: 10px;
}

@media (min-width: 768px){
  
}

@media (max-width: 991px){
  
}

@media (max-width: 767px){
  
}

@media (max-width: 575px){
  
}


