.footer__info4 .badges {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: clamp(10px, 1vw, 20px);
}

/* new cgm-col */
.hero-2__info-image{
	align-items: center; 
}
.hero-2__info-image img{
	max-width: 300px;
}
.monitoring__title{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 600px;
}
.monitoring__item{
	max-width: 300px;
}
.header-menu-alt{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	gap: 35px;
}
.header-menu-alt li{
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
.header-menu-alt li a{
	font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    color: #212121;
    text-align: center;
    margin-bottom: 5px;
}
body.page-1209 .footer__wrapper{
	justify-content: center;
	column-gap: 40px;
	row-gap: 30px;
}

body.page-1257 section.text{
	min-height: 60vh;
	padding: 140px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
body.page-1257 section.text h2.text__title{
	font-size: 57px;
	color: #212121;
	font-weight: bold;
}
body.page-1209 .hero__cta:before{
	display: none;
}
body.page-1209 .hero__cta{
	font-size: 20px;
}

.landing-logo{
	display: flex;
	align-items: center;
}
.landing-logo a{
	display: block;
}
.landing-logo a.header__logo{
	width: 100px;
	margin-right: 20px;
}
a.landing-phone{
	text-decoration: none;
	font-size: 20px;
	color: #212121;
}
@media (max-width: 991px){
	.header-menu-alt{
		flex-direction: column;
		align-items: center;
	}
	.header-menu-alt li a{
		font-size: 24px;
	}
}

@media (max-width: 768px){
	body.page-1257 section.text h2.text__title{
		font-size: 24px;
	}
}
/* new cgm-col */

@media screen and (max-width:1536px){
	.footer__info4 .badges {
    width: 100% !important;
    flex-direction: column;
    gap: 30px !important;
}
	.badges img {
    max-width: 170px;
}
}
.monitoring__item p {
    font-size: clamp(14px, 0.83vw, 16px) !important;
    line-height: 130%;
    color: #212121;
    font-weight: 300;
    width: 100%;
    max-width: 99px;
    margin: 0 auto;
}
.benefits__item li {
    font-size: clamp(14px, 0.83vw, 16px) !important;
    font-weight: 300;
}
/* CGM */
.frm_error {
    display: none !important;
}
.form-2__wrapper input[aria-invalid="true"] {
    border: solid 1px red !important;
}
.form-2__wrapper .with_frm_style .frm_checkbox input[type=checkbox][aria-invalid="true"] {
    border: solid 1px red !important;
}
.text-image__item p, .access__item-content {
    font-size: 16px !important;
}
#frm_checkbox_15-0 label {
    font-size: 14px !important;
}
.footer__wrapper input[aria-invalid="true"] {
    border: solid 1px red !important;
}