@tailwind base;
@tailwind components;
@tailwind utilities;

@media screen and (max-width:767px) {
    .firstcol{
        margin-bottom: 30px;
    }
}