.checking-product-page{
    padding-bottom: 120px;
    padding-top: 50px;
}
.blue-title{
    color: #232E49;
    
}
.checking-product__row{
    justify-content: space-between;
    align-items: flex-end;
}
.checking-product-info{
    width: 608px;
    max-width: calc(50% - 25px);    
}
.checking-product-info__title{
    color: #232E49;
    font-weight: 600;    
}
.checking-product-values__wrapper{
    margin-top: 33px;
    padding: 33px 28px;
    background-color: #2D2D2D;
    width: 100%;
    border-radius: 18px;
}
.checking-product-values__item{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 21px;
}
.checking-product-values__item:last-child{
    margin-bottom: 0px;
}
.checking-product-values__item-text{
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    font-style: normal;
    font-weight: 400;   
    width: 471px;
    max-width: 100%;

}

.checking-product-info__sub-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #232E49;
    margin-top: 30px;
}
.checking-product-info__text{
    margin-top: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #232E49;
}
.checking-product-info__text p{
    margin: 0px;
    margin-top: 8px;
}
/* Styles for the form component have been moved to the component's style file */

@media(max-width:1024px){
    .checking-product__row{
        flex-wrap: wrap;
    }
    .checking-product-info,
    .checking-product-interaction {
        width: 100%;
        max-width:100%;
    }
    .checking-product-interaction{
        margin-top: 50px;
    }
}