.subscribe-2__title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 18px;
}
.subscribe-2__title::before{
    content: '';
    width: 45px;
    height: 45px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75' /%3E%3C/svg%3E%0A");
    position: absolute;
    top: 0;
    left: 0;
}
.subscribe-2__form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.subscribe-2__form-input {
    border: 1px solid #E5E5E5;
    padding: 12px 14px;
    background: #EEEEEE;
}
.subscribe-2__form-input::placeholder{
    color: #757575;
}
.subscribe-2__form-submit {
    color: #FFFFFF;
    padding: 11px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-align: center;
    width: 100%;
    background: #D9012A;
    border: none;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.subscribe-2__policy {
    font-weight: 400;
    font-size: 17.33px;
    line-height: 26.67px;
    color: #C50026;
    text-decoration: none;
}