#duringvist {
    background: #fff;
}
.container.visit {
    background: #f9fafb;
    border-radius: 25px;
}
.visiting-box span {
    background: #2563eb;
    padding: 20px 25px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.visiting-box h3 {
    font-size: 17px;
    font-family: system-ui;
}
.visiting-box{
    text-align: center;
}
.visit-header h2 {
    text-align: center;
    padding-bottom: 50px;
    font-size: 30px;
    font-weight: 700;
    font-family: system-ui;
}
#duringvist{
    padding-bottom: 105px;
}