/* CSS Document */
#renewal {
  height: 100vh;
  display: flex;
  align-items: center; }
  #renewal h1 {
    color: #289C4C;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 3rem; }
    @media screen and (max-width: 575px) {
      #renewal h1 {
        font-size: 25px;
        font-size: 2.5rem;
        margin-bottom: 2rem; } }
  #renewal p {
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 575px) {
      #renewal p {
        text-align: justify; } }
  #renewal .phone {
    display: inline-block;
    border: solid 1px #333333;
    padding: 1em 4em;
    margin-top: 6rem; }
    @media screen and (max-width: 575px) {
      #renewal .phone {
        padding: 1em 2em;
        margin-top: 3rem; } }
    #renewal .phone p {
      text-align: center; }
      #renewal .phone p span {
        display: block;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 600;
        margin-top: 2rem; }
    #renewal .phone a {
      font-family: "Montserrat", sans-serif;
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 600;
      letter-spacing: 0.075em;
      color: #333; }
