.popup label,
.popup__form-file label .text {
    font-size: 13px !important;
}
.unsubscribe .button{
	border: 1px solid #2A448F;
    border-radius: 5px;
    padding: 13px 30px 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2A448F;
    white-space: nowrap;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	cursor: pointer;
}

.unsubscribe .button.dark{
	background: #2A448F;
    color: #FFFFFF;
}

.unsubscribe .row{
    display: inline-flex;
    gap: 15px;
}

.unsubscribe__title{
	font-family: "RF Rufo";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
    text-transform: uppercase;
    color: #2a448f;
    margin-bottom: 54px;
    max-width: 1000px;
}

.unsubscribe{
	text-align: center;
    vertical-align: middle;
    padding: 7%;
}