.three-grid-btn-wrapper{align-items:center;display:flex;justify-content:center;margin-top:60px}.three-grid-section .img-cover{object-fit:contain}.three-grid-section{padding-block:64px 44px}.three-grid-section .section-heading-wrapper{text-align:center}.three-grid-list{align-items:start;display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:70px}.three-grid-item{border:1px solid var(--gray);border-radius:16px;box-shadow:0 10.08px 12.6px 0 #a4a4a412;display:block;padding:20px 26px}.three-grid-img-content{border-radius:10px;height:150px;margin-bottom:18px;overflow:hidden}.three-grid-img{transition:all .3s ease-in-out}.three-grid-item:hover .three-grid-img{transform:scale(1.1)}.three-grid-title{font-size:25px;font-weight:500;line-height:1.3}.three-grid-item .richtext{margin-top:18px;opacity:70%}.three-grid-item .richtext p{color:#181818;font-family:var(--font-sarabun);font-size:14px;font-weight:500;line-height:1.3}@media screen and (max-width:991px){.three-grid-list{gap:16px;margin-top:50px}.three-grid-item{padding:16px}.three-grid-title{font-size:22px}.three-grid-item .richtext{margin-top:10px}}@media screen and (max-width:767px){.three-grid-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:575px){.three-grid-section{padding-top:50px}.three-grid-list{grid-template-columns:repeat(1,minmax(0,1fr));margin:40px auto 0;max-width:430px}.three-grid-title{font-size:20px}}.three-grid-btn-wrapper .btn-primary{background-color:var(--primary);border:1px solid var(--primary);color:var(--white)}.three-grid-btn-wrapper .btn-primary:hover{background-color:var(--white);color:var(--primary)}