

.techAdvantages-title {
    font-size: 26px;
    height: 100px;
    color: black;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.techAdvantages-subtitle {
    color: #FDCC53;
}

.techAdvantages-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.techAdvantages-tech {
    width: 262px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-top: 20px;
    gap: 30px;
    border-bottom: 2px solid #EDEDED;
}

/*.techAdvantages-img {*/
/*    cursor: pointer;*/
/*}*/

.techAdvantages-description {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
}



.techAdvantages-clock {
    height: 18px;
    width: 18px;
}

.techAdvantages-date {
    margin-left: 10px;
    font-size: 12px;
    color: #A9A9A9;
}

.techAdvantages-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.techAdvantages-moreLink {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
    width: 188px;
    border: 0px solid black;
    font-weight: lighter;
    color: black;
    text-decoration: none;
}
