.custom-cta {
    margin: 20px 0;
    text-align: left;
}

.custom-cta img {
    max-width: 100%;
    height: auto;
    border-radius:4px;
}
.model2 {
    display: grid;
}
.custom-cta.model2 .cta-button {
      padding: 10px 20px;
      margin: 5px;
      background-color: #0073aa;
      color: #ffffff;
      text-decoration: none;
      border-radius: 4px;
      justify-content: space-between;
      display: flex;
      align-items: center;
}

.custom-cta.model2 .cta-button:hover {
    background-color: #005177;
}

.cta-mini-title {
    margin: 4px 0px 0px 0px;
    font-size: 12px;
    color: #066abf;
    font-weight: normal;
    text-align: left;
}
.cta-title {
    font-weight: 900;
    font-style: normal;
    margin: 10px 0px 4px 0px !important;
}
.cta-tag {
  color: #2ab06f;
  font-size: 12px;
  padding: 2px 7px;
  border-radius: 5px;
  font-weight: bold;
  border: 1px solid #2ab06f;
}
.cta-tag:hover {
  color: white;
  font-size: 12px;
  padding: 2px 7px;
  border-radius: 5px;
  font-weight: bold;
  border: 1px solid #2ab06f;
  background: #2ab06f;
}
.cta-description {
    font-weight: 400;
    font-style: normal;
    color: #777;
    margin-top: 8px;
    font-size: 1.05rem;
    line-height: 1;
}
.cta-button {
  background: #066abf;
  width: 100%;
  color: white !important;
  display: flex;
  justify-content: center;
  padding: 10px;
  text-decoration: none !important;
  border-radius: 4px;
}
//responsivo
@media screen and (max-width: 849px) {

}