#back{border:1px solid red;flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;display:flex}#main-image-area{border:1px solid #00f;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}#main-image{background-color:gray;width:1000px;height:650px}#info-area{flex-direction:column;align-items:center;width:100%;height:100vh;display:flex}@media (max-width:768px){#back{box-sizing:border-box;padding:5.5rem 16px 32px}#main-image-area{height:auto;min-height:55vh}#main-image{width:100%;height:auto;min-height:280px;max-height:500px}#info-area p:first-child{font-size:clamp(2rem,9vw,3rem)!important}#info-area p:last-child{text-align:center;width:92%;font-size:1rem;line-height:1.5}}
