#pcto-last .container{
    border-top: 1px dashed #A7A7A7;
}

#pcto-last ul li{
    margin-top: .5rem;
}

#pcto-last ul li::before{
    content: url('../images/bullet-purple.svg');
    margin-right: .3rem;
}

#pcto-top .resizer{
    width: 100%;
}

#pcto-top .imgContainer{
    padding-top: 100%;
}

#together .resizer{
    width: 100%;
}

#together .imgContainer{
    padding-top: 100%;
}


@media (max-width: 1199px){
    #pcto-top .imgContainer {
        padding-top: 59%;
    }
    #together .imgContainer{
        padding-top: 59%;
    }
}

@media (max-width: 767px){
    #pcto-top .imgContainer {
        padding-top: 100%;
    }
    #together .imgContainer{
        padding-top: 100%;
    }
}

