.text-with-left-image{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;overflow:inherit;background-color:#f9f9f9;opacity:0;transition:opacity 1s ease-out;width:100%;padding:0}.text-with-left-image.visible{opacity:1}.text-with-left-image .content{display:flex;flex-wrap:wrap;width:100%}.text-with-left-image .text{flex:1 1 50%;min-width:300px;opacity:0;transform:translateX(50px);transition:opacity 1s ease-out,transform 1s ease-out;padding:20px;display:flex;justify-content:center;align-items:center}.text-with-left-image .text .inner-text{width:80%}.text-with-left-image.visible .text{opacity:1;transform:translateX(0)}.text-with-left-image .text .prefix{font-size:16px;color:#ff6b6b;margin-bottom:10px;display:block}.text-with-left-image .text .title{font-size:24px;color:#333;margin-bottom:20px}.text-with-left-image .text .description{font-size:16px;color:#666;line-height:1.5}.text-with-left-image .image{flex:1 1 50%;min-width:300px;height:450px;background-size:cover;background-position:50%;opacity:0;transform:translateX(-50px);transition:opacity 1s ease-out,transform 1s ease-out}.text-with-left-image.visible .image{opacity:1;transform:translateX(0)}@media (max-width:480px){.text-with-left-image .text .title{font-size:20px}.text-with-left-image .text .description,.text-with-left-image .text .prefix{font-size:14px}}.text-with-right-image{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;overflow:hidden;background-color:#f9f9f9;opacity:0;transition:opacity 1s ease-out;width:100%;padding:0}.text-with-right-image.visible{opacity:1}.text-with-right-image .content{display:flex;flex-wrap:wrap;width:100%}.text-with-right-image .text{flex:1 1 50%;min-width:300px;opacity:0;transform:translateX(-50px);transition:opacity 1s ease-out,transform 1s ease-out;padding:20px;display:flex;justify-content:center;align-items:center}.text-with-right-image .text .inner-text{width:80%}.text-with-right-image.visible .text{opacity:1;transform:translateX(0)}.text-with-right-image .text .prefix{font-size:16px;color:#ff6b6b;margin-bottom:10px;display:block}.text-with-right-image .text .title{font-size:24px;color:#333;margin-bottom:20px}.text-with-right-image .text .description{font-size:16px;color:#666;line-height:1.5}.text-with-right-image .image{flex:1 1 50%;min-width:300px;height:450px;background-size:cover;background-position:50%;opacity:0;transform:translateX(50px);transition:opacity 1s ease-out,transform 1s ease-out}.text-with-right-image.visible .image{opacity:1;transform:translateX(0)}@media (max-width:480px){.text-with-right-image .text .title{font-size:20px}.text-with-right-image .text .description,.text-with-right-image .text .prefix{font-size:14px}}