.banner_more_than_insurance {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 40px;

  .banner {
    min-height: 300px;
    position: relative;

    .banner-image {
      display: flex;
      padding-top: 50px;

      .field__item {
        font-size: 1.25rem;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 28px;
        /* margin-left: 62px; */

        img {
          height: fit-content;
          -o-object-fit: cover;
          object-fit: cover;
          width: 100%;
        }
      }

      .banner-image-content {
        -webkit-box-flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background-color: #fff;
        border-radius: 4px;
        -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
        color: #20252b;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 34px;
        margin-bottom: 42px;
        margin-left: -16.66666667%;
        margin-top: -50px;
        padding: 101px 47px 45px;
        width: 33.33333333%;

        .banner-image-content-title {
          display: flex;

          img {
            height: fit-content;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
          }

          .cmp-btn-red {
            margin-top: 54px;
          }
        }

        .text {
          margin-left: 62px;
        }

        .cta_button {
          margin-top: 0;
          justify-content: flex-start;

          .field--name-field-cta {
            .cta_button {
              margin-top: 54px;

              .button {
                a {
                  font-size: 1rem;
                }
              }
            }
          }
        }
      }
    }
  }
}

@media (max-width: 1024px) {

  .banner_more_than_insurance {
    .banner {
      .banner-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        .field__item {
          margin-left: 0 !important;
        }

        .banner-image-content {
          padding: 35px 46px 25px;
          margin: -90px 16px 16px;
          width: calc(100% - 32px);

          /* .banner-image-content-title {
            .field--name-field-logotipo {
              max-width: 300px;
            }
          } */

          .text {
            margin-left: 0;
          }

          .cta_button {
            .field--name-field-cta {
              width: 100%;

              .cta_button {
                margin-top: 54px;

                .button {
                  width: 100%;

                  a {
                    font-size: 1rem;
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}