- 2025
- 2024
- 2023
.container-wrapper1 {
display: flex;
font-family:’sarabun’ sans-serif;
flex-wrap: wrap;
justify-content: left;
gap: 30px;
padding: 1px 20px;
}
.box1 {
transition: box-shadow 0.3s;
width: 306px;
background: #fff;
border-radius: 10px;
border: 1px solid #EAEAEA;
overflow: hidden;
}
.box1:hover {
box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.1);
}
.box1 img {
width: 100%;
height: auto;
border-radius: 10px 10px 0 0;
}
.box1-content {
padding: 20px;
}
.box1-title {
font-size: 17px;
font-weight: 600;
color: #3C3C3C;
line-height:1.3em;
margin-bottom: 8px;
}
.box1-date {
font-size: 16px;
color: #666666;
}
@media (max-width: 768px) {
.container-wrapper1 {
padding: 20px 10px;
gap: 20px;
}
.box1 {
width: 90%;
max-width: 360px;
}
}
@media (max-width: 480px) {
.box1-title {
font-size: 16px;
}
.box1-date {
font-size: 14px;
}
}
.container-wrapper1 {
display: flex;
font-family:’sarabun’ sans-serif;
flex-wrap: wrap;
justify-content: left;
gap: 30px;
padding: 1px 20px;
}
.box1 {
transition: box-shadow 0.3s;
width: 306px;
background: #fff;
border-radius: 10px;
border: 1px solid #EAEAEA;
overflow: hidden;
}
.box1:hover {
box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.1);
}
.box1 img {
width: 100%;
height: auto;
border-radius: 10px 10px 0 0;
}
.box1-content {
padding: 20px;
}
.box1-title {
font-size: 17px;
font-weight: 600;
color: #3C3C3C;
line-height:1.3em;
margin-bottom: 8px;
}
.box1-date {
font-size: 16px;
color: #666666;
}
@media (max-width: 768px) {
.container-wrapper1 {
padding: 20px 10px;
gap: 20px;
}
.box1 {
width: 90%;
max-width: 360px;
}
}
@media (max-width: 480px) {
.box1-title {
font-size: 16px;
}
.box1-date {
font-size: 14px;
}
}
.container-wrapper1 {
display: flex;
font-family:’sarabun’ sans-serif;
flex-wrap: wrap;
justify-content: left;
gap: 30px;
padding: 1px 20px;
}
.box {
transition: box-shadow 0.3s;
width: 306px;
background: #fff;
border-radius: 10px;
border: 1px solid #EAEAEA;
overflow: hidden;
}
.box:hover {
box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.1);
}
.box img {
width: 100%;
height: auto;
border-radius: 10px 10px 0 0;
}
.box-content {
padding: 20px;
}
.box-title {
font-size: 17px;
font-weight: 600;
color: #3C3C3C;
line-height:1.3em;
margin-bottom: 8px;
}
.box-date {
font-size: 16px;
color: #666666;
}
@media (max-width: 768px) {
.container-wrapper1 {
padding: 20px 10px;
gap: 20px;
}
.box {
width: 90%;
max-width: 360px;
}
}
@media (max-width: 480px) {
.box-title {
font-size: 16px;
}
.box-date {
font-size: 14px;
}
}