.c-widget-calendar {
    margin-bottom: 65px;
}

.c-widget-calendar .arb-new-title {
    color: #0A0909;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    font-family: Montserrat, sans-serif;
    text-transform: none;
    padding-bottom: 70px;
}

.arb-new-title {
    color: #0A0909;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    font-family: Montserrat, sans-serif;
    text-transform: none;
    padding-bottom: 70px;
}
.arb-new-title span {
    color: #F4364C;
    padding: 3px 40px 8px 40px;
    display: inline-block;
    border: 1px solid #F4364C;
    border-radius: 100px;
    font-weight: 600;
}
@media (max-width:  1024px) {
	.arb-new-title {
		font-size: 38px;
		padding-bottom: 50px;
	}
}
@media (max-width:  768px) {
	 .arb-new-title {
		font-size: 28px;
	}
}
@media (max-width: 550px) {
	.arb-new-title span {
		padding: 3px 20px 3px 20px;
	}
	.arb-new-title {
		font-size: 23px;
	}
}