@media (min-width: 922px) {
    .site-content .ast-container {
        display: flex;
    }
}

@media (min-width: 544px) {
    .ast-container {
        max-width: 100%;
    }

    .ast-container,
    .ast-container-fluid {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 544px) {
    .small-screen {
        position: relative;
        width: 100%;
        padding-right: 0px;
        padding-left: 1px;
        margin-bottom: 20px;
    }
}

.breadcrumbs {
    background-position: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #20232E;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-image-container {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
}

.head-title {
    color: #F6F6F6;
    font-size: 34px;
    font-weight: 700;
    margin-top: 5px;
}

/* edit and hide buttons in el page */
.button-container {
	margin-top: 50px;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	background-color: #f8f8f8;
}

.buttons {
    width: 500px;
}

@media (max-width: 922px) {
    .button-container {
        display: none;
    }
}

.main-menu {
    color: #fff !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    padding: 15px;
    border-left: 4px solid #0071bb !important;
    height: fit-content;
}

.menu-list {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    /* padding: 10px 10px 0px 10px; */
}

.menu-list ul {
    list-style-type: none;
}

.menu-list li {
    padding: 0px;
}

.menu-list a {
    color: #555;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.3;
    font-family: 'Roboto', sans-serif;
}

.menu-list a:hover {
    color: #0056b3;
}

a:focus {
    /* focus for all page's links */
    outline: none;
    border: none;
}

.info {
    padding: 0px 0px 0px 0px;
}

.people_name {
    margin: 20px 0px 20px 10px;
}

.people_name h2 {
    /* main title in the content */
    color: #252525;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.25em;
}

.people_content {
    margin-bottom: 20px;
}

.people {
    /* font's size for the content */
    color: #252525;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.sort-cv ul li {
    list-style: disc;
}

.people_content .people>p>a {
    /* specific characteristics for the links inside people content */
    color: #1887ff;
    font-size: 14px;
    font-weight: 500;
}

.people_content .people>p>a:hover {
    color: #1765B9;
}

.people>p>a:focus {
    /* focus for people content links */
    color: #007bff;
}

.img {
    height: auto;
    box-shadow: none;
}

.people .position-2>p {
    font-weight: 700;
    font-size: 20px;
}