body{background-color:#000;width:100%;height:100%}*{padding:0;margin:0;box-sizing:border-box}.port{border:1px solid #ffffff1a;width:100%;height:.5px;display:flex;align-items:center;justify-content:center;margin:50px 0}.port>h2{color:#fff;font-size:25px;background-color:#000;padding:0 20px}.port>h2>i{color:#bff747;font-size:18px;padding:0 10px}.port-contentt{display:grid;grid-template-columns:repeat(3,1fr);padding:20px;gap:20px}.port-contentt,.port-contentt>img{width:100%;height:100%}@media screen and (max-width:430px){.port-contentt{width:100%;height:100%;display:grid;grid-template-columns:repeat(2,1fr);padding:20px;gap:20px}}