* {
    font-family: "Raleway", sans-serif !important;
}

.phone {
    font-family: "Roboto", sans-serif !important;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
}

table,
td {
    border-collapse: collapse;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    outline: none;
    text-decoration: none;
    display: block;
}
a {
    text-decoration: none;
}
/* Responsive */
@media screen and (max-width: 620px) {
    .container {
        width: 100% !important;
    }
    .p-24 {
        padding: 18px !important;
    }
    .p-16 {
        padding: 12px !important;
    }
    .stack {
        display: block !important;
        width: 100% !important;
    }
    .center {
        text-align: center !important;
    }
    .hide-mobile {
        display: none !important;
    }
    .img-fluid {
        width: 100% !important;
        height: auto !important;
    }
    .btn a {
        display: block !important;
    }
}
