
.box {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: rgb(242, 48, 48);
    min-height: 300px;
    width: 800px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.appscms-tool .tool-top .tool-img img{
    height: 30px;
    width: 30px;
    margin: 0 auto;
}

.footer-logo{
    width: 40px;
    height: 40px;
}
@media (max-width: 768px) {
    .catPad {
        padding: 0;
    }
    .box{
        width: 100% !important;
    }

}