body {
    font-family: 'Montserrat', sans-serif !important;
}

.hero-image {
    background-image: url('../img/hero-img.png');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: white;
}

.custom-section {
    padding-top: 70px;
    padding-left: 120px;
    padding-right: 120px;

    @media (max-width: 768px) {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.text-p {
    color: #2A496B;
}

.obj-1 {
    background-color: #E4F1FF;
    background-image: url('../img/objecttif-1.png');
    height: 400px;
    background-size: contain;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    position: relative;
}

.obj-2 {
    background-color: #E4E7FF;
    background-image: url('../img/objectif-2.png');
    height: 400px;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    position: relative;
}

td, th {
    vertical-align: middle;
}