section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    padding: 40px 10%;
}

#images {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(33.33% - 20px);
}

#text {
    flex: 0 0 calc(66.66% - 20px);
}

#text ul li {
    margin-bottom: 20px;
}

#text ul li:last-child {
    margin-bottom: 0;
}

#images figure {
    margin: 0 0 20px 0;
    width: 100%;
}

#images img {
    width: 100%;
    height: auto;
    display: block;
}

.pricing-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10%;
}

.cta-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.cta-container {
    text-align: center;
}