.any-header {
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}
.any-header h2 {
    font-size: 40px; 
    font-weight: 100;
    margin-top: 100px;
    margin-bottom: 15px;
}
.any-icon{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.any-icon span:not(:nth-child(2)) {
    height: 2px;
    width: 50px;
    background-color: black;
}
.any-icon span:nth-child(2) {
    width: 18px;
    height: 18px;
    background-color: white;
    border: 2px solid black;
    border-radius: 50%; 
}
.any-header p {
    margin-top: 40px;
    color: rgb(128, 128, 128);
    margin-bottom: 50px;
}