/* Text Pods */

.text-pod .pod-icon{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.text-pod a{
    text-decoration: none;
}
.text-pod .content-wrapper{
	position: relative;
	z-index: 99;
	padding-top: 60px;
}
.text-pod h3{
	max-width: 85%;
    margin-bottom: 14px;
}
.text-pod .content-wrapper{
    position: relative;
    padding-bottom: 40px;
}
.text-pod .button, .text-pod .txt-btn{
    position: absolute;
    bottom: 0;
}
.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);
}