    h2 {
        /*text-align: center;*/
        font-size: 2rem;
        font-weight: 600;
    }
    
    @keyframes vawe {
        20% {
            border-radius: 45% 55% 62% 38%/53% 51% 49% 47%;
        }
        40% {
            border-radius: 45% 55% 49% 51%/36% 51% 49% 64%;
        }
        60% {
            border-radius: 60% 40% 57% 43%/47% 62% 38% 53%;
        }
        80% {
            border-radius: 60% 40% 32% 68%/38% 36% 64% 62%;
        }
    }
    
    .testimonial_newrounded {
        position: relative;
        width: 100%;
        overflow: hidden;
        background-color: #201c29;
    }
    
    .testimonial_newrounded::before,
    .testimonial_newrounded::after {
        position: absolute;
        width: 350px;
        height: 350px;
        content: "";
        border-radius: 54% 46% 42% 58%/60% 58% 42% 40%;
        background-image: linear-gradient(45deg, /*#ab49de, #5b41f2*/
        #751601, #f67155);
        animation: vawe 5s linear infinite;
        z-index: -1;
    }
    
    .testimonial_newrounded::before {
        top: -10%;
        right: -10%;
    }
    
    .testimonial_newrounded::after {
        bottom: -10%;
        left: -15%;
    }
    
    .testimonial_newrounded:nth-child(1) {
        bottom: -10%;
        right: -15%;
    }
    
    .dots {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: .5;
    }
    
    .dots span {
        position: absolute;
        border-radius: 50%;
        background-image: linear-gradient(45deg, /*#ab49de, #5b41f2*/
        #751601, #f67155);
        border-radius: 38% 62% 55% 45%/32% 53% 47% 68%;
        animation: vawe 7s linear infinite;
        opacity: .3
    }
    
    .dots span:nth-child(1) {
        top: 10%;
        left: calc(100% - 360px);
        width: 75px;
        height: 75px;
    }
    
    .dots span:nth-child(2) {
        top: 15px;
        left: 180px;
        width: 50px;
        height: 50px;
        border-radius: 38% 62% 33% 67%/60% 53% 47% 40%;
        transform: rotate(90deg);
    }
    
    .dots span:nth-child(3) {
        right: 180px;
        bottom: 20px;
        width: 80px;
        height: 80px;
        border-radius: 38% 62% 55% 45%/52% 53% 47% 48%;
    }
    
    .dots span:nth-child(4) {
        bottom: 50px;
        left: 240px;
        width: 20px;
        height: 20px;
        border-radius: 38% 62% 55% 45%/52% 53% 47% 48%;
    }
    
    .dots span:nth-child(5) {
        right: 280px;
        bottom: 80px;
        width: 25px;
        height: 25px;
        border-radius: 38% 62% 55% 45%/52% 53% 47% 48%;
    }
    
    .dots span:nth-child(6) {
        top: 6%;
        left: calc(100% - 400px);
        width: 25px;
        height: 25px;
    }
    
    .dots span:nth-child(7) {
        top: 6%;
        left: calc(100% - 80%);
        width: 70px;
        height: 70px;
    }
    
    .timeline p {
        font-size: 1.7rem;
        line-height: 1.3;
        margin: 10px 0;
    }
    
    .timeline {
        display: flex;
        flex-direction: column;
        margin: 30px auto;
        position: relative;
        width: 100%;
    }
    
    .timeline__event {
        margin-bottom: 20px;
        position: relative;
        display: flex;
        margin: /*60px 0 55px*/
        20px 0 5rem;
        border-radius: 6px;
        align-self: center;
        /*width: 100%;*/
    }
    
    .timeline__event:nth-child(2n+1) {
        flex-direction: row-reverse;
    }
    
    .timeline__event:nth-child(2n+1) .timeline__event__date {
        border-radius: 0 6px 6px 0;
    }
    
    .timeline__event:nth-child(2n+1) .timeline__event__content {
        border-radius: 25px 0 0 25px;
    }
    
    .timeline__event:nth-child(2n+1) .timeline__event__icon:before {
        content: "";
        width: 2px;
        height: 180px;
        background: /*#d8e0e8*/
        #000;
        position: absolute;
        top: 0%;
        left: 50%;
        right: auto;
        z-index: -1;
        transform: translateX(-50%);
        -webkit-animation: fillTop 2s forwards 4s ease-in-out;
        animation: fillTop 2s forwards 4s ease-in-out;
    }
    
    .timeline__event:nth-child(2n+1) .timeline__event__icon:after {
        content: "";
        width: 100%;
        height: 2px;
        background: /*#d8e0e8*/
        #000;
        position: absolute;
        right: 0;
        z-index: -1;
        top: 50%;
        left: auto;
        transform: translateY(-50%);
        -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
        animation: fillLeft 2s forwards 4s ease-in-out;
    }
    
    .timeline__event__title {
        font-size: 2.1rem;
        line-height: 1.1;
        text-transform: uppercase;
        font-weight: 600;
        color: #a0a2a5;
        letter-spacing: 0.5px;
    }
    
    .timeline__event__content {
        padding: 20px;
        box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
        background: #fff;
        width: calc(40vw - 84px);
        border-radius: 0 25px 25px 0;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .timeline__event__date {
        color: #c0c5ca;
        font-size: 1.5rem;
        font-weight: 600;
        background: #212529;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        padding: 0 20px;
        border-radius: 6px 0 0 6px;
    }
    
    .timeline__event__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #5d5a5f;
        padding: 20px;
        align-self: center;
        margin: 0 60px;
        background: #d8e0e8;
        border-radius: 100%;
        width: 250px;
        box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
        padding: 10px;
        height: 250px;
        position: relative;
        border: solid 2px;
        cursor: pointer;
    }
    
    .timeline__event__icon i {
        font-size: 5rem;
    }
    
    .timeline__event__icon:before {
        content: "";
        width: 2px;
        height: 100%;
        background: #f6a4ec;
        position: absolute;
        top: 0%;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
        -webkit-animation: fillTop 2s forwards 4s ease-in-out;
        animation: fillTop 2s forwards 4s ease-in-out;
    }
    
    .timeline__event__icon:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #f6a4ec;
        position: absolute;
        left: 0%;
        z-index: -1;
        top: 50%;
        transform: translateY(-50%);
        -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
        animation: fillLeftOdd 2s forwards 4s ease-in-out;
    }
    /* .timeline__event__description {
    flex-basis: 60%;
} */
    
    .timeline__event--type2:after {
        background: #555ac0;
    }
    
    .timeline__event--type2 .timeline__event__date {
        color: #ffe7e1;
        background: #ff161f;
    }
    
    .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before,
    .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
        background: #87bbfe;
    }
    
    .timeline__event--type2 .timeline__event__icon {
        background: #f5947f;
        color: #632113;
        padding: 30px 28px 31px 35px;
    }
    
    .timeline__event--type2 .timeline__event__icon:before,
    .timeline__event--type2 .timeline__event__icon:after {
        background: #ff161f;
    }
    
    .timeline__event--type2 .timeline__event__title {
        color: #fe7657;
    }
    
    .timeline__event--type3:after {
        background: #24b47e;
    }
    
    .timeline__event--type3 .timeline__event__date {
        color: #aff1b6;
        background-color: #24b47e;
    }
    
    .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before,
    .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
        background: #aff1b6;
    }
    
    .timeline__event--type3 .timeline__event__icon {
        background: #aff1b6;
        color: #24b47e;
    }
    
    .timeline__event--type3 .timeline__event__icon:before,
    .timeline__event--type3 .timeline__event__icon:after {
        background: #aff1b6;
    }
    
    .timeline__event--type3 .timeline__event__title {
        color: #24b47e;
    }
    
    .timeline__event:last-child .timeline__event__icon:before {
        content: none;
    }
    
    @media (max-width: 768px) {
        .timeline__event {
            flex-direction: column;
            align-self: center;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 1rem;
            width: 100%;
            margin: 1.3rem 0 2rem;
        }
        .timeline__event__content {
            width: 100%;
        }
        .timeline__event__icon {
            /* border-radius: 6px 6px 0 0;
        width: 100%; */
            margin: 0;
            box-shadow: none;
            margin-bottom: auto;
        }
        .timeline__event__icon:before,
        .timeline__event__icon:after {
            display: none;
        }
        .timeline__event__date {
            border-radius: 0;
            padding: 20px;
        }
        .timeline__event:nth-child(2n+1) {
            flex-direction: column;
            align-self: center;
        }
        /* .timeline__event:nth-child(2n+1) .timeline__event__date {
        border-radius: 0;
        padding: 20px;
    } */
        /* .timeline__event:nth-child(2n+1) .timeline__event__icon {
        border-radius: 6px 6px 0 0;
        margin: 0;
    } */
        /* .smallshow {
        display: flex;
    }
    .bigshow {
        display: none;
    } */
    }
    
    @-webkit-keyframes fillLeft {
        100% {
            right: 100%;
        }
    }
    
    @keyframes fillLeft {
        100% {
            right: 100%;
        }
    }
    
    @-webkit-keyframes fillTop {
        100% {
            top: 100%;
        }
    }
    
    @keyframes fillTop {
        100% {
            top: 100%;
        }
    }
    
    @-webkit-keyframes fillLeftOdd {
        100% {
            left: 100%;
        }
    }
    
    @keyframes fillLeftOdd {
        100% {
            left: 100%;
        }
    }
    
    @font-face {
        font-family: 'FontAwesome';
        src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
        src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
        font-weight: normal;
        font-style: normal
    }
    
    @media (min-width: 320px) {
        .timeline {
            margin: 30px 20px;
        }
        .timeline__event__title {
            font-size: 1.2rem;
            line-height: 1.0;
        }
        .timeline p {
            font-size: 1.2rem;
            line-height: 1.2;
        }
        /* .smallshow {
        display: flex;
    }
    .bigshow {
        display: none;
    } */
        .timeline__event:nth-child(2n+1) .timeline__event__date {
            border-radius: 0;
            padding: 20px;
            position: absolute;
            top: 2px;
            right: auto;
            left: 5%;
            padding: 10px 10px;
        }
        .timeline__event--type2 .timeline__event__date {
            color: #ffe7e1;
            background: #ff161f;
            position: absolute;
            top: 5px;
            left: auto;
            right: 1%;
            padding: 10px 10px;
        }
        .timeline__event:nth-child(2n+1) .timeline__event__date:after {
            content: "";
            position: absolute;
            margin-top: 2px;
            margin-left: 2px;
            border-left: 9px solid transparent;
            border-right: 16px solid transparent;
            border-bottom: 19px solid #212529;
            transform: rotate(134deg);
            right: -9px;
            top: auto;
            bottom: -6px;
        }
        .timeline__event--type2 .timeline__event__date:after {
            content: "";
            position: absolute;
            margin-top: 2px;
            margin-left: 2px;
            border-left: 9px solid transparent;
            border-right: 16px solid transparent;
            border-bottom: 19px solid #ff161f;
            transform: rotate(126deg);
            right: auto;
            top: auto;
            bottom: -6px;
            left: -11px;
        }
    }
    
    @media (min-width: 360px) {
        .timeline__event:nth-child(2n+1) .timeline__event__date {
            border-radius: 0;
            padding: 20px;
            position: absolute;
            top: 2px;
            right: auto;
            left: 25%;
            padding: 10px 10px;
        }
        .timeline__event--type2 .timeline__event__date {
            color: #ffe7e1;
            background: #ff161f;
            position: absolute;
            top: -10px;
            left: auto;
            right: 31%;
        }
    }
    
    @media (min-width: 768px) {
        .timeline {
            margin: 2rem 0 5rem;
        }
        .timeline__event__title {
            font-size: 1.5rem;
            line-height: 1.1;
        }
        .timeline p {
            font-size: 1.7rem;
            line-height: 1.3;
        }
        .timeline__event:nth-child(2n+1) .timeline__event__date {
            border-radius: 0 25px 25px 0;
            padding: 20px;
            position: absolute;
            top: 0;
            right: auto;
            left: 30%;
        }
        .timeline__event--type2 .timeline__event__date {
            color: #ffe7e1;
            background: #ff161f;
            position: absolute;
            top: -10px;
            left: auto;
            right: 31%;
            border-radius: 25px 0 0 25px;
        }
    }
    
    @media (min-width: 769px) {
        .timeline__event:nth-child(2n+1) .timeline__event__date,
        .timeline__event--type2 .timeline__event__date {
            padding: 20px;
            top: 0;
            right: auto;
            left: auto;
            position: relative;
        }
        .timeline__event:nth-child(2n+1) .timeline__event__date:after,
        .timeline__event--type2 .timeline__event__date::after {
            display: none;
        }
        /* .timeline__event--type2 .timeline__event__date {
            top: auto;
            left: auto;
            right: auto;
        } */
    }
    /* ============= Animation background ========= */
    /* Animate Background*/
    
    @keyframes Gradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }
    
    @keyframes cube {
        from {
            transform: scale(0) rotate(0deg) translate(-50%, -50%);
            opacity: 1;
        }
        to {
            transform: scale(20) rotate(960deg) translate(-50%, -50%);
            opacity: 0;
        }
    }
    
    main.background {
        /*background: linear-gradient(132deg, #FC415A, #591BC5, #212335);*/
        background: #fcfbf9;
        background-size: 400% 400%;
        /* animation: Gradient 15s ease infinite; */
        position: relative;
        /*height: 100vh;*/
        width: 100%;
        overflow: hidden;
        padding: 0;
        margin: 0px;
    }
    
    .cube {
        position: absolute;
        top: 80vh;
        left: 45vw;
        width: 10px;
        height: 10px;
        border: solid 1px #D7D4E4;
        transform-origin: top left;
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        animation: cube 12s ease-in forwards infinite;
    }
    
    .cube:nth-child(2n) {
        border-color: #FFF;
    }
    
    .cube:nth-child(2) {
        animation-delay: 2s;
        left: 25vw;
        top: 40vh;
    }
    
    .cube:nth-child(3) {
        animation-delay: 4s;
        left: 75vw;
        top: 50vh;
    }
    
    .cube:nth-child(4) {
        animation-delay: 6s;
        left: 90vw;
        top: 10vh;
    }
    
    .cube:nth-child(5) {
        animation-delay: 8s;
        left: 10vw;
        top: 85vh;
    }
    
    .cube:nth-child(6) {
        animation-delay: 10s;
        left: 50vw;
        top: 10vh;
    }