@media (max-width: 1300px) {
    .page-section, .page-items {
        width: 90%;
        max-width: none;
    }
}
@media (max-width: 1200px) {
    .page-items.split {
        gap: 4rem;
        justify-content: center;
    }
    .page-section-img-wrapper::before {
        width: 120px;
        height: 120px;
        top: -60px;
        right: -50px;
    }
}
@media (max-width: 1100px) {
    .page-header {
        font-size: 35px;
    }
    .page-section {
        gap: 2rem;
    }
    .page-items.split {
        flex-direction: column;
        gap: 2rem;
    }
    .page-items-img-wrapper {
        max-width: none;
        width: 100%;
    }
    .page-part {
        padding-top: 5rem;
    }
    .page-items-text {
        width: 100%;
    }
    .page-items.split.diff .page-items-img-wrapper {
        order: 1;
    }
    
    .page-items.split.diff .page-items-text{
        order: 2;
    }
    
}
@media (max-width: 1050px) {
    .boxes {
        grid-template-columns: repeat(2, 1fr);
    }
    .box-text-wrapper p {
        max-width: none;
    }
    .page-section-img-wrapper::before {
        width: 100px;
        height: 100px;
        top: -30px;
        right: -30px;
    }
}
@media (max-width: 980px) {
    .page-section {
        flex-direction: column;
        align-items: center;
    }
    .page-section-img-wrapper {
        order: 1;
    }
    .page-section-text {
        order: 2;
    }
    .page-section-img-wrapper {
        width: 95%;
        max-width: 300px;
    }
    .about-cta, .ffsd  {
        max-width: none;
    }
    .hero-section {
        padding: 3rem 1rem;
    }
}
@media (max-width: 930px) {
    .page-item-profile {
        flex-direction: column;
    }
    .page-item-profile {
        gap: 1rem;
    }
    .page-item-profile-img-wrapper, .page-item-profile-db-wrapper::before {
        min-width: auto;
        min-height: auto;
        width: 150px;
        height: 150px;
    }
    .page-item-profile-db-wrapper {
        padding-top: 20px;
    }
    .page-item-profile-db-wrapper::before {
        top: 5px;
        right: -20px;
    }
    .page-item-profile-text * {
        text-align: center;
    }
}
@media (max-width: 600px) {
    .boxes {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 500px) {
    .page-part {
        padding-top: 2.5rem;
    }
    .page-h2 {
        font-size: 25px;
    }
}
@media (max-width: 424px) {
    .page-items-img-wrapper {
        height: 270px;
    }
    .page-items.split {
        gap: 1rem;
    }
}