/* Text Pods */

.text-pod .pod-icon{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.text-pod .content-wrapper{
	position: relative;
	z-index: 99;
}
.text-pod .content-wrapper .desc{
	padding-left: 100px;
}
.icon-pod .box-link .desk{
    padding-left: 0;
    margin-bottom: 20px;
}
.text-pod h3{
	max-width: 85%;
}
.text-pod a{
    text-decoration: none;
}
.text-pod p:last-child{
    margin-bottom: 0;
}
.text-pod{
    margin-top: 60px;
    margin-bottom: 60px;
}
.wp-block-columns.no-gap .text-pod{
    margin-top: 0;
    margin-bottom: 0;
}
.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);
}
.text-pod .inner + .button{
    margin-top: 20px;
}

@media screen and (max-width: 1349px){
    .text-pod.rounded a.box-link{
        padding: 80px 40px;
    }
}

@media screen and (max-width: 991px){
    .text-pod.rounded a.box-link{
        padding: 40px 30px 35px;
    }
    .text-pod{
        margin-top: 0;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 768px){
    .text-pod.rounded{
        border-radius: 100px;
    }
}
