/*.val-pod {
    background: #f2f2f2;
    padding: 45px 30px 30px 30px;
    margin-bottom: 30px;
	height:100%;
}
.val-pod-wrap {
	text-align:center;
	margin-top:60px;
}
.val-pod-wrap .medium {
	margin-bottom:50px;
}
.val_pod_img {
    min-height: 100px;
    width: 100%;
    background-size: contain !important;
}
.val-pod-title {
    width: 90%;
    margin: auto;
    font-size: 34px;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
	word-break: break-all;
}
.val-pod-wrap .col-md-6 {
	margin-bottom:30px;
}
.val-pod-wrap .row {
    margin: 6% auto;
}
@media (max-width:767px) {
	.val-pod-wrap .row {
		margin: 30px auto;
	}
}
*/
.icon-pod-wrap {
    background-color: #1d9aa8;
    padding: 3% 0;
    text-align: center;
    color: #fff;
}
.icon-pod-wrap h1, .icon-pod-wrap h2, .icon-pod-wrap h3, .icon-pod-wrap h5 {
    color:#fff;
}
.icon-pod-wrap .container {
    max-width: 900px;
    margin:auto;
}
.ip-img-wrap {
    max-width: 100%;
    max-height:100%;
    width: 250px;
    height: 250px;
    margin: auto;
    border-radius: 250px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
}
img.val_pod_img {
    height: 70%;
    max-width: 70%;
    margin: auto;
}
.icon-pod-wrap .row {
    margin-top: 30px;
}
.icon-pod-wrap h2 {
    font-size: 2.9rem;
}
.val-pod-title {
    font-size: 22px;
    font-weight: 500;
    margin-top: 22px;
}
.text-pod {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-content: center;
    border-radius: 250px;
    font-size: 44px;
    margin: auto;
}
@media (max-width:991px) {
    .ip-img-wrap {
        width: 200px;
        height: 200px;
    }
}
@media (max-width:767px) {
    .ip-img-wrap {
        width: 150px;
        height:150px;
    }
    .icon-pod {
        margin-bottom: 30px;
    }
    .text-pod {
        width: 150px;
        height: 150px;
        font-size: 33px;
    }

    .icon-pod-wrap .col-md-4 {
        margin-bottom: 30px;
    }
}