@media (max-width: 768px){
    .frame-join {
        display: flex;
        padding: var(--Space-space-20, 20px);
        align-items: center;
        align-self: stretch;
        margin-bottom: 20px;
    }

    .col-imgcom {
        width: 100%;
    }

    .card-img {
        text-align: center;
    }

    .img-comp {
        width: 100px; /* Adjust the width of the image as needed */
        height: auto; /* Maintain aspect ratio while resizing */
        padding-bottom: 20px;
    }

    .content-company{
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 145%; /* 23.2px */
    }

    .card-com {
        height: auto;
    }
}