
.Box1 {
    margin: 50px 0 100px 0;
}

.Box1 .container-md.row {
    margin: 0 auto;
}
.Box1  .box{
    margin-bottom: 40px;
}
.Box1 a{
    display: flex;
    height: fit-content;
    justify-content: center;
    align-items: center;
}
.Box1  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.Box1 p{
    color: #666;
    font-size: 18px;
    margin-bottom: 10px; 
    text-align: justify;
    margin-top: 20px;
}