.common-footer{

}
.common-footer .section1{
    padding: 25px 0;
    background: #fff;
}
.common-footer .section1 .copy-content{
    text-align: center;
    border-top: 1px solid rgba(37, 49, 83, 0.47);
    padding: 15px 0 0;
}
.common-footer .section1 .copy-content p{
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #707070;
}
.common-footer .section1 .copy-content p a{
    text-decoration: underline;
    color: #000;
}

/* md */
@media screen and (max-width: 1199px){
}

/* sm */
@media screen and (max-width: 991px){
}

/* xs */
@media screen and (max-width: 767px){
}

/* xxs */
@media screen and (max-width: 500px){
}