﻿.life-verse {
	text-align:left;
    background: #faf7fc;
    border-radius: 12px;
    padding:10px;
}

.life-verse-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #6e4fa3;
    margin-bottom: 25px;
    margin-top:20px
}
.life-verse-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    color: #444;
}
.life-verse p {
    margin-bottom: 22px;
}

.life-h2
{
  /*  font-weight:bold;  */
    color: #7a5ca6;
    margin-top: 0;
    font-size: 1.4rem;
    font-family:Arial, Helvetica, sans-serif;
}

