.page-about{
        padding: 30px;
        margin-top: 50px;
        position: relative;
}

.card{
        padding: 10px;
        box-shadow: 1px 0px 11px #0101014d;
        width: 380px;
        text-align: center;
        border-radius: 5px;
        transition:  .6s ease all;
        position: relative;
        background: rgb(119, 80, 80);
        margin: 40px 0;
        background: #fcfcff;
}

.card:hover{
        box-shadow: 1px 0px 11px #ffffff;
}

.card-video img{
        width: 250px;
        height: 250px;
}

.card .title , .card .text{
        color: #000;
}

.card .title{
        font-size: 21px;
}

.card .text{
        font-size: 18px;
}
