.container5 {
    padding-top: 2%;
}

.container5 h3 {
    text-align: center;
    font-size: 50px;
    color: #fff;
    padding-bottom: 40px;
    margin-top: 2%;
}

.linkhome {
    color: #fff;
    font-size: 19px;
    text-decoration-line: none;
    font-weight: 500;
}

.linkhome span {
    font-size: 20px;
    padding: 10px 10px;
}

.para {
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-bottom: 5%;
}

.tread {
    font-size: 39px;
    margin-top: 7%;
    font-weight: 600;
}
.team {
    margin-top: 5%;
    text-align: center;
}

.team h2 { 
    font-size: 50px;
    font-weight: 600;
}

.card {
    width: 80%;
    margin-left: 6%;
}

.image img {
    width: 100%;
    height: 80%;
    border-radius: 2%;
    box-shadow: 19px 10px #492a5a;
}

.content-img {
    left: 27px;
    width: 530px;
    top: 20px;
    height: 360px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: 0.6s;
    border-radius: 2%;
}

.content-img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.para1 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.para2{
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
}
