.top-title{
    display: block;
    text-align: center;
    margin-top: 35px;
    padding-bottom: 35px;
    font-size: 24px;
    font-weight: 500;
}
.top-title h2{
    font-size: 24px;
    font-weight: 500;

}
.title {
    display: block;
    width: 100%;
    background-color: #1e2835;
    padding: 15px 20px;
    border-radius: 15px;
  }
  .title h2 {
    display: block;
    font-size: 16px;
    font-weight: 500;
  }
  .outer{
    display: block;
    margin: 35px 10px 0 10px;
}
.outer p{
    display: block;
    margin: 25px 10px;
    padding-left: 10px;
    font-size: 16px;
    word-spacing: 1px;
    line-height: 1.4;
    font-weight: 500;
    color: rgb(231, 229, 229);
    text-align: justify;
}
@media (max-width:639px){
  .outer p{
  font-size: 14px;
  margin: 10px 10px;
  line-height: 1.1;
}
}