@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");body{font-family:Montserrat,sans-serif;margin:0;padding:0}.container{background-color:#fff;border-radius:35px;box-shadow:0 8px 16px rgba(0,0,0,.1);display:flex;height:400px;overflow:hidden;width:1000px}.image-section{align-items:center;display:flex;flex:1;justify-content:flex-start}.image-section img{border-bottom-left-radius:25px;border-top-left-radius:25px;height:100%;object-fit:contain}.text-section{flex:1;font-size:18px;padding:20px 20px 20px 5px}.text-section h1{margin-top:0}.text-section ul{padding-left:20px}@media (max-width:767px){.container{flex-direction:column;height:auto;margin:20px;width:auto}.image-section,.text-section{flex:none;width:100%}.image-section img{height:auto;width:100%}.text-section{padding:20px}}