/*
 Theme Name:   Printy Child Theme
 Theme URI:    https://printy.themerex.net/
 Description:  Printy Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     printy
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  printy
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.custom-ironing-section {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin: 40px 0;
    align-items: flex-start;
}

.custom-ironing-section .ironing-text {
    flex: 1;
}

.custom-ironing-section .ironing-text h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.custom-ironing-section .ironing-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.custom-ironing-section .ironing-image {
    flex: 1;
    text-align: right;
}

.custom-ironing-section .ironing-image img {
    max-width: 100%;
    border-radius: 8px;
}

