.sectionA h1 { font-size: 24px; color: #3f5ab8; text-align: center; margin-bottom: 20px; }

.sectionA .other { margin-bottom: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; justify-items: center; text-align: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.sectionA .other a { font-size: 14px; color: #6a6a6a; }

.sectionA .content p { font-size: 16px; color: #696969; line-height: 2.5; text-indent: 2em; }

.sectionA .linklist { margin-top: 50px; padding-top: 50px; border-top: 1px solid #cacaca; padding-bottom: 50px; }

.sectionA .linklist a { font-size: 16px; color: #484848; -webkit-transition: 0.5s ease all; transition: 0.5s ease all; display: block; margin: 10px 0; }

.sectionA .linklist a.active, .sectionA .linklist a:hover { color: #3f5ab8; }

@media (max-width: 575px) { .sectionA .linklist { padding-top: 30px; padding-bottom: 30px; margin-top: 30px; }
  .sectionA h1 { font-size: 18px; } }

