.transport_banner{display:flex;flex-direction:column;align-items:center;justify-content:center;height:80vh;overflow:hidden;position:relative;width:100%}.transport_banner:before{content:"";z-index:1;background:rgba(0,0,0,.5)}.transport_banner .img,.transport_banner:before{position:absolute;width:100%;height:100%;top:0;left:0}.transport_banner .img{z-index:0;object-fit:cover}.transport_banner .title{position:absolute;color:#fff;z-index:2;font-size:5rem;font-family:Permanent Marker,cursive;font-weight:700;line-height:1.1}@media screen and (max-width:700px){.transport_banner .title{font-size:4rem}}.transport_content{display:flex;align-items:center;justify-content:center;width:92%;margin:2rem auto;padding:1rem;gap:1rem}@media screen and (max-width:800px){.transport_content{flex-direction:column;gap:1rem;align-items:center;justify-content:center;width:100%}}.transport_content .transport_card{display:flex;flex-direction:column;align-items:left;justify-content:left;width:22%;height:450px}@media screen and (max-width:800px){.transport_content .transport_card{width:100%;padding:1rem}}.transport_content .transport_card .card_category{font-size:1.2rem;color:#df6951}.transport_content .transport_card .card_subheading{font-size:.9rem;color:gray}.transport_content .transport_card .card_heading{font-size:1.2rem;font-weight:600;color:#000;margin-top:.5rem;margin-bottom:.5rem}.transport_content .transport_card .text{font-size:.9rem;font-weight:400;line-height:normal;width:100%}