﻿.container-bg {
    background: #151622;
    padding: 2% 0;
}

.contact-title {
    width: 60%;
    margin: 0 auto;
    padding: 1% 0;
}

    .contact-title > h2 {
        display: inline-block;
    }

.title1 {
    color: #fff;
    margin-right: 1%;
}

.title2 {
    color: #bbcee7;
    opacity: 0.3;
}

.container-box {
    background: #0D0E19;
    width: 60%;
    margin: 0 auto;
}

.icon {
    width: 6%;
}

.container-inbox {
    padding: 4%;
    display: flex;
    justify-content: space-between;
}

.contact-us {
    width: 40%;
    padding: 2%;
    border: 1px solid #2869E8;
    border-radius: .0625rem;
    position: relative;
}

.title3 {
    position: absolute;
    top: -8%;
    background: #0D0E19;
    padding: 0 1%;
    left: 4%;
    font-size:.25rem;
}

.work-time {
    width: 40%;
    padding: 2%;
    border: 1px solid #2869E8;
    border-radius: .0625rem;
    position: relative;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.time-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.time-box2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.time1 {
    color: #becdd5;
}

.contact2 {
    margin-left: 2%;
    vertical-align: super;
}
.hours12 {
    width:.95rem;
}