.card-section{display:flex;gap:40px}@media screen and (max-width: 600px){.card-section{flex-direction:column}}.card-section .card-section-side{position:relative;width:200px;flex-shrink:0}@media screen and (max-width: 600px){.card-section .card-section-side{width:100%;text-align:center}}.card-section .card-section-side .card-section-image{position:absolute;top:0;left:0}@media screen and (max-width: 600px){.card-section .card-section-side .card-section-image{position:unset}}.card-section .card-section-side .card-section-image img{height:max-content}@media screen and (max-width: 600px){.card-section .card-section-side .card-section-image img{width:max-content;margin:0 auto}}.card-section .card-section-content .card-section-content__title{margin-top:0}