    /* section7 */
    .section6 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .Box7 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        grid-gap: 15px;
    }

    .Box7 h1 {
        color: #1F268F;
        text-align: center;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #FFF;
        font-family: "Playfair Display";
        font-size: 48px;
    }

    .Box7 h2 {
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        letter-spacing: 0.8px;
    }

    .Box7 a {
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        padding: 15px 30px;
        background: var(--color);
        border-radius: 50px;
        transition:0.5s;
    }

    .Box7 a:hover {
        color: var(--color);
        background: #FFF;
    }