.we-open {
    padding: 100px 0px;
}

.we-open-body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.we-open-left {
    width: 50%;
    position: relative;
}

.tmp-left {
    width: 90%;
    height: 575px;
    background: #d7d7d7;
    border-radius: 15px;
}

.schedule {
    display: flex;
    flex-direction: column;
    padding: 50px;
    background: #09ab9c;
    border-radius: 15px;
    position: absolute;
    bottom: -45px;
    right: 15px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.schedule>h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 26px;
    font-weight: 700;
}

.schedule>span {
    margin-bottom: 10px;
    font-size: 18px; 
}

.we-open-right {
    padding: 0 15px;
    width: 50%;
}

.we-open-right>span {
    font-size: 16px;
    font-weight: 800;
    color: #09ab9c;
    text-transform: uppercase;
}

.we-open-right>h1 {
    margin: 15px 0 15px 0;
    padding: 15px 0 15px 0;
    font-size: 42px;
    font-weight: 800;
}

.we-open-right>p {
    font-size: 18px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

.we-open-right>hr {
    height: 5px;
    background: #09ab9c;
    border: none;
    border-radius: 5px;
    width: 100px;
    margin: 25px 0 35px 0;
}

.we-open-icons {
    display: flex;
    gap: 25px;
}

.we-open-icons>i {
    font-size: 42px;
    color: #09ab9c;
    padding: 25px;
    border: 1px solid #f7f7f7;
    border-radius: 15px;
}

/* Mobile */

.mobile-we-open {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 90px);
    padding-top: 90px;
}

.mobile-we-open-top {
    text-align: center;
}

.mobile-we-open-top>span {
    font-size: 14px;
    font-weight: 800;
    color: #09ab9c;
}

.mobile-we-open-top>h1 {
    color: #101010;
    font-weight: 800;
    font-size: 28px;
    text-align: center;
}

.mobile-we-open-top>p {
    color: #101010;
    font-size: 14px;
}

.mobile-we-open-top>hr {
    height: 5px;
    background: #09ab9c;
    border: none;
    border-radius: 5px;
    width: 100px;
    margin: 0 auto;
}

.mobile-we-open-icons {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.mobile-we-open-icons {
    font-size: 24px;
    color: #09ab9c;
}

.mobile-schedule {
    display: flex;
    flex-direction: column;
    padding: 25px;
    background: #09ab9c;
    border-radius: 15px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    width: calc(100% - 140px);
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.mobile-schedule>h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.mobile-schedule>span {
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
}