/* wall Digital art page */

.banner2 .content h3 {
    color: white;

    font-weight: bold;
    font-size: 32px;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.banner2 {
    background-color: #383d31;

}

.banner2 .content hr {
    color: #fff !important;
    width: 18rem;
    border: 1.5px solid #fff;
    margin: 0;
    opacity: 100% !important;
}

.banner2 .content p {
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0 0;
    padding: 0;
}

.banner2 .content {}

.alldesign .top-img {
    width: 6rem;
    height: 6rem;

}

.alldesign h6 {
    font-size: 20px;
    color: #000;
    font-weight: 500;

    margin: 0.5rem 0;
}

.alldesign h4 {
    font-size: 32px;
    color: #000;
    font-weight: 700;

    margin: .5rem 0;

}

.alldesign p {
    color: #000;
    font-size: 18px;
    margin: 0.5rem 0;

}

.alldesign button {
    background-color: #383d31;
    border: none;
    border-radius: 50px;
    max-width: 237px;
    color: white;
    margin: 8px 0;
    font-weight: 500;
    padding: 2px auto;

}

.alldesign .download-btn {
    background-color: #383d31;
    border: none;
    border-radius: 50px;
    max-width: 237px;
    color: white;
    margin: 8px 0;
    font-weight: 500;
    text-align: center;
    padding: 5px 0;
    line-height: 23px;
}

.wall-art-sec {
    padding-bottom: 40px;
}

.wall-art-sec .full-diver {
    top: 28%;
}

@media only screen and (min-width: 1600px) {

    .wall-art-sec .full-diver {
        top: 33%;
    }
}

@media only screen and (min-width:1400px) and (max-width: 1599px) {

    .wall-art-sec .full-diver {
        top: 31%;
    }
}

@media only screen and (max-width: 976px) {

    .wall-art-sec .full-diver {
        top: 19%;
    }
}

@media only screen and (max-width: 600px) {

    .wall-art-sec .full-diver {
        top: 12%;
    }

    .alldesign .top-img {
        margin-inline: auto;
    }

    .alldesign h6,
    .alldesign h4,
    .alldesign p,
    .alldesign button,
    .alldesign .download-btn {
        text-align: center;
    }

    .alldesign .download-btn {
        margin-inline: auto;
        width: 100%;
    }
}