.status-area{
    padding: 2% 4%;
}
.status-area > h1 {
    font-size: 350%;
    color: #333;
}
.status-area > h2 {
    font-size: 200%;
    color: #333;
}

.status-area div > h2 {
    font-size: 250%;
    color: #333;
}


.status-area div > h3 {
    font-size: 6em;
    color: #333;
    margin: 0;
    padding: 0;
    letter-spacing: -2.2rem;
}

/* .aiden-service h2 {
  flex-basis: 100%;
  margin-bottom: 10px;
} */

.aiden-service h3,
.aiden-service h4 {
  white-space: nowrap;
}



@media (max-width: 767px){
	.status-area div > h3 {
        font-size: 4em;
        color: #333;
        margin: 0;
        letter-spacing: -0.7rem;
    }
}
