.tpm-home-footer-pkg {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding-top: 80px;
    padding-left: 70px;
    padding-right: 70px;
}

.tpm-home-footer-pkg__container {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.tpm-home-footer-pkg__title {
    padding-bottom: 20px;
}

.tpm-home-footer-pkg__details-row {
    padding-bottom: 60px;
}

.tpm-home-footer-pkg__logo {
    width: 50%;
}

.tpm-home-footer-pkg__address-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.tpm-home-footer-pkg__title-text {
    color: #333333;
    font-weight: 700;
    font-size: 22px;
}

.tpm-home-footer-pkg__icon {
    color: rgb(25, 126, 193);
    font-size: 18px;
    width: 10px;
    display: inline-block;
}

.tpm-home-footer-pkg__text {
    font-weight: 400;
    color: #222222;
    font-size: 17px;
    padding-left: 15px;
}

.tpm-home-footer-pkg__icon--phone {
    font-size: 22px;
}

.tpm-home-footer-pkg__icon--caret {
    font-size: 18px;
}

.tpm-home-footer-pkg__address-list p {
    display: flex;
    padding-left: 0;
    margin: 0;
    margin-bottom: 2rem;
}

.tpm-home-footer-pkg__address-list p:last-child {
    margin-bottom: 0;
}

.tpm-home-footer-pkg__text--resource-link {
    padding-left: 10px;
}

.tpm-home-footer-pkg__copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
}

.tpm-home-footer-pkg__copyright-text {
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
}

.tpm-home-footer-pkg__details--contact .tpm-home-footer-pkg__address-list {
    padding-top: 10px;
}

.tpm-home-footer-pkg a {
    color: #222222;
    text-decoration: none;
}

.tpm-home-footer-pkg a:hover {
    color: #f58e1f;
    text-decoration: none;
}

.tpm-home-footer-pkg__text--link {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.tpm-home-footer-pkg__text--link:hover {
    color: #f58e1f;
}

.tpm-home-footer-pkg__bbb-wrap {
    margin-top: 30px;
}

@media screen and (min-width: 1800px) {
    .tpm-home-footer-pkg {
        padding-left: 0;
        padding-right: 0;
    }

    .tpm-home-footer-pkg__container {
        max-width: 1500px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tpm-home-footer-pkg {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tpm-home-footer-pkg__text {
        font-size: 15px;
        padding-left: 10px;
    }

    .tpm-home-footer-pkg__icon {
        font-size: 16px;
    }

    .tpm-home-footer-pkg__icon--phone {
        font-size: 20px;
    }

    .tpm-home-footer-pkg__title {
        padding-bottom: 15px;
    }

    .tpm-home-footer-pkg__title-text {
        font-size: 20px;
    }

    .tpm-home-footer-pkg__details-row {
        padding-bottom: 40px;
    }

    .tpm-home-footer-pkg__copyright-text {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tpm-home-footer-pkg {
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .tpm-home-footer-pkg__title {
        padding-bottom: 10px;
    }

    .tpm-home-footer-pkg__title-text {
        font-size: 20px;
    }

    .tpm-home-footer-pkg__details-row {
        padding-bottom: 40px;
    }

    .tpm-home-footer-pkg__logo {
        width: 60%;
    }

    .tpm-home-footer-pkg__text {
        font-size: 15px;
        padding-left: 10px;
    }

    .tpm-home-footer-pkg__icon {
        font-size: 15px;
    }

    .tpm-home-footer-pkg__icon--phone {
        font-size: 18px;
    }

    .tpm-home-footer-pkg__details {
        margin-bottom: 20px;
    }

    .tpm-home-footer-pkg__address-list p {
        margin-bottom: 1rem;
    }

    .tpm-home-footer-pkg__address-list p:last-child {
        margin-bottom: 0;
    }

    .tpm-home-footer-pkg__copyright-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .tpm-home-footer-pkg {
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .tpm-home-footer-pkg__title {
        padding-bottom: 8px;
    }

    .tpm-home-footer-pkg__details-row {
        padding-bottom: 15px;
    }

    .tpm-home-footer-pkg__logo {
        width: 60%;
    }

    .tpm-home-footer-pkg__text {
        font-size: 15px;
        padding-left: 10px;
    }

    .tpm-home-footer-pkg__icon {
        font-size: 15px;
    }

    .tpm-home-footer-pkg__icon--phone {
        font-size: 18px;
    }

    .tpm-home-footer-pkg__details {
        margin-bottom: 20px;
    }

    .tpm-home-footer-pkg__address-list p {
        margin-bottom: 1rem;
    }

    .tpm-home-footer-pkg__address-list p:last-child {
        margin-bottom: 0;
    }

    .tpm-home-footer-pkg__copyright-text {
        font-size: 13px;
    }
}
