/* 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;
}
.text-pod h3{
	max-width: 85%;
}
.text-pod a{
    text-decoration: none;
}
.text-pod .inner{
    margin-bottom: 70px;
}
.text-pod.curved{
    border-radius: 50px;
}
.text-pod.rounded{
    border-radius: 150px;
}
.text-pod.rounded a.box-link{
    padding: 120px 40px;
    text-align: center;
}
.text-pod.rounded h3{
    max-width: 100%;
}
.text-pod.rounded .inner{
    margin-bottom: 30px;
}
.text-pod{
    margin-top: 30px;
    margin-bottom: 30px;
}
.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);
}

@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;
    }
}
