/* Start custom CSS for column, class: .elementor-element-f50c346 */.cpq-infobox {
    background: linear-gradient(
        90deg,
        #0d4d8b 0%,
        #0d5f9f 45%,
        #0f71b6 100%
    );
    padding: 9px;
  color: #fff;
  max-width: 370px;
  box-sizing: border-box;
  margin: 7px;
  border-radius: 3px;
}

.cpq-infobox .h2,
.cpq-infobox h3,
.cpq-infobox strong:first-child {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 24px;
}

.cpq-infobox .p {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 24px;
}

.cpq-infobox .p:last-child {
    margin-bottom: 0;
}/* End custom CSS */