.main-photo{
    max-height: 500px;
    object-fit: cover;
}

.top-card-wrap, .contact-form{
    background-color: #00425d;
}

.product-title{
    font-size: 30px;
}

.feature-image img{
    width: 184px;
    height: 230px;
    object-fit: cover;
}

.feature-text {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature-text p{
    font-size: 14px;

}

/*.countdown__timer:first-child {*/
/*    display: none;*/
/*}*/

.countdown__item{
    padding: 12px;
}



.countdown__value{
    font-size: 40px;
}