﻿body {
    background-color: var(--diani-sedomodr-100, #EBF2FA);
}

html,
body {
    height: 100%;
}

.container {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.box {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#frame {
    width: 500px;
    height: 453px;
    padding: 32px;
    justify-content: space-between;
}

.text-frame {
    border-top: 1px solid #E6E6E6;
    padding: 40px 10px 40px 10px;
}

.top-separator {
    border-top: 1px solid #E6E6E6;
}

.text-flex {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 385px;
    text-align: left;
}

.responsive-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 36px;
}

.box-1 {
    flex: 1;
}

.box-2 {
    padding: 40px 10px 40px 10px;
}

.box-3 {
    padding: 40px 10px 40px 10px;
}

.contact-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

@media (max-width: 1200px) {
    .responsive-row {
        flex-direction: column;
    }

    .box-1 {
        flex: none;
    }
}
