.fp2{
padding:1.25rem!important;
}

.footer {
    padding: 71px 0 4px 0;
    background: #DAA52021;
}
.footer-title{
    font-family: Raleway;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #DAA520;
}
.footer-text-link{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #000;
    text-decoration: none;
}

.footer-icon{
    font-weight: 900;
    color: goldenrod;
}
.fa-ul {
    font-family: Poppins;
    font-size: 16px;
    width: 277px;
    font-weight: 400;
    text-align: left;
}
section.section-footer-end {
    background: goldenrod;
    color: #fff;
    padding: 10px;
}

.social-icon-link {
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
}

.fix-image {
    position: absolute;
    margin-top: -163px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
.footer {
    padding: 0px 0 4px 0;
}
}