/* Text Pods */

.text-pod *{
    color: #000;
}
.text-pod .pod-icon{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.text-pod .content-wrapper{
	position: relative;
	z-index: 99;
	padding-left: 90px;
	padding-top: 60px;
}
.text-pod .content-wrapper .desc{
	padding-left: 100px;
}
.text-pod h3{
	max-width: 90%;
}
.text-pod h3 a{
    text-decoration: none;
}
.text-pod h3 a:hover{
    text-decoration: underline;
    color: #000;
}
.text-pod{
    margin-top: 30px;
    margin-bottom: 30px;
}
.text-pod.icon_v1.has-border .box-link{
    border: 1px solid var(--dark_blue);
}
.text-pod.icon_v1.has-border .image-wrapper{
    min-height: 138px;
    display: flex;
    align-items: center;
}
.text-pod.icon_v1.has-border .content-wrapper{
    position: relative;
    padding-bottom: 30px;
}
.text-pod.icon_v1.has-border .button{
    position: absolute;
    bottom: 0;
}
.text-pod.classic .box-link{
    text-align: center;
}
.text-pod.classic .content-wrapper.adaptive-height-2{
    position: relative;
    padding-bottom: 56px;
}
.text-pod.classic:not(.inline-button) .button:not(.text){
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.text-pod.classic .blue .button:not(.text){
    background-color: var(--coral);
}

@media screen and (max-width: 1320px){
    .text-pod h3 {
        max-width: 100%;
    }
}

@media screen and (max-width: 1199px){
    .text-pod .content-wrapper{
        padding-left: 70px;
    }
    .text-pod .content-wrapper .desc{
        padding-left: 70px;
    }
    .text-pod .pod-icon{
        max-width: 100%;
    }
}

@media screen and (max-width: 991px){
    .text-pod .content-wrapper{
        padding-left: 40px;
    }
    .text-pod .content-wrapper .desc{
        padding-left: 40px;
    }
}

@media screen and (max-width: 767px){
    .text-pod .pod-icon{
        width: 195px;
    }
    .text-pod{
        margin: 0 0 20px;
    }
    .wp-block-column:last-child .text-pod{
        margin-bottom: 0;
    }
    .text-pod h3{
        margin-bottom: 15px;
    }
}


