 .text-box {
     display: flex;
     justify-content: space-between;
     padding: 10px 0;
     color: #000;
 }

 .url-btn {
    text-decoration: none;
    color: #000;
}

.url-btn:hover {
    text-decoration: none;
    color: #C5271D;
}

 .img-box {
     width: 300px;
     height: 350px;
     background-color: #f3f3f3;
     align-items: center;
     display: flex;
     justify-content: center;
 }

 .center-bg {
     margin-top: 30px;
     height: 600px;
     background-image: url('assets/image/center.jpg');
     background-color: #cccccc;
 }

 .center-box {
     height: 600px;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .center-text {
     padding-top: 50px;
     text-align: center;
     font-size: 22px;
     font-weight: bold;
     color: #fff
 }
