section.tools-section {
    padding: 50px 0;
}
section.section-blue {
    background-color: #F3F3FF;
}
section.tools-header-section {
    padding: 100px 0;
    background: linear-gradient(25deg, #825ee4 0%, #635BFF 25%, #FF5E24 80%, #FFD950 100%);
}
section.tools-header-section .page-header-aftertitle-text {
    padding: 0;
}
@media (max-width: 991px) {
    section.tools-header-section {
        padding: 50px 0;
    }
}
.dotted-border.light h1 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}
.page-header-title {
    margin-bottom: 25px;
}
.page-header-title h2 {
    font-size: 38px;
    line-height: 46px;
    margin: 0;
    font-weight: 600;
    letter-spacing: -1px;
}
.page-header-title h1 {
    font-size: 46px;
    line-height: 48px;
    margin: 0;
    font-weight: 600;
    letter-spacing: -1px;
}
.page-header-aftertitle-text {
    margin-bottom: 25px;
    padding: 0;
}
.page-header-aftertitle-text p,
section.tools-header-section .page-header-aftertitle-text p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
section.tools-header-section .page-header-aftertitle-text p {
    color: white;
}
.page-header-aftertitle-text img {
    margin: 0;
}
.pbn-pages-image img {
    border-radius: 20px;
    border: 3px solid #ffffff;
}
.pbn-image-colors-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin: 0 auto 15px auto;
    justify-content: center;
}
.pbn-image-colors-list li {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    align-items: center;
    justify-content: center;
    display: flex;
}
.feature {
    border-radius: 10px;
    background: #fafaff;
    padding: 20px;
}
.feature-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.features-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 991px) {
    .features-section {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .features-section {
        grid-template-columns: repeat(1, 1fr);
    }
}
.pbn-pages-how {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.pbn-pages-how-image {
    text-align: right;
}
.pbn-pages-how-image img {
    border-radius: 15px;
    overflow: hidden;
    border: 10px solid #F3F3FF;
}
@media (max-width: 991px) {
    .pbn-pages-how {
        grid-template-columns: 1fr;
    }
    .pbn-pages-how-image {
        text-align: center;
    }
}
.pbn-pages-how-steps {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 500px;
}
.pbn-step {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
    text-align: left;
}
.pbn-step-name {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
}
.pbn-step-description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.pbn-step-dot,
.pbn-step-dot img {
    width: 25px !important;
    height: 25px !important;
    max-width: 25px !important;
    max-height: 25px !important;
}
@media (max-width: 768px) {
    .pbn-step-name {
        font-size: 18px;
        line-height: 22px;
    }
    .pbn-step-description {
        font-size: 14px;
        line-height: 18px;
    }
    .feature-title {
        font-size: 18px;
        line-height: 20px;
    }
    .feature p {
        font-size: 14px;
        line-height: 18px;
    }
}
#colors-mixing-app > div {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
}
#colors-mixing-app > div:first-child {
    margin-bottom: 20px;
}
#colors-mixing-app hr {
    display: none;
}
.ai-coloring-pages-reviews {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .ai-coloring-pages-reviews {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}
@media (max-width: 451px) {
    .ai-coloring-pages-reviews {
        grid-template-columns: 1fr;
    }
}
.ai-review {
    border: 2px solid #E9E9EF;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0px 18px 20px 0px #d5d4e230;
}
@media (max-width: 768px) {
    .ai-review {
        padding: 15px;
    }
}
.ai-review-author {
    display: flex;
    flex-direction: row;
}
.ai-review-author-image {
    height: 73px;
    width: 73px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #FFF4E1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    margin-right: 15px;
}
.ai-review-author-info {
    text-align: left;
    font-size: 18px;
}
.ai-review-author-rating img {
    margin: 0 0 5px -5px;
}
.ai-review-author-name {
    margin-bottom: 10px;
}
.ai-review-author-trustpilot {
    margin-top: 5px;
}
.ai-review-author-trustpilot a {
    font-size: 15px;
}
.ai-review-text p {
    text-align: left;
    font-size: 16px;
}
.ai-reviews-trustpilot p {
    color: #5f5f5f;
    font-size: 18px;
}