.guide-cards{margin:0 auto;max-width:1280px;width:90%}.guide-cards__list{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);list-style-type:none;padding-left:0}.guide-cards__content{max-width:640px;width:100%}.guide-cards__list .guide-card{background-color:#fff;border:1px solid #d0d7dc;border-radius:10px;display:flex;flex-direction:column;position:relative;transition:all .3s}.guide-cards__list .guide-card:hover{box-shadow:0 10px 20px #00000014}.guide-cards__list .guide-card .guide-card__image .guide-card__image-image{border-top-left-radius:10px;border-top-right-radius:10px;height:115px;object-fit:cover;width:100%}.guide-cards__list .guide-card .guide-card__image .guide-card__icon{border-bottom-right-radius:100px;border-top-left-radius:10px;height:78px;left:0;position:absolute;top:0;width:78px}.guide-cards__list .guide-card .guide-card__image .guide-card__icon img{height:30px;left:18px;position:relative;top:15px;width:30px}.guide-cards__list .guide-card .guide-card__inner{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:30px 20px 20px}.guide-cards__list .guide-card .guide-card__content{padding-bottom:30px}.guide-cards__list .guide-card .title{color:#000;font-size:20px;font-weight:700;margin-bottom:20px}.guide-cards__list .guide-card .description{color:#000;font-size:16px;font-weight:300;margin-bottom:20px}.guide-cards__list .guide-card .guide-card__content a{color:#000;font-size:16px;font-weight:700;text-decoration:underline}.guide-cards__list .guide-card .guide-card__content a:hover{opacity:.6}.guide-cards__list .guide-card .guide-card__recommend{display:flex;flex-direction:column;font-size:14px;font-weight:700}.guide-cards__list .guide-card .guide-card__recommend>div{margin-bottom:10px}.guide-cards__list .guide-card .guide-card__recommend ul{margin:0;padding-left:20px}.guide-cards__list .guide-card .guide-card__recommend ul li{margin-bottom:0}.guide-cards__list .guide-card .guide-card__recommend ul li::marker{color:#00a0df}.guide-cards__list .guide-card .guide-card__recommend ul li a{color:#007cad;font-weight:400;text-decoration:underline}.guide-cards__list .guide-card .guide-card__recommend ul li a:hover{color:#9d1d96}@media (max-width:767px){.guide-cards__list{display:block}.guide-card{margin-bottom:30px}}