.card-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.text-section {
    max-width: 60%;
}
.text-section2 {
    max-width: 100%;
}
.cta-section {
    max-width: 40%;
}
.cta-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.products-card img {
    max-width: 25%;
    padding: 0.5em;
    border-radius: 0.7em;
    max-height: 45vh !important;
    height: 250px !important;
}
.products-card {
    flex-direction: row;
    max-width: 100%;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1150px) and (min-width: 760px) {
    .products-card img {
        height: 170px !important;
    }

}
