.agreement {
  padding-top: 4.375vw;
}

.agreement-title {
  color: #000;
  font-size: 3.125vw;
  line-height: 150%;
  padding: 4.1667vw 0;
  text-align: center;
}
.sing-margin-top {
  margin-top: 4.375vw;
}

@media (max-width: 768px) {
  .agreement-title {
    font-size: 16vw;
    padding: 21.3333vw 0;
  }
  .agreement {
    padding: 48px 24px !important;
  }
  
  .sing-margin-top {
    margin-top: 12.8vw;
  }

  .agreement-title {
    color: #000;
    font-family: "Montserrat-SemiBold";
    font-size: 24px !important;
    font-style: normal;
    line-height: 150% !important;
    /* 150% */
    padding: 40px 24px 29px 24px !important;
  }

  img{
    max-width: 100%;
  }

  u{
    word-break: break-word;
  }
}
