.checkup__item{
	background-color: #F5F8F9;
    border-left: 2px solid #275F68;
    padding: 35px 20px 50px 35px;
    margin-top: 35px;
}
.item__top{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.item__top-title{
    color: #474D50;
    font-weight: 700;
    font-size: 25px;
}
.item__top-param{
	display: flex;
	gap: 31px;
}
.item__subtitle{
	font-weight: bold;
	color: #474D50;
}
.item__top-right .main-btn{
padding: 0 25px;
}
.item__bottom{
	border-top: 1px solid #4BB9B6;
    padding-top: 20px;
    margin-top: 20px;
	color: #484848;
}
@media (max-width: 765px){
	.item__top{
		flex-direction: column;
		gap: 15px;
	}
}
@media (max-width: 390px){
	.item__top-title{
		font-size: 20px;
	}
}