.angie-cta-box-e9cd36e5 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.angie-cta-box-e9cd36e5-image {
    flex: 0 0 30%;
	object-fit: contain;
}

.angie-cta-box-e9cd36e5-image img {
    max-width: 300px;
	width: 100%;
    display: inline-block;
    object-fit: contain; !important
}

.angie-cta-box-e9cd36e5-content-wrap {
    flex: 1;
    padding: 32px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.angie-cta-box-e9cd36e5-header {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 24px;
}

.angie-cta-box-e9cd36e5-content {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.angie-cta-box-e9cd36e5-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.angie-cta-box-e9cd36e5-button:hover {
    background-color: #333;
}

@media (max-width: 767px) {
    .angie-cta-box-e9cd36e5 {
        flex-direction: column;
    }
    
    .angie-cta-box-e9cd36e5-content-wrap {
        text-align: center;
    }
    
    .angie-cta-box-e9cd36e5-button {
        align-self: center;
    }
}