/** @format */

.section-take-control.new {
    padding-bottom: 20px;
}
html body .mayvary{
    text-align: center;
    font-size: 16px;
}
html body .call_info {
    display: flex;
    justify-content: center;
    margin: 30px auto;
    gap: 20px;
	list-style-type: none;
}
html body .call_info li:last-child{
    border-left: solid 2px;
    padding-left: 17px;
}
html body .call_info li:last-child a {
    display: flex;
}

.hero .content .cta span {
    font-size: 22px;
    font-weight: 700;
    display: block;
    padding: 12px 30px 12px 30px !important;
}

.section-result-numbers ul li {
    width: 366px;
    max-width: 100%;
}

.section-result-numbers ul li em {
    display: flex !important;
    min-height: 89px !important;
    align-items: center !important;
    justify-content: center !important;
}

.inner-recognized p{
    margin-top: 40px !important;
}

.section-success-stories .disclaimer{
    margin-top: 30px !important;
}

.section-result-numbers .section-title span{
    font-size: 32px !important;
}

.footer-disclaimer span{
    font-style: italic !important;
}

@media screen and (max-width: 767px) {
    .section-events-schedule .events-list li .date {
		width: 120px;
    }

	.section-take-control.new .cta{
		padding-bottom: 0;
		margin-top: -6rem;
		display: block;
	}

    .section-title {
        margin-top: 20px;
        font-size: 20px;
    }

    .section-take-control.new .cta {
        margin-top: -3rem;
    }
}
