.coming-soon {
    background-color: #FFFDF3;
    margin: 0;
    padding-top: 80px;
    padding-bottom: 160px;
}

.coming-soon .breadcrumbs {
    color: #595959;
    font-weight: 500;
}

.coming-soon .breadcrumbs a {
    color: #595959;
    text-decoration: none;
    cursor: pointer;
}

.coming-soon .breadcrumbs i {
    padding: 0 16px;
}

.coming-soon .circle-icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #28a745;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

.coming-soon .section-title {
    color: #28a745;
    text-align: center;
    padding: 48px 0 20px 0;
}

.coming-soon .section-description {
    text-align: center;
    max-width: 607px;
    margin: 0 auto;
}

.coming-soon .circle-container {
    display: flex;
    justify-content: center;
    margin-top: 10%;
}

.coming-soon .circle-icon .icon-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.coming-soon .circle-icon i {
    margin-bottom: 10px;
}

.coming-soon .circle-icon p {
    font-size: 12px;
    color: #595959;
}

.coming-soon .batery {
    width: 40px;
    height: 30px;
}

@media only screen and (max-width: 767px) {
    .coming-soon .circle-container {
        margin-top: 50%;
    }
}