/* use the import instead the rest might remove later */
@import "modules/section_trusted_by.css";

.trusted-by-half {
	display: flex;
	margin-bottom: 90px;
}
.trusted-by-half_margin-top-small {
	margin-top: 35px;
}
.trusted-by-half_margin-bottom-small {
	margin-bottom: 30px;
}
.trusted-by-half .section-title {
	font-size: 40px;
	color: #181818;
	font-style: normal;
	font-weight: 900;
	font-family: 'Gotham-Black';
	margin-top: 81px;
	margin-bottom: 66px;
	text-align: center;
}

.ironpdf-homepage #page-home-section-trusted-by {
    background-color: #2c0f29;
}

.dark-mode .trusted-by-half {
	background-color: #402640;
	margin-bottom: 0;
	padding-bottom: 90px;
}

.dark-mode .generic-trusted-by-half, 
.dark-mode .generic-trusted-by-banner {
	background-color: transparent;
	margin-bottom: 0;
}
.dark-mode .generic-trusted-by-half {
	padding-top: 50px;
	padding-bottom: 50px;
}

.dark-mode .trusted-by-half .section-title {
	color: #fff;
}
@media (max-width: 767px) {
	.trusted-by-half .section-title {
		font-size: 30px;
	}
}
.trusted-by-half .trusted-logos-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: -15px;
}
@media (max-width: 1279px) {
	.trusted-by-half .trusted-logos-row {
		margin-left: auto;
		margin-right: auto;
		max-width: 800px;
	}
}
.trusted-by-half .trusted-logos-row_margin-small {
	margin: -10px;
}
.trusted-by-half .logo-img-box {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px;
	width: 170px;
	height: 165px;
}
.generic-trusted-by-half .logo-img-box {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px;
	width: 91px;
	height: 93px;
}
.trusted-by-half .logo-img-box_margin-small {
	margin: 10px;
}
.dark-mode .trusted-by-half .logo-img-box {
	background-color: #fff;
}
.ready-started.dark-mode-on {
	background-color: #402640;
}
.dark-mode .generic-trusted-by-half .logo-img-box img {
	width: 65%;
	height: auto;
}z