        .cc-em--search-book .cc-content-items .cc-search-book-content-text .cc-richtext .bullet__wrapper {
            display: flex !important;
            align-items: center;
        }

        .cc-em--search-book .cc-content-items .cc-search-book-content-text .cc-richtext * strong {
            margin-bottom: 10px;
        }

.cc-em--hero .slick-dots li button,
.cc-em--boxes .slick-dots li button{
	width: 14px !important;
	height: 14px !important;
	border-radius: 50%;
}
.cc-em--hero .slick-dots {
	bottom: 10px !important;
}

        .cc-em--search-book .cc-content-items .cc-search-book-content-text .cc-richtext .bullet__wrapper .circle {
            height: 20px;
            width: 20px;
            background-color: #fff;
            border-radius: 50%;
            display: flex !important;
            align-items: center;
            justify-content: center;
            color: #3e739f !important;
            margin-right: 10px !important;
        }

        form.cc-book-form-wrp .cc-cta.cc-cta--book {
            background-color: #2ccd6f;
        }

        .bullet__wrapper .text br {
            display: none !important;
        }

        @media only screen and (max-width: 768px) {
            .bullet__wrapper .text br {
                display: unset !important;
            }
	.cc-em--search-book .cc-content-items .cc-search-book-content-title .cc-richtext * {
		font-size: 24px !important;
	}
        }

 @media (min-width: 1024px) {
	.cc-em--search-book .cc-content-items .cc-search-book-content-title .cc-richtext * {
		font-size: 24px !important;
	}
	}
        @media (min-width: 768px) and (max-width: 1024) {
	.cc-em--search-book .cc-content-items .cc-search-book-content-title .cc-richtext * {
		font-size: 20px !important;
	}
}
        @media (min-width: 768px) {

            .cc-em.cc-em--search-book {
                margin-top: 10px;
            }

            .cc-form.cc-book-form .cc-input {
                border: 1px solid #366d9b;
            }

            /********** Targa **********/
            .cc-em--search-book .cc-content-items .cc-item .cc-book-wrp::before {
                width: calc(100% - 10px) !important;
                background-color: #fff !important;
                border: 1px solid #366d9b;
                left: 10px !important;
                box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.2);
            }

            .cc-em--search-book .cc-content-items .cc-item .cc-book-wrp {
                padding-right: 24px !important;
            }

            /********** Trova centro **********/
            .cc-em--search-book .cc-content-items .cc-item .cc-search-wrp:before {
                left: 0 !important;
                width: calc(100% - 5px) !important;
                box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.2);
            }

            .cc-em--search-book .cc-content-items .cc-item .cc-search-wrp {
                padding-left: 24px !important;
            }
        }