.footer .footdetwrap .contact a {
    word-break: break-all;
}
.footer .footdetwrap>div:nth-child(1) {
    flex: 0 25%;
}
.footer .footdetwrap>div:nth-child(3) {
    
    position: unset;
    
}
.footer .copy_right_wrap .container-fluid .row>div:last-child {
    justify-content: center;
}
.license {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 2rem;
}
.license > span {
    display: block;
    color: #fff;
}
.license > div {
    display: flex;
    flex-direction: column;
}
.license > div > div {
    flex-direction: row;
    gap: .6rem;
    display: flex;
}
.license > div > div span {
    color: #fff;
}
.license .text-0051A5 {
    color: #fff;
    font-weight: 700;
}
@media only screen and (max-width: 768px) {
    .license {
        align-items: center;
        text-align: center;
    }
}
