
table {
width: 100%;
margin-top: 1rem;
}
.main-text tr {
  text-align: left;
}

td {
  padding: 0px 5px;
   
}
.experience {
  width: 60%;
  }
.year {
  text-align: right;
   
 }
.institute {
  font-family: 'SourceSansPro-LightItalic';
}
.light {
  font-family: 'SourceSansPro-Light';
}
.wrapper-skills {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 70%;
  margin: auto;
  justify-content: center;
  align-items: flex-start;
  column-gap: 25px;
  grid-row-gap: 25px;
  font-family: 'SourceSansPro-Bold';
}


.skills-item {
  position: relative;
}
.wrapper-skills svg{
 
 width: 152px;
 height: 152px;
  }
.skills-item .c-large {
  cx: 76px;
  cy: 76px;
  r: 75px;
  stroke: black;
  stroke-width: .1em;
  fill: none;
}

.c-small {
  cx: 76px;
  cy: 76px;
  r: 65px;
  stroke: black;
  stroke-width: .05em;
  fill: none;
}
.excellent {
  stroke: #0189DD;
}
.advanced {
  stroke: /*#0189DD*/ #66BB46;
}

.wrapper-skills p{
 font-size: .9rem;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 padding: 0 0% 0 0%;
 text-align: center;
}
.wrapper-skills span{
font-family: 'SourceSansPro-LightItalic';
display: block;
}

.bullet {
  position: relative;
  list-style: none;
  padding-left: 3rem;
}

.bullet li {
  margin-bottom: 1rem;
}


.bullet li::before {
  content:  url(../img/logo-bullet.svg);
  width: 1.25rem;
  display: block;
  position: absolute;
  transform: translateX(-2.5rem);
  line-height: 2rem;
}

@media screen and (min-width: 1024px) {

}

@media screen and (max-width: 600px) {


.wrapper-skills {
    column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 100%;
}

.wrapper-skills p {
  font-size: .85rem;
  line-height: 1.1rem;
}

.wrapper-skills svg {
 
 width: calc(152px * 0.85);
 height: calc(152px * 0.85);
}

  .skills-item .c-large {
  cx: calc(76px * 0.85);
  cy: calc(76px * 0.85);
  r: calc(75px * 0.85);
  stroke: black;
  stroke-width: .1em;
  fill: none;
}

.c-small {
  cx: calc(76px * 0.85);
  cy: calc(76px * 0.85);
  r: calc(65px * 0.85);
  stroke: black;
  stroke-width: .05em;
  fill: none;
}
.excellent {
  stroke: #0189DD;
}
.advanced {
  stroke: /*#0189DD*/ #66BB46;
}
}