.text-blocks-container {
    margin-top: 50px;
    margin-bottom: 50px;
}
.text-block {
    background-color: #004B97;
    padding: 20px;
    height: 100%;
}
.text-block h5, .text-block .h5 {
    color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.5;
}
.text-block p {
    color: #fff;
    padding-bottom: 20px;
}
.text-block a {
    color: #fff;
    position: absolute;
    bottom: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: transparent;
    border-color: transparent;
    white-space: normal;
    padding-left: 0;
}
.text-block a:hover, .text-block a:active, .text-block a:focus, .text-block a:hover:focus {
    color: #ffb200;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
.text-block a:after {
    content: " \2192";
}
.text-block-left {
    padding-left: 0;
    margin-bottom: 20px;
}
.text-block-right {
    padding-right: 0;
    margin-bottom: 20px;
}
.imported-block .text-block a {
    position: relative;
    bottom: 0;
}
.imported-block .text-block p {
    padding-bottom: 0;
}
@media only screen and (max-width : 767px) {
    .text-block-left {
        padding: 0;
        margin-bottom: 20px;
    }
    .text-block-right {
        padding: 0;
    }
    
}

@media only screen and (max-width : 480px) {
    .text-blocks-container .flex-parent {
        webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}