.promo-announcement2 {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;

	background: url('/static/f/slide/242/announcement-background-left.svg') no-repeat, url('/static/f/slide/242/announcement-background-right.svg') no-repeat;
	background-size: auto;
	background-position: -272px 93px, calc(100% + 313px) -251px;
	background-color: #DCEDFE;
}

.promo-announcement2::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	top: -21px;
	left: 4px;
	transform: rotate(-21deg);
	background: url('/static/f/slide/242/announcement-question-mark-icon.svg') 0px 0px/36px 56px no-repeat;
}

.promo-announcement2::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	top: 58px;
	right: -38px;
	transform: rotate(22deg);
	background: url('/static/f/slide/242/announcement-question-mark-icon.svg') 0px 0px/36px 56px no-repeat;
}

.promo-announcement2__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding-top: 40px;

}

.promo-announcement2__wrapper::before {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	top: 70px;
	left: -54px;
	transform: rotate(15deg);
	background: url('/static/f/slide/242/announcement-mail-icon.svg') no-repeat;
	background-size: 163px 123px;
	background-position: 0px 0px, 0px 0px;
}

.promo-announcement2__wrapper::after {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	top: 143px;
	right: -59px;
	transform: rotate(-15deg);
	background: url('/static/f/slide/242/announcement-mail-icon.svg') no-repeat;
	background-size: 163px 123px;
	background-position: 0px 0px, 0px 0px;
}

.promo-announcement2__title {
	position: relative;
	width: fit-content;
	font-family: RotonBol, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: .025em;

	color: #001689;
}

.promo-announcement2__desc {
	position: relative;
	max-width: 600px;
	width: 100%;
	font-family: RotonReg, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 27px;
	line-height: 113%;
	text-align: center;
	padding: 0 20px;
	color: #001689;
	z-index: 2;
}

.promo-announcement2__btn {
	position: relative;
	width: auto;
	height: auto;
	margin-top: 12px;
	padding: 12px 45px;

	font-family: RotonBol, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;

	color: #FFFFFF;
}

@media screen and (max-width: 767px){
	.promo-announcement2::after {
		top: 6px;
	}

	.promo-announcement2__wrapper::before {
		top: 150px;
	}
}

@media screen and (max-width: 559px){
	.promo-announcement2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.promo-announcement2::after {
        top: 216px;
    }

	.promo-announcement2::before {
		top: -11px;
		left: 14px;
    }

	.promo-announcement2__wrapper {
		padding-top: 0px;
		padding-left: 20px;
		padding-right: 20px;
		align-items: center;
	}

	.promo-announcement2__title {
		text-align: center;
		font-size: 34px;
	}

	.promo-announcement2__desc {
		width: auto;
		font-size: 18px;
		padding: 0;
	}

	.promo-announcement2__btn {
		margin-top: 0;
		font-size: 16px;
		padding: 8px 24px;
	}

	.promo-announcement2__wrapper::after { 
		top: -148px;
	}

	.promo-announcement2__wrapper::before {
		top: 119px;
        left: -76px;
	}
}

@media screen and (max-width: 389px){

	.promo-announcement2__wrapper {
		padding-top: 0;
	}

	.promo-announcement2__wrapper::after {
		top: -80px;
        right: -120px;
        background-size: 82px 62px;
	}

	.promo-announcement2__wrapper::before {
		top: 190px;
        left: -10px;
		background-size: 82px 62px;
	}
}