.verato-blog--single-top{    background-size: cover;
    background-color: #e2edf4;
    padding: 60px 0 80px;
    background-repeat: no-repeat;
    background-position: center;}
.verato-blog--single-top .col-12{    max-width: 990px;
    margin: 0 auto;
    display: flex;align-items: center;
    gap: 50px;}
.verato-blog--single__banner-form-wrap{box-shadow: 0px 25px 60px 0px #0000001A;padding: 32px;
    background: #FFF;
    border-radius: 16px;
    max-width: 38.384%;}
.verato-blog--single-top .subtitle{    display: inline-block;
    background: #FFF;
    border-radius: 8px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;}
.verato-blog--single-top .subtitle a{color:var(--c-primary);}
.verato-blog--single-top .verato-blog--single__title{    font-size: 6.4rem;
    margin-bottom: 27px;
    line-height: 1.2;}
.verato-blog--single-top .verato-events-description{    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;}

.verato-blog--single__banner .event-detail{display: flex; gap:40px;}
.verato-blog--single__banner .event-detail h4{font-family: var(--t-primary-font-family);
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 0.6px;
    opacity: 0.7;}
.verato-blog--single__banner .event-detail p{font-size: 14px;
    line-height: 21px;
    font-weight: 600;}

.event-countdown h4 {      color: #64748B;
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: 0.65px;
    font-family: var(--t-primary-font-family);
    margin-bottom: 10px;
  
}

.countdown-grid {
    display: flex;
    gap: 13px;    margin-bottom: 25px;
}

.count-box {
    background: #F1F5F9;
    padding: 14px;
    border-radius: 10px;
    text-align: center;
    min-width: 97px;
}

.count {
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #0296FF;
    line-height: 26px;
}

.label {
    font-size: 14px;
    letter-spacing: 1px;
    color: #6c7a89;
}
.verato-blog--single__banner-form img{    margin-bottom: 20px;}
.verato-events-right-subline{    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    line-height: 19.5px;
    color: #64748B;}
.verato-blog--single__banner-form a.standart-btn{width: 100%;}

@media (max-width: 991px){
	.verato-blog--single__banner-form-wrap{max-width: 50%;}
	.verato-blog--single-top .verato-blog--single__title{font-size: 4.85rem;}
	.verato-blog--single-top .verato-events-description {
    font-size: 18px;
		line-height: 24px;}
	.verato-blog--single__banner .event-detail{flex-wrap: wrap;    row-gap: 20px;}
	
}

@media (max-width: 767px){
	.verato-blog--single-top .col-12{flex-direction: column;}
	.verato-blog--single__banner-form-wrap{max-width: 100%;}
	.verato-blog--single-top{padding: 40px 0 60px;}
	.verato-blog--single__banner-form-wrap{padding: 20px 15px;}
	.count-box{min-width: 31%;}
	.countdown-grid{gap:11px; justify-content: space-between;}
	.verato-blog--single__banner-form img{margin:0 auto 20px;}
	.verato-blog--single__banner-form{text-align: center;}
	.verato-blog--single__banner-form a.standart-btn{width: auto; margin: 0 auto; display: block;}
	
}