.contact-body {display: flex;flex-wrap: wrap;justify-content: center;gap: calc(25%/2);padding: 7.5vh 20vw 0 20vw;max-width: 100vw;}.contact-body:has(> :last-child:nth-child(2)) {gap: 25%;}.contact-row {flex-basis: 25%;margin-bottom: 1.5em;}.contact-card {display: flex;flex-direction: column;align-items: start;gap: 1.5em;}.contact-card-text {font-size: 1.2em;white-space: pre-line;line-height: 1.5em;}.contact-card-img img {width: 100%;border: 1px solid var(--hyand-blue-border-color);}.contact-button {display: flex;justify-content: center;padding-top: 5vh;padding-bottom: 5vh;}.contact-button a {display: inline-block;border: 2px solid var(--hyand-button-hot);border-radius: 99px;}.contact-button span {display: flex;align-items: center;color: var(--hyand-button-hot);font-size: 1.2em;}@media only screen and (max-width: 1400px) {.contact-body {padding: 7.5vh 10vw 0 10vw;}}@media only screen and (max-width: 800px) {.contact-row {flex-basis: 100%;}}