.text-block {
   margin-top: 24px;
   margin-bottom: 56px;
}
.text-block-title {
   color: #111;
   font-size: 28px;
   font-style: normal;
   font-weight: 500;
   line-height: 35px;
   margin-bottom: 24px;
   padding-top: 56px;
}
.text-block-title > * {
   color: #111;
   font-size: 28px;
   font-style: normal;
   font-weight: 500;
   line-height: 35px;
}
.text-block-text {
   color: #555;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 32px; 
}
.text-block-text ul {
   list-style-type: none;
}
.text-block-text ul li {
   margin-bottom: 5px;
}
.text-block-text ul li:last-child {
   margin-bottom: 0px;
}
.text-block-text * {
   margin-bottom: 16px;
}
.text-block-text *:last-child {
   margin-bottom: 0px;
}
.text-block-text strong {
   color: #111;
}
.text-block-text p {
   color: #555;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 32px; 
}
.text-block-text a {
   color: #555;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 32px; 
   text-decoration: underline;
}
.text-block-text a:hover {
   text-decoration: none;
}
.text-block strong {
   font-weight: 600 !important;
}
@media screen and (max-width: 992px) {
   .text-block {
      margin-bottom: 60px;
   }
   .text-block-text p, 
   .text-block-text,
   .text-block-text a {
      font-size: 16px;
      line-height: 30px;
   }
   .text-block-text * {
      margin-bottom: 24px;
   }
}