﻿.custom62 {
    clear: both;
    overflow: hidden;
}

    .custom62 .col {
        width: 50%;
        float: right;
        overflow: hidden;
    }

        .custom62 .col.img img {
            width: 100%;
        }

        .custom62 .col.text {
            padding: 10px 30px 0 30px;
            background-color: transparent;
        }

.grow {
    transition: all .3s ease-in-out;
}

    .grow:hover {
        transform: scale(1.1);
    }

@media only screen and (max-width: 650px) {
    .custom62 .col {
        width: 100%;
    }
}
