body {
    overflow-y: visible;
}

main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    background-image: linear-gradient(95deg, rgb(239, 242, 246), rgb(0, 157, 255));
}

h1 {
    margin: 30px 0;
    width: fit-content;
    display: flex;
    justify-content: center;
    font-size: 60px;
    background-color: rgb(34, 207, 255);
    color: white;
    border-radius: 10px;
}
h2 {
    font-size: 42px;
}
h3 {
    font-weight: 600;
}

.experience_type {
    width: 100%;
    margin: 20px 0;
    background: none;
}
#experiences {
    width: 100%;
}
.experience__type_title {
    margin: 0 0 40px 0;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(3, 217, 255);
    cursor: pointer;
}
.experience__type_title_text,
.experience__type_title_arrow {
    background: none;
}
.experience__type_title_arrow {
    height: 40px;
    width: 60px;
    margin: 0 0 0 18px;
    background-color: rgb(40, 194, 255);
    border-radius: 5px;
}

.knowledge__type {
    margin: 15px 0 5px 0;
    background: none;
    font-size: 25px;
}
.experience_type_experiences,
.experiences__item {
    background: none;
}
.experiences__item {
    position: relative;
    background-color: rgb(218, 218, 218);
    padding: 20px 0 30px 20px;
    margin: 0 50px 50px 50px;
    border-radius: 20px;
}
.experience {
    width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    background: none;
    z-index: 1;
}
.experience_logo {
    height: 75px;
    margin: 0 10px 0 0;
    background: none;
}
.experience_name,
.experience_role {
    background: none;
}
.experience_name {
    font-size: 32px;
    margin: 4px 0 8px 0;
}
.experience_role {
    font-size: 25px;
}
.experience__knowledges {
    background: none;
    width: 51%;
}