@media screen and (max-width: 568px){
    .Th_About .Th_Right{
        justify-content: center;
    }
    .Th_About .Th_Left{
        width: 50%;
    }
    .Th_Footer .Footer_Container{
        width: 100%;

    }

}