/* line 12, static/scss/variables.scss */
:root {
  --color-primary: #002e5a;
  --color-secondary: #fe6d73;
  --color-tertiary: #fde21c; }

/* line 5, static/education/scss/educations.scss */
.education-container .category-education .category-title {
  border-left: 4px solid #fe6d73;
  padding-left: 10px; }

/* line 10, static/education/scss/educations.scss */
.education-container .category-education .single-education-wrapper {
  text-decoration: none;
  transition: background-color 0.3s;
  width: 100%; }
  /* line 17, static/education/scss/educations.scss */
  .education-container .category-education .single-education-wrapper:hover .single_education-title {
    text-decoration: underline; }
  /* line 22, static/education/scss/educations.scss */
  .education-container .category-education .single-education-wrapper .single-education-details {
    color: #000; }
    /* line 25, static/education/scss/educations.scss */
    .education-container .category-education .single-education-wrapper .single-education-details .image-wrapper {
      padding-top: 56.25%;
      position: relative;
      width: 100%; }
      /* line 30, static/education/scss/educations.scss */
      .education-container .category-education .single-education-wrapper .single-education-details .image-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
