STRATO-apps/wordpress_03/app/wp-content/plugins/tutor/assets/lib/countdown/tutor-countdown.min.css
SHA-256: 48093e92af192b6d49826333cb73978943c8c8bb7a31cff3c573695669e13eb4
.tutor-time-countdown.tutor-countdown-lg {
display: flex;
margin-left: -25px;
margin-bottom: 50px;
}
.tutor-time-countdown.tutor-countdown-lg div {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: calc(25% - 25px);
height: 150px;
border: 1px solid #dcdbdc;
box-sizing: border-box;
border-radius: 6px;
margin-left: 25px;
}
.tutor-time-countdown.tutor-countdown-lg div h3 {
font-weight: 500;
font-size: 80px;
color: #000;
line-height: 80px;
}
.tutor-time-countdown.tutor-countdown-lg div p {
font-weight: normal;
font-size: 16px;
margin: 0;
}
@media only screen and (max-device-width: 812px) {
.tutor-time-countdown.tutor-countdown-lg div {
height: 80px;
}
.tutor-time-countdown.tutor-countdown-lg div h3 {
font-weight: 500;
font-size: 24px;
color: #000;
line-height: 24px;
}
.tutor-time-countdown.tutor-countdown-lg div p {
font-size: 14px;
}
}