.mb-1 {
    font-family: 'Nobile', sans-serif;
    font-style: italic !important;
    margin-bottom: 0.625rem !important;
}
.mt-2 {
    margin-top: 1.25rem !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.logo_dev {
    width: 42% !important;
    height: 42% !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.zoomim {
	width: 300px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
}

.zoomim img {
	width: 100%;
	transition: 0.5s all ease-in-out;
}
.zoomim:hover img {
	transform: scale(1.5);
}