@charset "utf-8";
/* CSS Document */



.home_temp {
    background-color: #212529;
}
.home_temp main {
    display: flex;
    height: 100vh;
	margin-top: 15vh;
}
.home_temp .bsg {
    background-color: #212529;
	padding-top: 50px;
    padding-bottom: 50px;
}
.home_temp .thermics {
    background-color: #349184;
}
.home_temp .savio {
    background-color: #c2d112;
}
.home_temp .biasi {
    background-color: #cc1719;
}
.home_temp .eurothex {
    background-color: #878787;
}
.home_temp .bsg img, .home_temp .thermics img, .home_temp .savio img, .home_temp .biasi img, .home_temp .eurothex img {
    display: block;
    margin: auto;
}
.home_temp .thermics, .home_temp .savio, .home_temp .biasi, .home_temp .eurothex {
    padding-top: 50px;
    padding-bottom: 50px;
}