.header-screen {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.4);
    position: relative;
}
.title-section {
    text-align: center;
    background: url('../assets/documents-landscape.png') center / cover no-repeat;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
}
.title-section .small {
    margin-top: 16px;
}

.acte-section {
    display: flex;
    flex-direction: row;
    margin-top: -16px;
}
.acte-left-section, .acte-right-section {
    flex-basis: 50%;
}
.acte-left-section .medium, .acte-right-section .medium {
    margin-bottom: 20px;
}
.acte-left-section {
    margin-right: 40px;
}
.acte-right-section {
    margin-left: 40px;
}

.acte .medium {
    margin-bottom: 32px;
}
.acte-name {
    display: flex;
    align-items: flex-start;
}
.acte-name img {
    margin-right: 16px;
}
.acte-item:not(:last-child) {
    margin-bottom: 24px;
}
.acte-info {
    margin-left: 40px;
    display: flex;
    align-items: flex-start;
}
.acte-info img {
    margin-right: 8px;
}
.divider-item {
    display: block;
}
.divider-section {
    display: none;
}
a {
    color: #DA3B33;
}

@media (max-width: 1100px) {
    .acte-section {
        display: flex;
        flex-direction: column;
        margin-top: -80px;
    }
    .acte-left-section, .acte-right-section {
        flex-basis: 100%;
    }
    .acte-left-section, .acte-right-section {
        margin-right: 0;
        margin-left: 0;
    }
    .divider-item {
        display: none;
    }
    .acte-section .acte-text .xxx-small  {
        margin-bottom: 40px;
    }
    .divider-section {
        display: block;
    }
}
@media (max-width: 700px) {
    .acte-section {
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }
    .title-section .custom-padding {
        padding: 80px 100px;
    }
}
@media (max-width: 450px) {
    .title-section .custom-padding {
        padding: 0 0;
    }
    .title-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}