.HomeSection3_main_div{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem 0}.HomeSection3_inner_div{width:90%;height:90%;border:1px solid var(--yellow-bg);border-radius:12px;padding:1rem;box-shadow:0 0 4px var(--Black-bg)}.top_content_div{display:grid;grid-template-columns:55% 45%;justify-content:center;grid-gap:1rem}.text_sections,.top_content_div{width:100%;align-items:flex-start;gap:1rem}.text_sections{height:100%;display:flex;justify-content:flex-start;flex-direction:column}.text_sections>h2{font-size:30px;color:var(--Dark-font);font-family:Lato-Regular}.text_sections>p{font-size:18px;color:var(--Dark-font);font-family:Lato-Light}.top_image_div>img{width:100%;height:100%;object-fit:cover}.bottom_content_div{display:grid;grid-template-columns:45% 55%;justify-content:center;grid-gap:1rem}.Bottom_text_sections,.bottom_content_div{width:100%;align-items:flex-start;gap:1rem}.Bottom_text_sections{height:100%;display:flex;justify-content:flex-start;flex-direction:column;padding-top:1rem}.Bottom_text_sections>h2{font-size:32px;color:var(--Dark-font);font-family:Lato-Regular}.Bottom_text_sections>p{font-size:16px;color:var(--Dark-font);font-family:Lato-Light}.zoom_image_wrapper{width:100%;height:100%;transition:transform .3s ease;transform-origin:center center}.top_image_div{width:100%;height:400px;overflow:hidden;border-radius:12px;box-shadow:0 0 4px var(--Black-bg)}.top_image_div>img,.zoom_image_wrapper>img{width:100%;height:100%;object-fit:cover}.image_zoom_wrapper{width:100%;height:100%;transform-origin:center center;overflow:hidden}.image_zoom_wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}@media screen and (max-width:1050px){.HomeSection3_inner_div{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.top_content_div{grid-template-columns:100%}.bottom_content_div{display:flex;align-items:center;justify-content:center;flex-direction:column-reverse}}