.inbound-notifications {
    display: flex;
    padding: 80px 0;
    gap: 40px;
}

.inbound-notifications-title {
    margin-bottom: 40px;
    padding-top: 20px;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: -0.03em;
}

.inbound-notifications-title.title-1 {
    padding: 26px 60px 0 10px;
}

.inbound-notifications-description li {
    margin-top: 10px;
}

.notifications-methods .inbound-notifications-description,
.notifications-methods .inbound-notifications-image {
    width: calc(50% - 20px);
}

@media (max-width: 992px) {
    .inbound-notifications {
        flex-direction: column;
        padding: 60px 0;
        gap: 40px
    }
	
	.inbound-notifications:first-child {
		padding: 0;
	}

    .inbound-notifications-title.title1 {
        padding: 0;
    }

    .notifications-methods .inbound-notifications-description,
    .notifications-methods .inbound-notifications-image {
        width: 100%;
		justify-content: flex-start !important;
    }

    .notifications-methods {
        flex-direction: column-reverse;
		padding: 60px 0 0;
    }
}
@media (max-width: 768px) {
	.inbound-notifications .inbound-notifications-image picture img,
	.inbound-notifications .inbound-notifications-image picture {
		width: 100%;
	}
}
