
/*  1440  */
/*@media (max-width: 1920px) {*/

/*  768  */
/*@media (max-width: 1440px) {*/

/*  375  */
/*@media (max-width: 768px) { */




/*  scale  */

.frame-scale {
  height: 652px;
  background-color: rgba(16, 94, 206, 1);
  align-items: center;
}

.frame-scale .overlap-wrapper {
}

.frame-scale .text-wrapper-1 {
  font-family: "railroad-gothic-atf", Helvetica;
  font-weight: 700;
  color: rgba(248, 158, 176, 1);
  font-size: 30px;
  text-align: left;
  letter-spacing: -0.60px;
  line-height: 24.3px;
  white-space: nowrap;
  padding-bottom: 20px;
}

.frame-scale .funnels {
  font-family: "railroad-gothic-atf", Helvetica;
  font-weight: 700;
  color: rgba(248, 158, 176, 1);
  font-size: 65px;
  letter-spacing: -1.30px;
  line-height: 65px;
  padding-bottom: 50px
}


.frame-scale .funnels br {
}

.frame-scale .text-wrapper-2 {
  font-family: "aktiv-grotesk", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -0.48px;
  line-height: 26.4px;
}

.frame-scale .prior-medications-wrapper {
  position:relative;
  left: 8px;

}

.frame-scale .prior-medication {
  width: 900px;
  height: auto;

}


/*  1440  */
@media (max-width: 1920px) {

    .frame-scale .funnels br {
        display: none;
    }
}

/*  768  */
@media (max-width: 1440px) {
    .frame-scale .funnels br {
        display: revert;
    }
}


/*  768  */
@media (max-width: 1080px) {
    .frame-scale .funnels br {
        display: revert;
    }
}

/*  375  */
@media (max-width: 768px) { 

    .frame-scale {
/*        height: 475px; */
          height: 100%; 
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 20px;

        align-items: inherit;
        justify-content: center;

    }

    .frame-scale .overlap-wrapper {
        position:relative;
        left: 12px;

    }

    .frame-scale .text-wrapper-1 {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 81%; /* 12.96px */
        letter-spacing: -0.32px;
        text-transform: uppercase;
        margin-top: 50px;
        padding-bottom: 20px;
    }

    .frame-scale .funnels {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 30px */
        letter-spacing: -0.6px;
        text-transform: uppercase;
        width: 351px;
        padding-bottom: 20px;
    }

    .frame-scale .funnels br {
        display:none;
    }

    .frame-scale .text-wrapper-2 {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%; /* 17.6px */
        letter-spacing: -0.32px;
        padding-bottom: 20px;
    }


    .frame-scale .prior-medications-wrapper {
        margin-bottom: 50px;
    }
    .frame-scale .prior-medication {

    }

}
