.blog-title-container {margin-top: var(--space-m);display: flex;justify-content: center;align-items: center;margin-bottom: var(--space-l);}.blog-title-container h1 {text-align: center;font-weight: 700;font-size: var(--font-size-5);}.post-list {display: grid;grid-template-columns: repeat(2, 1fr);}.post-list > li {display: flex;flex-direction: column;border-right: 1px solid var(--text-color-100);border-bottom: 1px solid var(--text-color-100);}.post-list > li:nth-last-child(1) {border-bottom: none;}.post-list > li:nth-last-child(2) {border-bottom: none;}.post-list > li:nth-child(2n) {border-right: none;}.post-list > li .post-thumbnail-container {width: 393px;height: 189px;border-radius: 12px 12px 0 0;align-self: flex-end;margin: 40px 40px 0 0;aspect-ratio: 350/300;width: clamp(350px, 26.0416666667vw, 500px);}.post-list > li .post-thumbnail-container img {width: clamp(350px, 26.0416666667vw, 500px);aspect-ratio: 350/300;object-fit: cover;}.post-list > li h4 {font-size: 20px;font-weight: 600;}.post-list > li .post-header {padding-right: var(--space-xs);}.post-list > li .post-summary {flex: 1;display: flex;padding: 40px;border-top: 1px solid var(--text-color-100);align-items: center;}.post-list > li .post-description {margin-top: var(--space-2xs-xs);padding-bottom: var(--space-3xs-2xs);font-size: 16px;}.post-list > li .post-read-time {white-space: nowrap;}.post-list > li a {font-size: 10px;padding: 17px;}.post-list > li a span {font-weight: 500;}.post-list > li .post-publish-date {white-space: nowrap;margin-top: var(--space-3xs-2xs);}@media only screen and (max-width: 1280px) {.container {padding-left: 20px;padding-right: 20px;}.call-to-action {padding-left: 0px;padding-right: 0px;}}@media only screen and (max-width: 824px) {.post-list-section {margin: auto;max-width: 100%;}.post-list {grid-template-columns: 1fr;}.post-list > li:nth-last-child(1) {border-bottom: none;}.post-list > li:nth-last-child(2) {border-bottom: 1px solid var(--text-color-100);}.post-list > li .post-summary {flex-direction: column;align-items: flex-start;}.post-list > li .post-header {padding-right: 0;margin-bottom: var(--space-xs);}.post-list > li .post-thumbnail-container {max-width: 262px;}.post-list > li .post-thumbnail-container img {max-width: 100%;}}@media only screen and (max-width: 768px) {.blog-title-container {flex-direction: column;align-items: unset;}.blog-title-container > p {margin-left: auto;}.post-list > li {flex-direction: column;border-right: none;}.post-list > li .post-summary {padding: 30px;}.post-list > li .post-thumbnail-container {aspect-ratio: 5/3;margin: 30px 30px 0 0;height: 131px;}}@media only screen and (max-width: 480px) {.post-description {font-size: 14px;}.post-list > li h4 {font-size: 18px;}.post-list > li .post-description {font-size: 14px;}}