.experience-category .p-experience__title__container > div img {
    width: 100%;
}
.experience-category .p-experience__content {
    max-width: 1024px;
    background-color: #fff;
    border-radius: 16px;
    margin: 0 auto;
    padding: 75px 24px 32px;
}
.experience-category .p-experience__title {
    margin-top: 32px;
}
.experience-category .p-experience__title > span {
    font-size: 1.4rem;
    color: #777;
}
.experience-category .p-experience__title h3 {
    margin-top: 16px;
    position: relative;
    font-weight: 700;
    transform: translateX(29px);
}
.experience-category .p-experience__title h3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translate(-100%, -50%);
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #35aec7;
    border-radius: 50%;
}
.experience-category .p-experience__title div {
    margin-top: 24px;
    background: #fafafa;
    padding: 24px;
    border-radius: 16px;
}
.experience-category .p-experience__title div p {
    line-height: 2.6;
}
.experience-category .p-experience__list {
    margin-top: 40px;
}
.experience-category .p-experience__list h4 {
    color: #35aec7;
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 16.5px;
    border-bottom: 2px solid #35aec7;
}
.experience-category .p-experience__item {
    margin-top: 80px;
}
.experience-category .p-experience__item:nth-child(2) {
    margin-top: 32.5px;
}
.experience-category .p-experience__item h5 {
    position: relative;
    font-weight: 700;
    transform: translateX(16.5px);
    line-height: 32px;
}
.experience-category .p-experience__item h5:before {
    content: "";
    position: absolute;
    top: 0;
    left: -16.5px;
    transform: translate(-50%, 0);
    display: inline-block;
    width: 0;
    height: 32px;
    background: 0 0;
    border: 2px solid #35aec7;
    border-radius: 4px;
}
.experience-category .p-experience__item > div {
    font-size: 1.4rem;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.experience-category .p-experience__details {
    margin-top: 80px;
}
.experience-category .c-3col__item__info > span {
    color: #989898;
    font-size: 1.2rem;
}
.experience-category .c-3col__item__info > p {
    margin-top: 24px;
}
.experience-category .c-3col__item__info > span {
    margin-top: 8px;
    font-size: 1.4rem;
}
@media (min-width: 640px) {
    .experience-category .p-experience__content .c-cta {
        width: 400px;
    }
}
@media (min-width: 890px) {
    .experience-category .p-experience__content {
        padding: 64px 80px;
    }
    .experience-category .p-experience__title__container {
        display: flex;
        align-items: start;
        gap: 40px;
    }
    .experience-category .p-experience__title__container > div {
        width: 50%;
    }
    .experience-category
        .p-experience__title__container
        > div.p-experience__img {
        max-width: 427px;
    }
    .experience-category
        .p-experience__title__container
        > div.p-experience__title {
        margin-top: 0;
    }
    .experience-category
        .p-experience__title__container
        > div.p-experience__title
        > div {
        padding: 30px;
    }
    .experience-category
        .p-experience__title__container
        > div.p-experience__title
        p {
        font-size: 1.4rem;
    }
    .experience-category .p-experience__list {
        margin-top: 64px;
    }
    .experience-category .p-experience__item > div {
        flex-direction: row;
    }
    .experience-category .p-experience__item > div img {
        max-width: 370px;
    }
}
