/* =========================================================
   INSIGHTS SECTION
   Widget: Event 2
   Section Class: insights-section

   Font: Cormorant Garamond
========================================================= */


/* =========================================================
   FORCE FONT THROUGHOUT THIS SECTION
========================================================= */

.insights-section,
.insights-section h1,
.insights-section h2,
.insights-section h3,
.insights-section h4,
.insights-section h5,
.insights-section h6,
.insights-section p,
.insights-section span,
.insights-section a,
.insights-section div {
/*     font-family: "Cormorant Garamond" !important; */
	font-family: "EB Garamond" !important;
	display:none;
}


/* =========================================================
   REMOVE DECORATIVE SCULPTURE
========================================================= */

.insights-section .event-two__sculpture {
    display: none !important;
}


/* =========================================================
   REMOVE DECORATIVE IMAGE PATTERN
========================================================= */

.insights-section .event-two__image::before {
    display: none !important;
    content: none !important;
}


/* =========================================================
   MAIN SECTION SUBTITLE
   "STRATEGIC PERSPECTIVES"

   Canva: 12.6
   Color: #b29e7b
   Weight: 600
========================================================= */

.insights-section
> .container
> .block-title-two
> p {
/*     font-family: "Cormorant Garamond" !important; */
	font-family: "EB Garamond" !important;

    font-size: 16.4px !important;
    line-height: 1.3 !important;

    font-weight: 600 !important;

    color: #b6a683 !important;
}


/* =========================================================
   MAIN SECTION TITLE
   "Insights That Matter"

   Canva: 33.8
   Color: #262d34
   Weight: 600
========================================================= */

.insights-section
> .container
> .block-title-two
> h3 {
/*     font-family: "Cormorant Garamond" !important; */
	font-family: "EB Garamond" !important;

    font-size: 41.5px !important;
    line-height: 1.2 !important;

    font-weight: 600 !important;

    color: #c9a668 !important;
}


/* =========================================================
   INSIGHT DATE
   Canva: 12.9
   Color: #a8966d
========================================================= */

.insights-section
.event-two__content
.event-two__title
p {
/*     font-family: "Cormorant Garamond" !important; */
	font-family: "EB Garamond" !important;

    font-size: 16.4px !important;
    line-height: 1.3 !important;

    font-weight: 600 !important;

    color: #b6a683 !important;
}


/* =========================================================
   INSIGHT TITLE
   Canva: 26.2
   Color: #231f20
========================================================= */

.insights-section
.event-two__content
.event-two__title
h3 {
/*     font-family: "Cormorant Garamond" !important; */
	font-family: "EB Garamond" !important;

    font-size: 25px !important;
    line-height: 1.25 !important;

    font-weight: 600 !important;

   color: #c9a668 !important;
}


/* =========================================================
   INSIGHT BODY TEXT
   Canva: 14.1
   Color: #737373
========================================================= */

.insights-section
.event-two__content
> p {
/*     font-family: "Cormorant Garamond" !important; */
	font-family: "EB Garamond" !important;

    font-size: 19.3px !important;
    line-height: 1.6 !important;

    font-weight: 400 !important;

    color: #0d264f !important;
}


/* =========================================================
   READ MORE BUTTON TEXT
   Canva: 14.1
   Color: #737373

   Existing button size / padding / border remains unchanged
========================================================= */

.insights-section
.event-two__btn,
.insights-section
.event-two__btn:visited {
/*     font-family: "Cormorant Garamond" !important; */
	font-family: "EB Garamond" !important;

    font-size: 14.1px !important;

    font-weight: 600 !important;

    color: #737373 !important;

	display:none;
}