.ip-team-list {
    padding: 0 2.5%;
    font-size: 0;
    text-align: center;
}
    .ip-team-item {
        width: 25%;
        display: inline-block;
        vertical-align: text-top;
        padding: 0 20px;
        margin-bottom: 40px;
    }
        .ip-team-item a {
            display: block;
            position: relative;
            transition: all 0.3s ease-in-out;
        }
        	.ip-team-item a:hover {
        		opacity: 0.8;
        	}
            .ip-team-img {
                position: relative;
            }
                .ip-team-img canvas {
                    display: block;
                    width: 100%;
                }
                .ip-team-img img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            .ip-team-details {
                margin: 37px 0 0;
                text-align: center;
                text-transform: uppercase;
            }
                .ip-team-details > div {
                    display: inline-block;
                    text-align: left;
                    padding-left: 20px;
                    border-left: 1px solid var(--primary);
                }
                .ip-team-details strong {
                    display: block;
                    font-weight: 300 !important;
                    font-size: 23px;
                    color: #fff;
                    letter-spacing: 0.05em;
                    line-height: 1;
                    margin-bottom: 9px;
                }
                .ip-team-details span {
                    display: block;
                    font-size: 14px;
                    font-weight: 300;
                    letter-spacing: 0.05em;
                    line-height: 1;
                    color: #666666;
                }

@media only screen and (max-width: 1440px) {
	
}


@media only screen and (max-width: 1280px) {
	
}

@media only screen and (max-width: 1199px) {
	
}

@media only screen and (max-width: 991px) {
	.ip-team-item {
		width: 100%;
		max-width: 282px;
	}
}

@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 480px) {
	
}