.et_pb_section_1.et_pb_section{padding-top:0px}.et_pb_text_2,.et_pb_text_1{font-weight:700;padding-bottom:27px!important;margin-bottom:10px!important}.et_pb_text_1 h1,.et_pb_text_4 h1,.et_pb_text_2 h1{font-weight:600}.et_pb_image_0:before{.image-container{overflow:hidden}.image-container img{transition:transform 0.3s ease}.image-container:hover img{transform:scale(1.2)}In the above code:.image-container is a wrapper element that contains the image. The overflow:hidden;property ensures that any parts of the image that exceed the container's boundaries are hidden..image-container img selects the image element inside the container. The transition property adds a smooth transition effect to the transformation..image-container:hover img targets the image element when the .image-container is being hovered over. The transform:scale(1.2);property scales the image to 120% of its original size. You can adjust the 1.2 value to control the zoom level.To use this code,follow these steps:HTML Structure:Wrap your image in an HTML container element with the class image-container. For example:htmlCopy codeCSS:Add the provided CSS code to your stylesheet. Make sure to adjust the class names if needed.Adjust Zoom Level:If you want to control the level of zoom,modify the transform:scale(1.2);line. Increasing the value will result in a stronger zoom effect,while decreasing it will result in a subtler effect.Remember that the example code provides a basic zoom effect. Depending on your specific requirements and design,you might need to fine-tune the code or incorporate additional styles to achieve your desired outcome.}.et_pb_image_0,.et_pb_image_4{text-align:center}ul.et_pb_social_media_follow_0{padding-top:20px!important;margin-left:58px!important}.et_pb_social_media_follow_0 .et_pb_social_icon a{box-shadow:0px 2px 18px 0px rgba(0,0,0,0.3)}.et_pb_social_media_follow_0 li.et_pb_social_icon a.icon:before{color:#FFFFFF}.et_pb_social_media_follow_0 li a.icon:before{font-size:24px;line-height:48px;height:48px;width:48px}.et_pb_social_media_follow_0 li a.icon{height:48px;width:48px}.et_pb_text_4{font-weight:700;padding-bottom:0px!important;margin-bottom:10px!important}.et_pb_row_2.et_pb_row{padding-top:0px!important;padding-bottom:0px!important;padding-top:0px;padding-bottom:0px}.et_pb_text_6.et_pb_text{color:#E02B20!important}.et_pb_text_6 h4{font-weight:600;font-size:37px;color:#E02B20!important;text-align:center}.et_pb_text_6{padding-top:0px!important;padding-bottom:0px!important}.et_pb_row_3.et_pb_row{padding-top:7px!important;padding-bottom:0px!important;padding-top:7px;padding-bottom:0px}.et_pb_contact_field_0{width:100%}.et_pb_contact_form_0.et_pb_contact_form_container .input::-webkit-input-placeholder{font-size:14px;line-height:0em}.et_pb_contact_form_0.et_pb_contact_form_container .input:-ms-input-placeholder{font-size:14px;line-height:0em}.et_pb_contact_form_0.et_pb_contact_form_container .input::-moz-placeholder{font-size:14px;line-height:0em}.et_pb_contact_form_0.et_pb_contact_form_container .input,.et_pb_contact_form_0.et_pb_contact_form_container .input::placeholder,.et_pb_contact_form_0.et_pb_contact_form_container .input[type=checkbox]+label,.et_pb_contact_form_0.et_pb_contact_form_container .input[type=radio]+label{font-size:14px;line-height:0em}.et_pb_contact_form_0.et_pb_contact_form_container{max-height:1000px;padding-top:0px}.et_pb_code_0{background-color:#e2e5de}.et_pb_code_1{background-color:#f1eb9c}.et_pb_row_5.et_pb_row{padding-bottom:0px!important;margin-bottom:0px!important;padding-bottom:0px}.et_pb_text_7{font-weight:700;padding-bottom:0px!important;margin-bottom:0px!important}.et_pb_text_7 h4{font-size:25px;color:#000000!important}.et_pb_image_1,.et_pb_image_2,.et_pb_image_3,.et_pb_image_5,.et_pb_image_6{text-align:left;margin-left:0}.et_pb_social_media_follow_network_0 a.icon{background-color:#a82400!important}.et_pb_contact_form_container .et_pb_contact_field_0.et_pb_contact_field .input:-ms-input-placeholder{line-height:0em}.et_pb_contact_form_container .et_pb_contact_field_0.et_pb_contact_field .input::-moz-placeholder{line-height:0em}.et_pb_contact_form_container .et_pb_contact_field_0.et_pb_contact_field .input::-webkit-input-placeholder{line-height:0em}.et_pb_contact_field_0.et_pb_contact_field .et_pb_contact_field_options_title,.et_pb_contact_form_container .et_pb_contact_field_0.et_pb_contact_field .input,.et_pb_contact_form_container .et_pb_contact_field_0.et_pb_contact_field .input::placeholder,.et_pb_contact_form_container .et_pb_contact_field_0.et_pb_contact_field .input[type=checkbox]+label,.et_pb_contact_form_container .et_pb_contact_field_0.et_pb_contact_field .input[type=radio]+label{line-height:0em}@media only screen and (max-width:980px){.et_pb_image_0 .et_pb_image_wrap img,.et_pb_image_1 .et_pb_image_wrap img,.et_pb_image_2 .et_pb_image_wrap img,.et_pb_image_3 .et_pb_image_wrap img,.et_pb_image_4 .et_pb_image_wrap img,.et_pb_image_5 .et_pb_image_wrap img,.et_pb_image_6 .et_pb_image_wrap img{width:auto}}@media only screen and (max-width:767px){.et_pb_image_0 .et_pb_image_wrap img,.et_pb_image_1 .et_pb_image_wrap img,.et_pb_image_2 .et_pb_image_wrap img,.et_pb_image_3 .et_pb_image_wrap img,.et_pb_image_4 .et_pb_image_wrap img,.et_pb_image_5 .et_pb_image_wrap img,.et_pb_image_6 .et_pb_image_wrap img{width:auto}}