.sectionA { padding-bottom: 90px; }

@media (max-width: 575px) { .sectionA { padding-bottom: 30px; } }

.sectionA ul li a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 25px 0; border-bottom: 1px dashed #cecece; }

.sectionA ul li a:hover .img img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.sectionA ul li a .img { overflow: hidden; }

.sectionA ul li a .img img { -webkit-transition: 0.5s ease all; transition: 0.5s ease all; }

.sectionA ul li a:hover .text .title { color: #3154ad; }

.sectionA ul li a .text { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin-left: 35px; margin-right: 35px; }

.sectionA ul li a .text .title { font-size: 18px; -webkit-transition: 0.5s ease all; transition: 0.5s ease all; color: #262626; margin-bottom: 20px; }

.sectionA ul li a .text .date { font-size: 14px; color: #a2a2a2; }

.sectionA ul li a .more { font-size: 16px; color: #fff; width: 134px; height: 42px; border-radius: 5px; background: #3154ad; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 575px) { .sectionA ul li a { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .sectionA ul li a .text { text-align: center; margin: 20px 0; }
  .sectionA ul li a .text .title { font-size: 16px; margin-bottom: 10px; }
  .sectionA ul li a { padding: 20px 0; }
  .sectionA ul li a .more { width: auto; height: auto; font-size: 12px; padding: 10px 15px; } }

