@media (max-width: 500px) {
    .port-container::before {
        width: 138px;
        height: 39px;
    }

    .port-container::after {
        width: 292px;
        height: 42px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .services-section {
        padding: 30px 2vw;
    }

}