.hero-ssl {
	padding-bottom: 128px;
}

@media (max-width: 1023px) {
	.hero-ssl {
		padding-bottom: 48px;
	}
}

.hero-ssl .section-title-action {
	margin: 84px 0;
}

@media (max-width: 1023px) {
	.hero-ssl .section-title-action {
		margin: 48px 0;
	}
}

.hero-ssl .section-title .button {
	margin: 0;
}


.partners-inner-ssl {
	padding: 84px 0;
	background-color: var(--white);
}

@media (max-width: 1023px) {
	.partners-inner-ssl {
		padding: 48px 0;
	}
}

.ssl-table {
	background-color: var(--white);
}

.ssl-table .section-title {
	margin-bottom: 72px;
}

@media (max-width: 1023px) {
	.ssl-table .section-title {
		margin-bottom: 48px;
	}
}

.ssl-table tr:last-child td {
	border-bottom: none;
}

.ssl-table tr:first-child td:first-child {
	border-radius: 8px 0 0 0;
}

.ssl-table tr:first-child td:last-child {
	border-radius: 0 8px 0 0;
}

.ssl-table tr:last-child td:first-child {
	border-radius: 0 0 0 8px;
}

.ssl-table tr:last-child td:last-child {
	border-radius: 0 0 8px 0;
}

.ssl-table td .button span {
	display: inline-flex;
	margin-right: 2px;
	padding-right: 6px;
	border-right: 1px solid var(--slate-600);
}

.contact-info-section-ssl .hero-contact-info-light {
	margin-top: 128px;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width: 1023px) {
	.contact-info-section-ssl .hero-contact-info-light {
		margin-top: 64px;
	}
}


.advantages-ssl {
	padding-bottom: 56px;
}

@media (max-width: 1023px) {
	.advantages-ssl {
		padding-bottom: 32px;
	}
}
