#section_article_list_wrapper {display: flex;flex-direction: row;justify-content: space-between;min-height: 290px;}#section_article_list_wrapper .skeleton {animation: skeleton-loading 1s linear infinite alternate;border-radius: 7px;display: block;}@keyframes skeleton-loading {0% {background-color: #c2cfd6;}100% {background-color: #f0f3f5;}}#section_article_list_wrapper .card {align-items: center;border: 1px solid #eee;border-radius: 15px;column-gap: 15px;display: flex;flex-direction: row;justify-content: start;margin: 0 auto 15px;padding: 10px 15px;width: 49%;}#section_article_list_wrapper .card:last-child {margin-bottom: 0;}#section_article_list_wrapper .card:nth-last-child(2) {margin-bottom: 0;}@media (max-width: 767px) {#section_article_list_wrapper .card {margin: 0 auto 10px;padding: 10px;width: 94%;}#section_article_list_wrapper .card:nth-last-child(2) {margin-bottom: 10px;}}#section_article_list_wrapper .card .img-wrapper {width: 120px;}@media (max-width: 767px) {#section_article_list_wrapper .card .img-wrapper {width: 110px;}}#section_article_list_wrapper .card .img-wrapper .skeleton.img {border-radius: 15px;height: 100px;}@media (max-width: 767px) {#section_article_list_wrapper .card .img-wrapper .skeleton.img {height: 80px;}}#section_article_list_wrapper .card .content-wrapper {height: fit-content;width: 80%;}@media (max-width: 767px) {#section_article_list_wrapper .card .content-wrapper {width: 280px;}}#section_article_list_wrapper .card .content-wrapper .skeleton.tag {height: 14px;margin-bottom: 5px;width: 70px;}#section_article_list_wrapper .card .content-wrapper .skeleton.text {height: 10px;margin-bottom: 5px;}#section_article_list_wrapper .card .content-wrapper .skeleton.text:last-child {margin-bottom: 0;}#section_article_list_wrapper .card .content-wrapper .skeleton.title {height: 20px;margin-bottom: 5px;}@media (min-width: 768px) {#section_article_list_wrapper .col-md-offset-3 {margin-left: 25%;}}#section_article_list_wrapper .card__articles-item-content.no-data {padding-left: 0;width: 100%;}#section_article_list_wrapper .card__articles-item-content.no-data .card__articles-title {font-size: 16px;}.bg-transparent {background: transparent !important;}.h-auto {min-height: auto !important;}