.left-content-right-image-cards-bottom-section {
    padding-top: 96px;
    padding-bottom: 96px;
    background: var(--colors-light-blue, #F7FAFC);
}
.left-content-right-image-cards-bottom-section  > .left-content-right-image-cards-bottom-section-container {
    display: flex;
    flex-direction: column;
    row-gap: 64px;
}
.left-content-right-image-cards-bottom-section h3 {
    color: #0D0F33;
    margin-bottom: 24px;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 42px */

}
.left-content-right-image-cards-bottom-section .top-content {
    display: flex;
    column-gap: 96px;
    row-gap: 64px;
}
.left-content-right-image-cards-bottom-section .top-content p,
.left-content-right-image-cards-bottom-section .top-content ul li,
.left-content-right-image-cards-bottom-section .top-content a {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; /* 30px */
}
.left-content-right-image-cards-bottom-section .top-content > div {
    flex: 1;
}
.left-content-right-image-cards-bottom-section .bottom-content .cards {
    display: flex;
    column-gap: 48px;
    row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;

}
.left-content-right-image-cards-bottom-section .bottom-content .cards .card h4 {
    color: var(--colors-navy, #0D0F33);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
    padding: 16px 24px;
    padding-left: 0px;
    font-family: var(--font-secondary);
}

.left-content-right-image-cards-bottom-section .bottom-content .cards .card {
    width: 295px;
    border-radius: 8px;
    background: var(--colors-medium-blue, #D9EDF7);
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    overflow: hidden;
}
.left-content-right-image-cards-bottom-section .bottom-content .cards .card img {
    margin-top: auto;
}
@media screen and (max-width: 991px) {
    .left-content-right-image-cards-bottom-section .top-content {
        flex-direction: column;
    }
}

@media screen and (max-width: 760px) {
    .left-content-right-image-cards-bottom-section .bottom-content .cards .card {
        width: 100%;
    }
    .left-content-right-image-cards-bottom-section .top-content p, .left-content-right-image-cards-bottom-section .top-content ul li, .left-content-right-image-cards-bottom-section .top-content a {
        font-size: 18px;
    }
}
@media screen and (max-width: 550px) {
    .free-quote-form-section-details .content .icon-with-desc .item {
        flex: 0 0 100%;
    }
    .free-quote-form-section-details .content .icon-with-desc {
        flex-direction: column;
    }
}
