.speciality-hero {
    height: 100%;
    padding: 0 10%;
}

.speciality-heading {
    padding-block: 50px;
}

.speciality-heading h1 {
    font-size: 100px;
    text-align: center;
}

.speciality-btn button {
    padding: 35px 35px;
    background-color: #FFD700;
    ;
    border: none;
    color: rgb(1, 1, 42);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
    position: absolute;
    top: 360px;

}

.speciality-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.speciality-line hr {
    border: 5px solid #000;
    opacity: 100%;
    border-radius: 50px;
}

.gold-trading-bg {
    width: 100%;
    height: 650px;
    background-image: url(./images/gold-trade.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.speciality-grid {
    width: 80%;
    margin: 0 10%;
    margin-top: 70px;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.speciality-list {
    width: 95%;
}

.intro {
    margin-bottom: 40px;
}

.w-box {
    background-color: rgb(1, 1, 42);
}

.sp-box {
    margin-bottom: 50px;
    width: 95%;
    padding: 0 5%;
    padding-block: 40px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    background-color: rgb(1, 1, 42);
    border: none;
}

.sp-box a {
    text-decoration: none;
    color: #fff;
}

button a {
    color: aliceblue;
    text-decoration: none;
}

button a:hover {
    color: aliceblue;
    text-decoration: none;
}

.box-grid {
    margin-top: 30px;
}

@media only screen and (max-width: 1296px) {
    .bg {
        display: none !important;
    }

    .speciality-heading h1 {
        width: 100%;
        font-size: 50px;
    }

    .speciality-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .speciality-btn {
        display: none;
    }
}