Therapist Services 22

What I Offer

Pattern HTML

<!-- wp:group {"metadata":{"name":"Services Area"},"align":"full","className":"services-area","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|100"},"blockGap":"var:preset|spacing|30"}},"layout":{"type":"constrained","contentSize":"1230px"}} --> <div class="wp-block-group alignfull services-area" style="padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--100)"><!-- wp:heading {"textAlign":"center","fontSize":"heading-1"} --> <h2 class="wp-block-heading has-text-align-center has-heading-1-font-size">What I Offer</h2> <!-- /wp:heading --> <!-- wp:columns {"className":"services-row","style":{"spacing":{"blockGap":{"left":"var:preset|spacing|70"}}}} --> <div class="wp-block-columns services-row"><!-- wp:column {"animationsForBlocks":{"animation":"fade","variation":"fade","duration":1550,"once":true,"mirror":false},"style":{"spacing":{"blockGap":"0"}}} --> <div class="wp-block-column" data-aos="fade" data-aos-duration="1550" data-aos-once="true"><!-- wp:image {"lightbox":{"enabled":false},"id":2603,"sizeSlug":"full","linkDestination":"custom","animationsForBlocks":{"animation":"","variation":"in-up","duration":1950,"once":true,"mirror":false}} --> <figure class="wp-block-image size-full"><img src="https://patterndev.upthinksolutions.com/wp-content/uploads/2025/11/1727099089.jpg" alt="" class="wp-image-2603"/></figure> <!-- /wp:image --> <!-- wp:heading {"textAlign":"center","level":6,"style":{"elements":{"link":{"color":{"text":"var:preset|color|one"}}},"typography":{"fontStyle":"normal","fontWeight":"400"}},"textColor":"one","fontSize":"heading-5","fontFamily":"one"} --> <h6 class="wp-block-heading has-text-align-center has-one-color has-text-color has-link-color has-one-font-family has-heading-5-font-size" style="font-style:normal;font-weight:400">CBT for Insomnia <br>(CBT-I) Program</h6> <!-- /wp:heading --></div> <!-- /wp:column --> <!-- wp:column {"animationsForBlocks":{"animation":"fade","variation":"fade","duration":1550,"once":true,"mirror":false,"delay":550},"style":{"spacing":{"blockGap":"0"}}} --> <div class="wp-block-column" data-aos="fade" data-aos-delay="550" data-aos-duration="1550" data-aos-once="true"><!-- wp:image {"lightbox":{"enabled":false},"id":2603,"sizeSlug":"full","linkDestination":"custom","animationsForBlocks":{"animation":"","variation":"in-up","duration":1950,"once":true,"mirror":false}} --> <figure class="wp-block-image size-full"><img src="https://patterndev.upthinksolutions.com/wp-content/uploads/2025/11/1727099089.jpg" alt="" class="wp-image-2603"/></figure> <!-- /wp:image --> <!-- wp:heading {"textAlign":"center","level":6,"style":{"elements":{"link":{"color":{"text":"var:preset|color|one"}}},"typography":{"fontStyle":"normal","fontWeight":"400"}},"textColor":"one","fontSize":"heading-5","fontFamily":"one"} --> <h6 class="wp-block-heading has-text-align-center has-one-color has-text-color has-link-color has-one-font-family has-heading-5-font-size" style="font-style:normal;font-weight:400">Bariatric &amp; Weight <br>Management Counseling</h6> <!-- /wp:heading --></div> <!-- /wp:column --> <!-- wp:column {"animationsForBlocks":{"animation":"fade","variation":"fade","duration":1550,"once":true,"mirror":false,"delay":1000},"style":{"spacing":{"blockGap":"0"}}} --> <div class="wp-block-column" data-aos="fade" data-aos-delay="1000" data-aos-duration="1550" data-aos-once="true"><!-- wp:image {"lightbox":{"enabled":false},"id":2603,"sizeSlug":"full","linkDestination":"custom","animationsForBlocks":{"animation":"","variation":"in-up","duration":1950,"once":true,"mirror":false}} --> <figure class="wp-block-image size-full"><img src="https://patterndev.upthinksolutions.com/wp-content/uploads/2025/11/1727099089.jpg" alt="" class="wp-image-2603"/></figure> <!-- /wp:image --> <!-- wp:heading {"textAlign":"center","level":6,"style":{"elements":{"link":{"color":{"text":"var:preset|color|one"}}},"typography":{"fontStyle":"normal","fontWeight":"400","textTransform":"uppercase"}},"textColor":"one","fontSize":"heading-5","fontFamily":"one"} --> <h6 class="wp-block-heading has-text-align-center has-one-color has-text-color has-link-color has-one-font-family has-heading-5-font-size" style="font-style:normal;font-weight:400;text-transform:uppercase">Therapy for Chronic <br>Pain &amp; Adult ADHD</h6> <!-- /wp:heading --></div> <!-- /wp:column --></div> <!-- /wp:columns --></div> <!-- /wp:group -->

Pattern CSS

.services-row .wp-block-column{ position: relative; } #site-container .services-row .wp-block-image a::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; } #site-container .services-row .wp-block-image::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 202px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); z-index: 1; } .services-row .wp-block-image { overflow: hidden; border: 1px solid #000;; border-radius: 100%; position: relative; } .services-row .wp-block-image img { width: 100%; } #site-container .services-row .wp-block-heading { margin: -155px auto 30px; position: relative; z-index: 9; text-transform: capitalize; } #site-container .services-row .wp-block-heading:after { content: ''; display: block; width: 36px; height: 36px; background: url(https://patterndev.upthinksolutions.com/wp-content/uploads/2025/11/arrow.png); margin: 15px auto 0; z-index: 9; } .services-row .wp-block-image img { transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -ms-transition: all .5s; -webkit-transition: all .5s; } .services-row .wp-block-column:hover .wp-block-image img { -webkit-transform: scale(1.3); transform: scale(1.3); } @media only screen and (max-width: 980px) { #site-container .services-row .wp-block-column { max-width: 360px; margin: 0 auto 50px; } }