.topbox {
    position: relative;
    text-align: center;
}

.topbox img {
    width: 80%;
}

.topbox .pbox {
    position: absolute;
    top: 46%;
    left: 13%;
}

.topbox .pbox p {
    letter-spacing: 1.08px;
    color: #747474;
    width: 46%;
    text-align: left;
}

.managementbox {
    text-align: center;
}

.managementbox :first-child {
    position: relative;
    bottom: -12vh;
}

.enterprise {
    text-align: center;
    margin-top: 7%;
}

.enterprise>p {
    letter-spacing: 1.43px;
    color: #16307A;
    font-size: 24px;
    font-weight: 700;
    margin: 5% auto;
}

.enterprise .text_box {
    display: flex;
    margin: 0 auto;
    width: 80%;
    align-items: center;
    justify-content: center;
    margin-top: 4%;

}

.enterprise .text_box p {
    text-align: left;
    letter-spacing: 1.08px;
    color: #747474;
    font-size: 15px;
    text-indent: 2em;
    width: 70%;
}
.bottombox{
    margin: 10% auto 3%;
    text-align: center;
}

@media (max-width: 768px) {}