.about-contain{display:flex;flex-direction:row;gap:clamp(50px,5%,100px)}@media only screen and (max-width: 1600px){.about-contain{flex-wrap:wrap}}.content-contain{flex:50%;align-self:center}@media only screen and (max-width: 1600px){.content-contain{flex:100%}}.content-contain .btn{margin-top:1em;width:12em}.content-contain .btn .icon{margin-right:.5em}@media screen and (max-width: 375px){.content-contain .btn{width:100%;padding:.5em 0}}#slideshow{flex:50%;position:relative}@media only screen and (min-width: 1601px){#slideshow{min-height:500px}}@media only screen and (max-width: 1600px){#slideshow{height:clamp(250px,50vw,500px)}}#slideshow img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-width:none;-o-object-position:center;object-position:center;border-radius:3px;overflow:hidden}@media only screen and (max-width: 1600px){#slideshow{flex:100%}}