﻿.col-md-6 {
    margin-bottom:20px;
}
.info-pic img {
    width: 100%;
}
.info-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    
}
    .info-text h1 {
        color: #818181;
        font-size: 18px;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .info-text p {
        color: #818181;
        font-size: 14px;
        text-align: justify;
    }
    .list-info {
        border: solid 1px #E1E1E1;
        border-radius: 14px;
        padding-bottom: 40px;
        overflow: hidden;
    }
