.trad-wrapper-full {
    position: relative;
    max-width: 100%; /* Changed from fixed width to 100% */
    margin: 0 auto;
    background-color: #f1f1f1;
    z-index: 0;
}
.trad-cta-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    text-align: left;
    padding: 28px;
    border-radius: 3px;
    flex-direction: column;
    justify-content: space-around;
}
/* .trad-cta-wrapper::after{
    content: "";
    position: absolute;
    width:100%;
    height:100% ;
    left: 0;
    top: 10px;
    margin: 0;
    padding: 0;
} */

.trad-details-wrapper h2 {
    font-weight: 600;
    margin: 0 0 4px 0;
    color: #000000;
    font-size: 27px;
}

.trad-details-wrapper{
    font-size: 18px;
    color: #000000;
}

.trad-blue-cta-button {
    padding: 8px 20px;
    color: #000;
}
.trad-blue-cta-button a{
    padding: 8px 20px;
    color: #ffffff;
}

/* Tablet view adjustments */
/* @media (max-width: 1024px) {
    .trad-wrapper-full {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .trad-details-wrapper {
        width: 100%;
        display: flex;
    }

    .trad-blue-cta-button {
        padding: 8px 20px;
    }
} */

/* Mobile view adjustments */
@media only screen and (max-width: 767px) {
    .trad-details-wrapper {
        float: center;
        width: 100%;
    }
}
.trad-wrapper-full::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: -1;
}
.trad-cta-wrapper{
    z-index: 0;
}