.countdown {
    margin: 15px auto 15px !important;
 
}

.section-title2 {
 
    font-size: 20px;
	float: none;
  text-align: center;
  margin: 0 auto 10px;
  position: relative;
  padding-bottom: 35px;
  font-family: "Playfair Display", serif;
}
.section-title2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 189px;
  max-width: 189px;
  height: 24px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='189' height='26' viewBox='0 0 189 26'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%238eaeba' stroke-width='1.5px' d='M86.19%2C2.362L96.98%2C13%2C86.19%2C23.634%2C75.4%2C13Z'/%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%238eaeba' stroke-width='1.5px' d='M94.985%2C2.362L105.775%2C13%2C94.985%2C23.634%2C84.2%2C13Z'/%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%238eaeba' stroke-width='1.5px' d='M103.78%2C2.362L114.57%2C13%2C103.78%2C23.634%2C92.991%2C13Z'/%3E%3Cpath fill-rule='evenodd' fill='%238eaeba' d='M120%2C14V13H523v1H120Z'/%3E%3Cpath fill-rule='evenodd' fill='%238eaeba' d='M-331%2C14V13H69v1H-331Z'/%3E%3C/svg%3E");
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.countdown.dark2 > div > div{
    color: #8eaeba;	
	font-size: 30px;
}

.countdown.dark2 > div > span{
    color: #8eaeba;	
	 
}

@media (max-width: 767px) {
    .hero-subtitle {
        font-size: 20px !important;
    }
}

h2.section-title.lessmargin {
    margin: 0 auto 5px ! IMPORTANT;
}