﻿.box {
    padding: -7px 0px;
}

.box-part {
    width: 270.21px;
    height: 315.72px;
    background: #FFF;
    border-radius: 5px;
}

.myCard {
    width: 270.21px;
    height: 315.72px;
}

.box-part:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    background-color: #F2F2F2;
}

    .box-part:hover .title,
    .box-part:hover .text,
    .box-part:hover a {
        color: #FFF;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }

.info-img {
    width: 90.21px;
    height: 92.52px;
    margin-top: 29px;
}
