#phoneInput .field-wrapper {
    position: relative;
    text-align: center;
}

#phoneInput .form-group {
    min-width: 300px;
    width: 50%;
    margin: 4em auto;
    display: flex;
    border: 1px solid rgba(96, 100, 104, 0.3);
}

#phoneInput .letter {
    height: 50px;
    border-radius: 0;
    text-align: center;
    max-width: calc((100% / 10) - 1px);
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% / 10);
    outline-style: none;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    border: 1px solid #0e0d35;
}

#phoneInput .letter + .letter {
}

@media (max-width: 480px) {
    #phoneInput .field-wrapper {
        width: 100%;
    }

    #phoneInput .letter {
        font-size: 16px;
        padding: 2px 0;
        height: 35px;
    }
}

.header-area .logo img {
    max-width: 100%;
    max-height: 78px;
}




.static-main{
    margin: 4em 0;
  }
  .static-header{
    background-color: #1e90ff;
    height: 199px;
    border-radius: 12px;
    display:grid;
    place-items: center;
  }
  
  .static-header{
    height: 199px;
    display:grid;
    place-items:center;
    background-color:#0176FF;
    border-radius:12px;
  }
  .static-header h2{
    font-size:1.8em;
    font-weight:600;
    color: #fff;
  }
  .static-list-card{
    margin-top: 2em;
  }
  .static-list-card p{
    color: #333;
    font-size: 0.95em;
    font-weight: 400;
    opacity: 0.8;
    line-height: 1.8;
  }
  .static-list-card ul li{
    color: #333;
    font-size: 0.95em;
    font-weight: 400;
    opacity: 0.8;
    line-height: 1.8;
    margin-bottom: 1em;
  }
  .static-list-card ul li:last-child{
    margin-bottom: 0;
  }
  .static-list-titles {
    margin-bottom: 4em;
    text-align:center;
  }
  .static-list-titles h2{
    font-size:1.8em;
    font-weight:600;
    color: #333;
    margin-bottom: 1em;
  }
  .static-list-card h3{
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 1em;
    color:#333;
    line-height:1.2;
  }