.site-content .ast-container .elementor-inner { border-bottom: 1px solid #e6e6e6; }
.ast-single-post .entry-content a { text-decoration: none; }
.home-text-box { height: 340px; opacity: 0; transition-duration: 0.3s; }
.home-text-box:hover { opacity: 1; color: #fff; text-shadow: 1px 2px 3px #000; background: linear-gradient(rgba(10, 86, 115, 0.9) 35%, rgba(255, 255, 255, 0.4) 100%); transition-duration: 0.3s; }
.home-text-box h3 a { color: #fff; font-weight: 600; }
.clickable {
position: relative;
}
.clickable a:after {
content: "";
display: block !IMPORTANT;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}