
/*  1440  */
/*@media (max-width: 1920px) {*/

/*  768  */
/*@media (max-width: 1440px) {*/

/*  375  */
/*@media (max-width: 768px) { */







/*  results  */

.frame-results {
    height: 284px;  
    background-color: rgba(253, 112, 197, 1);
    padding-right: 50px;
    padding-left: 50px;
}

.frame-results .text-wrapper {
  height: 154px;
  font-family: "railroad-gothic-atf", Helvetica;
  font-weight: 700;
  color: rgba(121, 0, 44, 1);
  font-size: 70px;
  text-align: right; 
  letter-spacing: -1.40px;
  line-height: 77px;
}


.frame-results .col-1 {
    width: 10%;
}

.frame-results .col-2 {
    width: 80%;
    padding-right:4vw;
}

.frame-results .col-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
}

.frame-results .vector-2 {
  width: auto; 
  height: 128px;
}

.frame-results .vector-3 {
  width: auto;
  height: 148px;
}


@media (max-width: 1049px) {

    .frame-results .text-wrapper {
      font-size: 50px;
    }
}

@media (max-width: 768px) {
    .frame-results .text-wrapper {

      color: var(--New-Burgundy, #79002C);
      text-align: right;
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 110%; /* 33px */
      letter-spacing: -0.6px;
      text-transform: uppercase;


      justify-self: start;
    }



    .frame-results {
        height: 106px;
        padding-right: 12px;
        padding-left: 12px;
    }


    .frame-results .col-1 {
        height: 100%;
        width: 0%;
    }

    .frame-results .col-2 {
        height: 100%;
        width: 90%;
        margin-top: 50px;

    }

    .frame-results .col-3 {
        height: 100%;
    }

}

@media (max-width: 401px) {
    .frame-results .text-wrapper {
      font-size: 27px;
    }

    .frame-results .vector-2 {
      height: 33px;
    }
}
