.techno_item {
    display: flex;
    flex-flow: row wrap;
    align-content: space-around;
    justify-content: space-around;
    list-style: none;
    gap: 30px 30px;
}

.techno_presentation_block {
    width: 350px;
    height: 250px;
    background-color: #707070;
    padding: 4px;
    border: 1.5px solid #0072ff;
    border-radius: 25px;
    text-align: center;
    margin-right: 30px;
    margin-top: 8px;
    margin-bottom: 8px;
    transition: 0.5s ease-in-out;
}

.techno_presentation_block:hover {
    background-color: #505050;
    border: 2px solid #00ffff;
    scale: 1.2;
}

.techno {
    color: #fff;
}

.techno_title {
    margin: 5px;
    text-justify: auto;
}

.techno_description {
    color: #dcdcdc;
    margin: 0px;
    height: 120px
}

.techno_logo {
    width: 48px;
    max-width: 48px;
    max-height: 48px;
    height: 48px;
    margin: 0px;
}

.info_techno {
    position: relative;
    top: -25px;
    left: -5px;
}
