.paragraph-and-image-wrapper{width:100%;height:fit-content;overflow:hidden;background-color:#f4f4f4}.paragraph-and-image-container{width:100%;max-width:1440px;height:100%;margin:100px auto;padding:0 25px;display:flex;justify-content:space-between;align-items:center}.paragraph-and-image-wrapper .reverse{flex-direction:row-reverse}.paragraph-and-image-text-container{width:45%;display:flex;justify-content:flex-start}.paragraph-and-image-text{width:fit-content;max-width:85%;display:flex;flex-direction:column}.paragraph-and-image-title{font-size:40px;line-height:48px;font-weight:400;color:#000;width:100%}.paragraph-and-image-paragraph{font-size:18px;line-height:29px;color:#565656;width:85%}.paragraph-and-image-button-container{width:fit-content;height:fit-content;display:flex;justify-content:flex-start}.paragraph-and-image-img-container{width:50%;height:100%}.paragraph-and-image-img{opacity:0;height:100%;min-height:450px;width:100%;object-fit:cover;object-position:left}.paragraph-and-image-img-container .regular.is-visible{animation:enterFromTheRight 8s;border-bottom-left-radius:200px;opacity:1}.paragraph-and-image-img-container .reverse.is-visible{animation:enterFromTheLeft 8s;border-top-right-radius:200px;opacity:1}@keyframes enterFromTheRight{0%{transform:translateX(30vw)}to{transform:translateX(0)}}@keyframes enterFromTheLeft{0%{transform:translateX(-30vw)}to{transform:translateX(0)}}@media (max-width:992px){.paragraph-and-image-img-container{width:55%}}@media (max-width:767px){.paragraph-and-image-container{margin:50px auto}.paragraph-and-image-container,.paragraph-and-image-wrapper .reverse{padding:0;flex-direction:column-reverse}.paragraph-and-image-text-container{width:80%;justify-content:center}.paragraph-and-image-text{margin:0 auto}.paragraph-and-image-title{font-size:30px;line-height:32px;text-align:center}.paragraph-and-image-paragraph{font-size:16px;line-height:26px;text-align:center;margin:0 auto}.paragraph-and-image-button-container{margin:25px auto 0}.paragraph-and-image-img-container{width:100%;margin-bottom:25px}.paragraph-and-image-img{opacity:1;min-height:unset}.paragraph-and-image-img-container .regular.is-visible,.paragraph-and-image-img-container .reverse.is-visible{animation:none;border-radius:unset}}