
/*  1440  */
/*@media (max-width: 1920px) {*/

/*  768  */
/*@media (max-width: 1440px) {*/

/*  375  */
/*@media (max-width: 768px) { */



.frame-checkmarks {
  background-color: #054531;
  height: 480px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
 
}



.frame-checkmarks .check-img {
  height:auto;
  width: 126px;
}




.frame-checkmarks .checkmark-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.frame-checkmarks .layer {
  width: 126px;
  height: auto;
  max-width: 300px;
}


.frame-checkmarks .text-wrapper {
  font-family: "railroad-gothic-atf", Helvetica;
  font-weight: 700;
  font-style: normal;
  color: #bebeff;
  font-size: 52px;
  letter-spacing: -1.04px;
  line-height: 100%; /* 52px */
  max-width: 300px;
  padding-top: 50px;
}




@media (max-width: 1080px) {

    .frame-checkmarks .text-wrapper {
        font-size: 42px;
    }

    .frame-checkmarks .check-img {
      height:auto;
      width: 106px;
    }
}


@media (min-width: 768px) {
    .frame-checkmarks .checkmark-wrapper {
        flex-direction: column;
    }

    .frame-checkmarks .text-wrapper {
        text-align: center;

    }


}


@media (max-width: 768px) {
    .frame-checkmarks {
      height: 340px;
      padding-left: 37px;


      flex-direction: column;
      justify-content: space-evenly;
    }


    .frame-checkmarks .checkmark-wrapper {
      flex-direction: row;
      justify-content: space-evenly;
     }

    .frame-checkmarks .check-img {
      height: 52px;
      width: 52px;
    }


    .frame-checkmarks .text-wrapper {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 30px */
        letter-spacing: -0.6px;
        text-transform: uppercase;
        padding-top: 0px;
        padding-left: 10px;
    }
}
