.single-message{
    padding: var(--padding);
    height: unset;
    width: 100%;
}
.single-message .section-content{
    gap:var(--gap);
}
.single-message .section-item:first-of-type{
    margin-bottom: 2rem;
}
.single-message .section-item p{
    margin-bottom: auto;
}
@media (min-width:992px) {
.single-message .section-item:first-of-type{
    margin-bottom: 0rem;
}
}
@media (min-width:1300px) {

}