.PointFort {
    background-color: #f1f1f1;
    color: #515151;
    height: 100%;
    position: relative;
}


.PointFort-content {
    padding: 24px;
}

.PointFort h2 {
    font-size: 24px;
    line-height: 30px;
}

.PointFort h2::after {
    background-color: #4bcc8c;
    border-radius: 50px;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 16px;
    margin-top: 16px;
    width: 70px;
}

.PointFort img {
    background-color: #9ec6cf;
    display: block;
    width: 100%;
}

.PointFort-texte {
    font-size: 18px;
    line-height: 30px;
}



@media (max-width: 992px) {
    .PointFort-content {
        padding: 16px;
    }
}

@media (max-width: 768px) {
    .PointFort-content {
        padding: 24px;
    }
}
