.home #header {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    width: 100%;
}
.home #header .header_wrap {
    margin-left: auto;
    margin-right: auto;
}
.investobot_wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    background: #43C481;
    display: flex;
    justify-content: center;
}
.investobot_alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    height: 90px;
    width: 1224px;
    max-width: 100%;
    padding: 0 16px;
}
.investobot_alert p {
    color: #FFF;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; 
}
.investobot_alert p span {
    font-weight: 700;
}
.investobot_alert .btn_black  {
    border-radius: 10px;
    background: #000;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 15px 15px 22px;
    text-decoration: none;
}
.investobot_alert .btn_black span {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 20px;
}

.investobot_alert .btn_black b {
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.investobot_alert .btn_black_img {
    padding: 4px 12px;
    border-radius: 5px;
    background: #373737;
    display: flex;
    align-items: center;
    justify-content: center;
}
.investobot_alert .btn_black_img img {
    height: 32px;
    width: auto;
}
.home_top_ARVR,
.home_countdown {
    padding-top: 250px;
}

@media screen and (max-width: 1023.94px) {
    .home #menu {
        top: 170px;
    }
    .home_top_ARVR_logo .wp-block-group__inner-container p {
        margin-bottom: 0;
    }
}


@media screen and (max-width: 781.94px) {
    .investobot_alert > p {
        font-size: 22px;
        text-align: left;
    }
}
@media screen and (max-width: 599.94px) {
    .investobot_alert > p {
        font-size: 18px;
    }
}