.alert-block {
    position: relative;
    padding: 15px;
    background-color: #dfecff;
    border: 1px solid #9ec5fe;
    font-size: 20px;
    color: #579bff;
}

.alert-block__icon {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-58%, -26%);
    width: 30px;
}

.alert-block__icon path {
    fill: #579bff;
}

.logos-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logo-block {
    width: 16.66%;
}

.logo-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 991px) {
    .logo-block {
        width: 50%;
    }
}

.page-done-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-done-title {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1;
}

.page-done-desc {
    line-height: 1;
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
}