.colours__title {
    font-size: 20px;
}

.colours__main__bg {
    padding: 15px 10px;
}

.colours__card__box a {
    text-decoration: none;
    color: unset;
}

.colours__card__box {
    padding: 10px 30px;
}

.color__top__title {
    margin-left: -310px;
}

.color__main__title {
    margin-top: -25px;
}

.tc-img-title {
    font-size: 32px;
    padding-bottom: 15px;
    text-decoration: none;
}

.design_page .image-tc-bx a img {
    height: 45vh;
    object-fit: cover;
}

.color__image__and__color__box {
    width: 150px;
    height: 100px;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #e6e6e6; */
}

.color__image__and__color__box {
    background-size: cover;
    background-position: center;
}

.color__image__and__color__box img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}




@media only screen and (min-width : 768px) and (max-width : 1400px) {

    .color__top__title {
        margin-left: -250px;
    }

    .colours__card__box p {
        margin-bottom: 10px;
    }

    .color__main__title {
        margin-top: -25px;
    }

    .tc-img-title {
        font-size: 18px;
        padding-bottom: 15px;
    }



}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .color__top__title {
        margin-left: 0;
    }

    .color__main__title {
        margin-top: -10px;
        margin-right: -45px;
    }

    .color__top__title {
        margin-left: -80px;
    }

    .colours__main__bg {
        padding: 15px 10px;
    }

    .color__image__and__color__box {
        width: 120px;
        height: 80px;
        background-color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .color__image__and__color__box img {
        width: 120px;
        height: 80px;
        object-fit: cover;
    }

    .colours__main__bg {
        padding: 15px 10px;
        text-align: center;
        display: inline-block;
        flex-wrap: wrap;
        justify-content: center;
    }



    .color__box__outer {
        text-align: center;
    }

    .colours__title {
        font-size: 16px;
    }

    .color__main__title {
        margin-top: -10px;
        margin-right: 0;
    }

    .colours__card__box {
        padding: 10px 15px;
    }

    section.common__padding.color-content-box.px-lg-5 {
        padding-bottom: 0;
    }

    .design_page .image-tc-bx a img {
        height: 250px;
        object-fit: cover;
    }

    .tc-img-title {
        font-size: 24px;
        padding-bottom: 20px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

    .design_page .row.pb-5 {
        padding-bottom: 0 !IMPORTANT;
    }

}