section.about-us-header {
    background-color: #FBF9FF;
    padding-top: 1.875rem;
    padding-bottom: 3.8rem;
}

.parent-about-header {
    /* filter: drop-shadow(2px 8px 20px #D2CEDD);
    -webkit-filter: drop-shadow(2px 8px 20px #D2CEDD); */
    width: 224.4px;
    height: 295px;
}

.about-header-img {
    border-radius: 8px;
}

.team-frame {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 1px;
    transition: 2s;
    -webkit-clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 50% 80%, 3% 100%, 3% 30%);
    clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 50% 80%, 0% 100%, 0% 30%);
}

@media (min-width:768px) {

    .section.about-us-header {
        padding-top: 3.34rem;
        padding-bottom: 8.31rem;
    }

    .parent-about-header {
        width: 336.81px;
        height: 442.79px;
    }
    .bg-art{
        background-image: url('/wp-content/themes/northladder/img/mobile-arrow-bg.svg');
        background-repeat: no-repeat;
        background-position: 5% 40%;
    }
}
@media (min-width:905px) {

    .section.about-us-header {
        padding-top: 2.32rem;
    }

    .parent-about-header {
        width: 377.49px;
        height: 496.27px;
    }
    .bg-art{
        background-position: 52% center;
    }
}

@media (min-width:1240px) {

    .section.about-us-header {
        padding-top: 2.29rem;
    }

    .parent-about-header {
        height: 582px;
        width: 443px;
    }
    .bg-art{
        background-image: url('/wp-content/themes/northladder/img/desktop-arrow-bg.svg');
        background-position: center 35%;
    }
}