.content-card-heading-wrapper{margin-bottom:22px}.content-card-title{font-size:16px;line-height:1}.content-card-content{margin-bottom:30px}.content-card-content p{font-family:var(--font-sarabun);font-size:18px}.content-card-content p:has(+p){margin-bottom:14px}.content-card-wrapper{display:grid;font-family:var(--font-sarabun);gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.content-card{background-color:var(--white);border:1px solid var(--gray);border-radius:16px;box-shadow:0 10.08px 12.6px 0 #a4a4a412;padding:20px 24px}.content-card>:last-child{margin-bottom:0!important}.content-card-img-content{margin-bottom:10px}.content-card-img{border-radius:10px;display:block;height:100%;width:100%}.content-card-descrpition{margin-bottom:20px}.content-card-descrpition>*{margin-bottom:12px}.content-card-descrpition p,.content-card-descrpition ul{font-size:16px;line-height:1.3}.content-card-descrpition ul{list-style:disc;padding-left:18px}.content-card-descrpition ul li:not(:first-child){margin-top:6px}@media screen and (max-width:991px){.content-card-content p{font-size:16px}.content-card-wrapper{gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.content-card{padding:16px 20px}}@media screen and (max-width:575px){.content-card-wrapper{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (max-width:991px) and (min-width:576px){.content-card:nth-child(odd):last-child{grid-column:span 2;margin-inline:auto;max-width:calc(50% - 7px)}}