.Technology_Card{

}

.Technology_Card .Card_img_holder{
    height: 70px;
    margin-bottom: 30px;
}

.Technology_Card .Card_img_holder .Technology_Card_img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.Technology_Card .text_holder{
    
}

.Technology_Card .text_holder h4 {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
} 

@media (min-width: 0px) and (max-width: 424.98px) {
    .Technology_Card .Card_img_holder {
        height: 40px;
        margin-bottom: 20px;
    }

    .Technology_Card .text_holder h4 {
        font-size: 12px;
    }
    
}


@media (min-width: 425px) and (max-width: 767.98px) {
    .Technology_Card .Card_img_holder {
        height: 60px;
        margin-bottom: 20px;
    }

    .Technology_Card .text_holder h4 {
        font-size: 12px;
    }
    
}



