/* line 15, ../etfcircle-static/static/scss/variables.scss */
:root {
  --color-primary: #002F58;
  --color-blue-2: #00549D;
  --color-secondary: #fe6d73;
  --color-tertiary: #F7CC83;
  --color-text: #70778b;
  --color-heading: $color-primary;
  --color-golden-1: $color-tertiary;
  --color-golden-2: #FFAF26;
  --color-border: #e7e7ed;
  --font-size-section-heading: 34px; }

/* line 5, ../etfcircle-static/static/education/scss/education-details.scss */
.latest-education h5 {
  border-left: 4px solid #fe6d73;
  padding-left: 10px; }

/* line 11, ../etfcircle-static/static/education/scss/education-details.scss */
.latest-education .single-latest-education a {
  color: #000; }
  /* line 15, ../etfcircle-static/static/education/scss/education-details.scss */
  .latest-education .single-latest-education a:hover .single_education-title {
    text-decoration: underline; }

/* line 21, ../etfcircle-static/static/education/scss/education-details.scss */
.latest-education .single-latest-education .image-wrapper {
  padding-top: calc(56.25% * 3 / 10);
  position: relative;
  width: 30%; }
  /* line 26, ../etfcircle-static/static/education/scss/education-details.scss */
  .latest-education .single-latest-education .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* line 36, ../etfcircle-static/static/education/scss/education-details.scss */
.latest-education .single-latest-education .education-info {
  width: 70%; }
