@charset "utf-8";

.myplaceforpartsTop {
    background-image: url("../images/general/mpfp-bg2.jpg");
    height: 400px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 0px solid #111111;
    background-size: cover;
}
.myplaceforpartsMain {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 10px solid var(--primary-color-1-dark);
	padding-top:4rem;
	padding-bottom:4rem;
}
