/* content */

.row3 {
    padding: 100px 20px 100px;
    box-shadow: inset -1px 1px 21px -4px rgb(0 0 0 / 50%);
}

.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
}

.content img {
    box-shadow: 0px 26px 18px -15px rgb(39 50 68 / 69%);
    border-radius: 15px;
    height: 128px;
    width: 191px;
    transition: 0.4s;
}

.box {
    transition: 0.4s;
    width: 191px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.box img:hover {
    transform: scale(1.15);
}

.box h2 {
    margin-top: 10px;
    font-size: 20px;
    color: #3772FF;
}

.read-more {
    color: #FF9900;
}

.box-text {
    font-size: 17px;
}
