main h1 {
    font-size: 35px;
}

main h2 {
    font-size: 25px;
    margin: 30px 0 30px 0;
}

main p {
    font-size: 17px;
    text-indent: 1em
}

h2 {
    text-align: center;
    margin-bottom: 20px;
}

ul.square {
    filter: invert(50%);
    list-style-type: square !important;
}
li {
    font-size:17px;
}

.vl {
    border-left: 1px solid black;
    height: 480px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 30;
}
.animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

  .container2 .is-multiline {
    display: grid;
    margin-top: 10px;
    grid-template-columns: 45% 22.5% 32.5%;
    justify-content: space-between;
    align-items: center;
  }