* {
    font-family: "Montserrat", sans-serif;
    --pink: #ed1969;
    --blue: #1c3a8e;
}
body,
html {
	overflow-x: hidden;
}
section {
    margin-top: 60px;
    
}
.oem-manufacturers__title {
	color: var(--blue);
	font-size: 28px;
	font-weight: 700;
}

.oem-manufacturers__paragraph {
	font-size: 20px;
	font-weight: 500;
}

