.resources-banner { background-image: url('../../../../../uploads/2023/12/resources-banner.webp'); background-repeat: no-repeat; background-position: unset; background-size: cover; padding-top: 150px; padding-bottom: 70px; text-align: center; min-height: 450px; display: flex; align-items: center; justify-content: center; }
.resources-banner .banner-content .main-heading{ line-height: 1.3; }

.our-tool-box{
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 40px;
    margin-bottom: 40px;
    color: #fff;
}

.our-tool-box .image-box{
    width: 60%;
    text-align: center;
}

.our-tool-box .content-wrapper{
    width: 40%;
}

.our-tool-box .content-wrapper .inner-layer{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 30px 0;
}

.our-tool-box.slogans-tool{
    background: url('../../../../../uploads/2024/06/slogan-tool-bg.webp') no-repeat;
    background-position: center; 
    background-size: cover;
    margin-bottom: 70px;
}

.our-tool-box.shades-tool{
    background: url('../../../../../uploads/2024/06/shades-tool-bg.webp') no-repeat;
    background-position: center;
    background-size: cover;
}

.our-tool-box.shades-tool .inner-layer{
    padding: 75px 0;
}

.our-tool-box strong{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    display: block;
}

.our-tool-box p{
    font-weight: 400;
    margin: 15px auto 25px;
}

.our-tool-box.slogans-tool .image-box {
    transform: scale(1.1) translateX(-10%);
}

.our-tool-box.shades-tool .image-box{
    transform: scale(1.2);
}

@media only screen and (max-width: 1520px){
    .our-tool-box.slogans-tool .image-box {
        transform: scale(1.1) translateX(-7%);
    }   
}

@media only screen and (max-width: 1300px){
    .our-tool-box.slogans-tool{
        margin-bottom: 55px ;
    }
    .our-tool-box.slogans-tool .inner-layer{
        padding: 30px 0 30px 20px;
    }
    .our-tool-box.shades-tool .inner-layer{
        padding: 30px 0;
    }
    .our-tool-box.shades-tool .image-box {
        transform: scale(1.15);
    }
}

@media only screen and (max-width: 1200px){
    .custom-sidebar-row .column{
        max-width: 100%;
    }
    .our-tool-box.slogans-tool .image-box {
        transform: scale(1.1) translateX(-4%);
    }
    .custom-sidebar-row .sidebar-column .row > div{
        flex: 0 0 auto;
        width: 50%;
    }
}

@media only screen and (max-width: 991px){
    .our-tool-box.shades-tool .image-box {
        max-width: 340px;
    }
    .our-tool-box.shades-tool .content-wrapper{
        margin-right: 50px;
    }
    .our-tool-box.slogans-tool .inner-layer {
        padding: 60px 0 60px 20px;
    }
}

@media only screen and (max-width: 767px){
    .custom-sidebar-row .sidebar-column .row > div{
        flex: unset;
        width: 100%;
    }
    .our-tool-box .image-box,
    .our-tool-box .content-wrapper{
        width: 100%;
    }
    .our-tool-box.shades-tool .content-wrapper{
        margin-right: auto;
    }
    .our-tool-box .image-box{
        order: 2;
    }
    .our-tool-box .content-wrapper{
        order: 1;
    }
    .our-tool-box .content-wrapper .inner-layer{
        width: 100%;
        max-width: 450px;
        text-align: center;
        padding: 30px 0 0 !important;
    }
    .our-tool-box .button-style{
        justify-content: center;
    }
    .our-tool-box.slogans-tool .image-box,
    .our-tool-box.shades-tool .image-box{
        transform: scale(1) translateX(0) translateY(25px);
    }
    .our-tool-box.shades-tool .image-box{
        max-width: 100%;
    }
}

@media only screen and (max-width: 425px){
    .our-tool-box{
        padding: 0 20px;
    }
}