@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

.container {
    padding-bottom: 100px;
}

ul {
    padding-left: 0;
}
ul li span:first-child {
    display: inline-block;
    background: #ffd302;
    width: 15px;
}

p:last-child {
    margin: 0;
}

h1 {
    text-transform: uppercase;
}
h1 span{
    display: block;
}

h1 span:first-child {
    background: #ffd302;
}

h2 {
    position: relative;
    margin: 0 0 20px;
    font-size: 30px;
}
h2:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: #ffd302;
    right: 0px;
    top: 0px;
    z-index: -1;
}
h3 {
    font-size: 18px;
}

.heading > div {
    padding-top: 100px;
}

.website {
    margin-top: 48px;
}

.info {
    margin-top: 48px;
}

.info svg {
    max-width: 30px;
}

.experience, .education {
    padding: 0 0 30px;
}

.experience p, .education p {
    margin: 0 0 5px;
}

.experience .company {
    font-size: 20px;
    font-weight: 500;
}

.border-right {
    border-right: 4px solid #222;
}

.programming {
    display: flex;
    flex-wrap: wrap;
}

.personalInfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.personalInfo ul {
    list-style: none;
}
.personalInfo ul:last-child {
    text-align: right;
}

.left-padding {
    padding-left: 50px;
}

@media only screen and (max-width: 991px) {
    .left-padding {
        padding-left: 15px;
    }
    .info .border-right {
        border-right: none;
    }
    .info svg {
        margin: 0 0 20px;
    }
    .experience .position:after {
        right: inherit;
        left: -3px;
    }
    h2 {
        display: inline-block;
    }
}

@media only screen and (max-width: 540px) {
    .programming ul {
        width: 100%;
    }
    .personalInfo ul{
        width: 100%;
    }
    .personalInfo ul:last-child {
        text-align: left;
    }
}

.education-wrapper, .worked-with, .languages {
    margin-top: 48px;
}

.work-description ul {
    padding-left: 16px;
}

.worked-with ul {
    list-style: none;
}

.work {
    margin-top: 32px;
}

.work:first-child {
    margin-top: 0px;
}