.spectra-stamp {
    position: sticky;
    top: 120px;
}

.terms--conditions h2, .terms--conditions h3, .terms--conditions h4, .terms--conditions h5, .terms--conditions h6, .terms--conditions strong{
	color: var(--black);
    font-weight: 600;
}

ul{
    padding-left: 20px;
}

a{
    color: var(--primary);
    text-decoration: none;
}

@media(max-width:991px){
    .spectra-stamp {
        position: relative;
        top: 0;
        max-width: 200px;
    }
    .terms--conditions h2 {
        font-size: 22px;
    }

    .terms--conditions h3 {
        font-size: 20px;
    }
}