/*
 Theme Name:   IDG Dakar
 Theme URI: https://www.tild.fr/
 Description:  IDG_Dakar child theme
 Author:       TILD
 Author URI:   https://www.tild.fr/
 Template:     hello-elementor
 Version:      1.0
*/

.Free-content h2 {
    font-family: Montserrat;
    font-size: 65px;
    color: #100054;
    font-weight: 900;
    margin-top: 60px
}

.Free-content h3 {
    font-family: Montserrat;
    font-size: 34px;
	font-weight: 700;
    text-transform: uppercase;
    color: #EE8A5D;
    margin-top: 40px
}

.Free-content h4 {
    font-family: Montserrat;
    font-size: 27px;
	line-height: 32px;
    color: #000000;

}

.Free-content p {
    font-family: Montserrat;
    font-size: 18px;
	line-height: 32px;
    color: #000000;

}

.Free-content img {
    border-radius: 10px;
	object-fit: cover !important;

}
.Free-content ul {
    margin-bottom: 20px
}
.Free-content ul li {
    margin-top: 10px
}

.Free-content a {
    color: #234595;
}


/* Responsiv */

@media (max-width: 1250px) {
    .Free-content img {
        border-radius: 5px;
        margin-right: 15px;
        margin-top: 15px;
        max-width: 220px;
    }
	.Free-content h2 {
    font-family: Montserrat;
    font-size: 22px;
    color: #100054;
    font-weight: 900;
    margin-top: 60px
}

    .Free-content h3 {
        font-family: Montserrat;
        font-size: 17px;
		line-height: 24px;
        color: #EE8A5D;
        margin-top: 30px
    }
	.Free-content h4 {
    font-family: Montserrat;
    font-size: 15px;
	line-height: 32px;
    color: #000000;

}

    .Free-content p {
        font-family: Montserrat;
        font-size: 12px;
		line-height: 25px
        color: #000000;

    }
}

@media (max-width: 767px) {
    .gallery-item {
        width: 50% !important;
    }
}