.all-topics-wrapper{padding-bottom:48px}.all-topics-content-title{padding-bottom:48px}.all-topics-content-card-list{display:grid;justify-content:space-between;grid-template-columns:max-content max-content max-content;grid-gap:60px;width:100%}.all-topics-content-card{position:relative;display:flex;justify-content:flex-start;align-items:center;border-bottom:2px solid #d9d9d9;width:330px;height:121px}.all-topics-content-card:hover{cursor:pointer}.all-topics-content-card:hover:after{content:"";background:-moz-linear-gradient(left,#29e7d6 0%,#e1bbf4 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#29e7d6),color-stop(100%,#e1bbf4));background:-webkit-linear-gradient(left,#29e7d6 0%,#e1bbf4 100%);background:-o-linear-gradient(left,#29e7d6 0%,#e1bbf4 100%);background:-ms-linear-gradient(left,#29e7d6 0%,#e1bbf4 100%);background:linear-gradient(to right,#29e7d6 0%,#e1bbf4 100%);display:block;height:2px;width:100%;position:absolute;transition:all .1s ease-in-out;bottom:-2px}.all-topics--topic-name{background-image:linear-gradient(#1f1f1f,#1f1f1f);background-size:0 2px;background-position:0 100%;background-repeat:no-repeat;transition:background .1s linear}.all-topics-content-card:hover .all-topics--topic-name{background-size:100% 2px}.all-topics-content-card-image{display:inline-block;width:88px;height:88px}.all-topics-card--image{object-fit:cover;width:88px;height:88px;border-radius:16px}.all-topics-content-card-title{padding-left:32px}@media screen and (max-width:1240px){.all-topics-content-card-list{grid-template-columns:max-content max-content;justify-content:space-around}}@media screen and (max-width:820px){.all-topics-wrapper{padding-bottom:15px}.all-topics-content-card-list{grid-template-columns:1fr;grid-gap:33px}.all-topics-content-title{padding-bottom:32px}.all-topics-content-card{width:100%}}