.subscribe{
    padding-top: 139px;
    padding-bottom: 139px;
    background-color: lightblue;
    margin-top: 74px;
}

.subscribe-content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}

.subscribe-content span:nth-child(1){
    font-size: 48px;
    font-weight: 700;
    margin-right: 59px;
    color: #183B56;
    width: 50%;
}

.subscribe-content span:nth-child(2){
    width: 45%;
    font-size: 20px;
    background-color: white;
    border-radius: 8px;
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subscribe-content .thanks{
    position: absolute;
    top: 90px;
    display: none;
}

.subscribe-content i{
    display: none;
}

.subscribe-content span:nth-child(2) img{
    width: 24px;
    margin-right: 12px;
}

.subscribe-content span:nth-child(2) input{
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    border: none;
}

.subscribe-content span:nth-child(2) .btn{
    font-size: 18px;
    font-weight: 700;
    
    margin: 4px;
    width: 131px;
    height: 48px;
    background-color: #183B56;
    color: white;
}

.subscribe-content input:focus,
.modal input:focus {
    outline: none;
}

::placeholder {
    color:#959EAD;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#959EAD;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
   color:#959EAD;
  }