.title-big {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
    padding-bottom: 7px;
    border-bottom: 5px solid #0052d9;
    width: 270px;
}

.pro-box {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    height: 328px;
    margin-bottom: 120px;
}

.pro-item-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 260px;
}

.pro-item-right {
    width: 50%;
    display: flex;
    flex-direction: row-reverse;
}

.project-img {
    width: 80%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px #6d6d6d21;
}

.product-btn {
    text-decoration: none;
    padding: 5px 15px;
    font-size: 14px;
    background-color: #0052d9;
    color: #fff;
    border-radius: 4px;
    transition: background-color 0.3s ease-in-out;
}

.product-btn:hover {
    background-color: #0042b9;
}


.pro-item-left-t {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 260px;
}

.pro-item-left-t p {
    text-align: right;
}

.pro-item-right-i {
    width: 50%;
    display: flex;
    flex-direction: row;
}