@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');

.subscribes{
    width: 382px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #283A61;
    text-align: center;
    padding: 38px 49px 38px 49px;
}
.subscribes h4{
    color: #FFF;
    text-align: center;
    font-family: 'Merriweather';
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 28.8px ;
    margin-bottom: 13px;

}
.subscribes p{
    color: #DFE6FF;
    text-align: center;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.8px ;
}
.subscribes input {
    width: 100%;
    border-radius: 3px;
    background: #FFF;
    padding: 11px;
    margin-bottom: 23px;
    outline: none;
    border: none;
}
.subscribes .sing{
    display: flex;
    justify-content: flex-start;
}
.subscribes .sing button{
    width: 99px;
    flex-shrink: 0;
    border-radius: 3px;
    background: #000638;
    color: #FFF;
    text-align: center;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.8px ;
    padding: 9px;
    border: none;
}

@media (max-width:1100px) {
    
    .subscribes{
        width: 100%;
        flex-shrink: 0;
        border-radius: 5px;
        background: #283A61;
        text-align: center;
        padding: 38px 49px 38px 49px;
    }
}