.advantage-info {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
}
@media only screen and (max-width:768px){
    .advantage-info {
        display: flex;
        flex-direction: column;
    }
    .advantage-info img{
        width: 100% !important;
    }
}
.advantage-info img{
    width: 80%;
    border-radius: 10px;
    
}

.ImgWrapper {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
}

.ImgWrapper img{
    width: 80%;
    border-radius: 10px;
}
.ImgWrapper h5 {
    font-size: 18px;
    margin-bottom: 30px;
}
@media only screen and (max-width:768px){
    .ImgWrapper {
        display: flex;
        flex-direction: column;
    }
    .ImgWrapper img{
        width: 100% !important;
    }
}
.ImgWrapper span {
    font-weight: 600;
}
.gallery {
    line-height: 1.7rem;
}