
.texas-about{color:#fff;background:#121212;padding:50px 20px;font-family:Arial,sans-serif;line-height:1.8}
.texas-about-container{max-width:1100px;margin:0 auto}
.texas-banner{width:100%;height:380px;border-radius:10px;overflow:hidden;margin-bottom:40px}
.texas-banner img{width:100%;height:100%;object-fit:cover}
.texas-title{font-size:34px;text-align:center;margin-bottom:15px}
.texas-subtitle{text-align:center;color:#ccc;margin-bottom:45px}
.texas-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-bottom:50px}
.texas-text h3{font-size:24px;margin-bottom:20px}
.texas-text p{margin-bottom:15px;color:#e6e6e6}
.texas-img{border-radius:10px;overflow:hidden}
.texas-img img{width:100%;display:block}
.texas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.texas-card{background:#1e1e1e;padding:25px;border-radius:8px;text-align:center}
.texas-card:hover{background:#0099ff}
@media(max-width:768px){
.texas-content{grid-template-columns:1fr}
.texas-grid{grid-template-columns:1fr}
.texas-banner{height:220px}
}
