.info5_wrapper {
    padding: 120px 0;
}

.info5_container {
    max-width: 1200px;
    margin: 0 auto;
}

.info5_wrapper_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 359px;
}

.info5_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    transition: all 1s;
    cursor: pointer;
}

/* .info5_container:hover .info5_box {
    transform: scale(1.2);
} */

.info5_desription {
    padding: 35px;
    background-color: #f9fafa;
}

.info5_title {
    font-size: 38px;
    color: #3f444b;
    margin-bottom: 15px;
    text-align: center;
}

.info5_desription > p {
    font-size: 16px;
    color: #3f444b;
    text-align: center;
    margin-bottom: 15px;
}

.info5_btn {
    text-align: center;
}

/* .info5_btn a {
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    color: #3f444b;
    border-color: #3f444b;
    border: 2px solid #3f444b;
} */
.info5_btn a {
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
}
.info5_btn a:hover {
    text-decoration: none;
}
