.about-us {
    background-image: url('https://yourtshirtdesigner.com/wp-content/uploads/2024/01/about-us-background-image.webp') !important;
    margin-top: 40px !important;
    padding-top: 40px;
    background-size: cover;
    padding-bottom: 176px;
    background-position-x: center;
    background-position-y: bottom 20%;
}

.about-us .info {
    background-size: cover;
    width: 50%;
    box-sizing: border-box;
}


.about-us h2 {
    text-transform: uppercase !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    margin-bottom: 16px !important;
    margin-top: 0 !important;
    line-height: 38px !important;
}

.about-us p {
    margin: 0;
}

.about-us .flex-content {
    max-width: 1264px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: space-between;
    padding: 0 16px;
    margin: 0 auto;
}

@media (max-width: 1264px) {
    .about-us .flex-content {
        flex-direction: column;
        gap: 0;
        padding: 0;
    }
    .about-us .info {
        padding: 40px 16px 128px 16px;
        background-image: url('https://yourtshirtdesigner.com/wp-content/uploads/2024/01/about-us-background-image.webp') !important;
        background-size: cover;
        background-position: center bottom;
        width: 100%;
    }
    .about-us .info:first-child {
        padding: 0;
        background-image: none;

    }
    .about-us {
        padding-top: 0;
        padding-bottom: 0;
        background-image: none;
    }

    .about-us .info figure {
        margin-bottom: 0 !important;
    }
}

.block-editor .about-us{
    background-image: none;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.block-editor .info {
    background-size: cover;
    width: 100% !important;
    box-sizing: border-box;
}