.contact-image-wrapper{
    position:relative;
    width: 100%;
    height: clamp(301px, 42.569vw, 613px);
    border-radius: clamp(15px,1.389vw,20px);
    background: #F5F5F5;
    overflow: hidden;
}
.contact-image-wrapper img{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}
.site-samsung-left-collapse-panel--right-map-section {
    padding: clamp(34px, 8.403vw, 121px) 0px clamp(1px, 4.054vw, 60px) 0px;
}
.site-samsung-left-collapse-panel--right-map-section .section-title {
    margin: auto auto clamp(18px, 5.694vw, 82px) auto;
}