/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
</style>
.sf-footer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.sf-footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sf-footer li, .sf-footer ol, .sf-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sf-footer .container {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .sf-footer .container {
      max-width: calc(1140px + 30px);
  }
}
@media only screen and (min-width: 1440px) {
  .sf-footer .container {
      max-width: calc(1312px + 30px);
  }
}
.sf-footer * {
    font-family: "Poppins", sans-serif;
}
.sf-footer a{
 transition: all 400ms ease-in-out;
}
.sf-footer .footer-top .footer-logo img {
    max-width: 130px;
    width: 100%
}
.sf-footer .footer-bottom {
    border-top: 1px solid #d9d9d9;
    padding-bottom: 32px;
    padding-top: 24px;
}
.sf-footer .footer-bottom .footer-copyright span.hs_cos_wrapper_type_text,.sf-footer .footer-bottom .footer-more-info ul li a {
    color: #7E7E7E;
    font-size: 16px;
    line-height: 24px;
     text-decoration: none;
   font-weight: 400;
}
.sf-footer .footer-bottom .footer-more-info ul {
    column-gap: 32px;
    display: flex;
    justify-content: flex-end
}
.sf-footer .footer-bottom .footer-copyright span.hs_cos_wrapper_type_text {
    display: block;
}
.sf-footer .footer-bottom .footer-more-info ul li a:hover {
    color:#161618;
}
.footer-top {
    padding-bottom: 24px;
    padding-top: 32px
}
.footer-top .footer-social ul li a {
    align-items: center;
    border: 1px solid silver;
    border-radius: 50%;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px;
    font-weight: 400;
}
.footer-top .footer-social ul {
    display: flex;
    gap: 7px;
    justify-content: flex-end
}
.footer-top .footer-social ul li a:hover {
    background-color: #f5f5f5
}
.sf-footer .footer-top>.row-fluid-wrapper>.row-fluid {
    align-items: center;
    display: flex
}
.footer-logo .widget-type-logo{
    display:flex;
}
@media only screen and (max-width:767px) {
  .footer-copyright,.footer-more-info,.footer-logo,.footer-social{
      width: 100% !important;
  }
  .sf-footer .footer-bottom .footer-more-info ul{
      justify-content: center;
  }
  .footer-copyright{
      text-align: center;
      margin-bottom:15px;
  }
  .sf-footer .footer-more-info{
     margin-top:12px !important;
  }
  .footer-top {
      padding-bottom: 16px;
      padding-top: 64px;
  }
  .footer-top{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .footer-logo .widget-type-logo{
      justify-content: center;
      margin-bottom:24px;
      position: inherit;
  }
  .sf-footer .footer-top>.row-fluid-wrapper>.row-fluid {
      flex-wrap: wrap;
  }
  .footer-top .footer-social ul{
      justify-content: center;
  }
  .sf-footer .footer-bottom{
      padding-bottom: 16px;
      padding-top: 16px;
  }
}