        .info {
            justify-content: center;
            padding: 30px;
            text-align: center;
            background: #121212;
        }
        .cen {
            width: calc(100% - 60px);
            aspect-ratio: 5.75 / 1.21;
            background-image: url('/raw/images/hero.webp');
            background-size: cover;
            background-position: top;
            background-attachment: fixed;
            background-repeat: no-repeat;
            justify-content: center;
            align-items: center;  
            border-top: 1px solid #303030;
            padding: 30px;
            border-bottom: 1px solid #303030;
            text-align: center;
        }
        h3 {
            color: #ffffff;
            font-size: 1.15rem;
            font-weight: 300;
        }
        .cen h6 {
            padding-left: 15%;
            padding-right: 15%;
            color: #eeeeee;
            font-size: 3rem;
            padding-top: 0;
            padding-bottom: 0;
            font-weight: 400;
            background: none;
            margin: 15px;
        }
        @media (max-width: 375px) {
        .cen h6 {
            font-size: 1.21rem;
        }
        }
        @media (max-width: 415px) {
        .cen h6 {
            font-size: 1.75rem;
        }
        }
        @media (min-width: 416px) and (max-width: 515px) {
        .cen h6 {
            font-size: 2.15rem;
        }
        }
        @media (min-width: 516px) {
        .cen h6 {
            font-size: 3rem;
        }
        }
        .con-button {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            gap: 12px;
            font-weight: 300;
            margin-left: 9.45%;
            border: 1px solid #304ffe;
            margin-bottom: 5%;
            background: transparent;
            text-transform: uppercase;
            color: #304ffe;
            padding: 21.75px 30.75px;
            border-radius: 12px;
            box-shadow: 0 9px 15.75px rgba(0,0,0,0.1);
            text-decoration: none;
            font-size: 1.21rem;
            transition: all 0.3s ease;
            font-family: 'Roboto', sans-serif;
        }
        .con-button i {
            font-size: 1.21rem;
        }
        .con-button:hover {
            background: #304ffe;
            box-shadow: 0 9px 15.75px rgba(0,0,0,0.3);
            color: #fff;
        }
        h6 {
            padding-top: 45px;
            padding-bottom: 45px;
            padding-left: 9%;
            padding-right: 9%;
            color: #ffffff;
            font-size: 3rem;
            font-weight: 400;
            margin: 30px auto;
            text-transform: none;
            background-size: 55px 55px; 
            background-image: repeating-linear-gradient(180deg, #212121 0 0.5px, transparent 1px 55%);
            background-position: 0 0, 0 0;
        }
        @media (max-width: 375px) {
        h6 {
            font-size: 1.21rem;
        }
        }
        @media (max-width: 415px) {
        h6 {
            font-size: 1.75rem;
        }
        }
        @media (min-width: 416px) and (max-width: 515px) {
        h6 {
            font-size: 2.15rem;
        }
        }
        @media (min-width: 516px) {
        h6 {
            font-size: 3rem;
        }
        }