.product-informations .product-informations__title {
    font-size: 25px;
}

.product-informations hr {
    width: 100px;
    background-color: var(--orange);
    height: 3px;
    border-style: none;
    margin: 15px 0;
}

.product-informations div {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
}

.product-informations .product-informations__price {
    color: var(--orange);
    font-weight: 800;
}
.product-informations .product-informations__day {
    font-weight: 800;
}
.product-informations .product-informations__language img {
    width: 35px;
    height: auto;
    margin-left: 5px;
}
.product-informations .product-informations__age {
    font-weight: 800;
}
.product-informations .product-informations__instructor {
    margin-top: 1rem;
    justify-content: unset;
}
.product-informations .product-informations__instructor div {
    flex-direction: column;
}
.product-informations .product-informations__instructor div .instructor-title {
    color: #999999;
    font-weight: 700;
}
.product-informations .product-informations__instructor div .instructor-name {
    font-weight: 700;
}
.product-informations .product-informations__instructor img {
    width: 76px;
    height: 76px;
    border-radius: 38px;
    margin-right: 1rem;
}
