{"version":3,"file":"components-slpCRPImageWithText-slpCRPImageWithText-b615b03849f8e49227af.js","mappings":"6JAeA,UAZ4B,SAAC,GAAqB,IAAD,MAAlBA,EAAkB,EAAlBA,YAC7B,OACE,gBAAC,aAAD,CAAmBC,YAAaD,MAAAA,GAAF,UAAEA,EAAaE,aAAf,iBAAE,EAAoBC,YAAtB,aAAE,EAA0BC,MACvDJ,MAAAA,OAAA,EAAAA,EAAaK,iBACZ,gBAAC,UAAD,KACGL,MAAAA,GADH,UACGA,EAAaK,sBADhB,aACG,EAA6BC,e,kHCN3BC,EAAaC,EAAAA,QAAAA,IAAAA,WAAH,gFAAGA,CAAH,mOACH,SAACC,GAAD,OAAWA,EAAMR,eAWxBS,EAAUF,EAAAA,QAAAA,GAAAA,WAAH,6EAAGA,CAAH","sources":["webpack://commercial-ultramar/./src/components/slpCRPImageWithText/slpCRPImageWithText.js","webpack://commercial-ultramar/./src/components/slpCRPImageWithText/slpCRPImageWithTextStyles.js"],"sourcesContent":["import React from 'react';\nimport * as Styled from './slpCRPImageWithTextStyles';\n\nconst SlpCRPImageWithText = ({ sectionData }) => {\n return (\n \n {sectionData?.headerWithText && (\n \n {sectionData?.headerWithText?.headerText}\n \n )}\n \n );\n};\n\nexport default SlpCRPImageWithText;\n","import styled from 'styled-components';\n\nexport const ImageStyle = styled.div`\n background: url(${(props) => props.$background}) no-repeat bottom center;\n height: 550px;\n padding: 195px 0 0 0;\n @media (max-width: 870px) {\n position: relative;\n height: 245px;\n padding: 110px 35px 35px 35px;\n background-position: top center;\n background-size: 900px auto;\n }\n`;\nexport const Heading = styled.h1`\n width: 430px;\n margin: 0 auto;\n padding: 30px;\n font-family: 'MrAlex', arial, sans-serif;\n font-size: 50px;\n line-height: 50px;\n text-align: center;\n color: #00539d;\n background: #ffc905;\n border-radius: 10px;\n @media (max-width: 870px) {\n position: relative;\n bottom: 0;\n width: 100%;\n padding: 20px;\n font-size: 30px;\n line-height: 35px;\n }\n`;\n"],"names":["sectionData","$background","image","file","url","headerWithText","headerText","ImageStyle","styled","props","Heading"],"sourceRoot":""}