*{
    margin: 0;
    padding: 0;
}
body{
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.hero-title{
    font-size: 1.5em;
    font-weight: bold;
    color: #253c84;
}

#main-wrapper{
    position: relative;
    padding-top: 40px;
}
.body-container{
    margin-top: 20px;
    text-align: left;
}
.body-text{
    font-weight: bold;
    font-size: 1.3em;
    text-justify: inter-word;
}
.body-text{
    font-weight: bold;
    font-size: 1.3em;
    text-justify: inter-word;
}
span{
    color: #253c84;
}
q:before{
    font-size: 3em;
    line-height: 0;
    color: #74ad42;
    
}
q:after{
    display: none;
}

.site-footer{
    margin-top: 4em;
}
.site-footer h5{
    color: #74ad42;
    font-weight: bold;
}
.social-icon-link{
    font-size: 2em;
    color: #253c84;
}

.centers{
    margin-top: 5em;
}
.psmallimage{
    width: 80%;
}
.centers .text-center{
    margin-bottom: 2em;
}

.headline:after {
  content: "";
  display: block;
  width: 60px;
  height: 6px;
  background: #74ad42;
  position: relative;
    border-radius: 2em;
    margin: 0 auto;
    margin-top: 0.4em;
}
.h20{
    margin-bottom: 10px;
}