﻿.real__state__section .heading__block {
    padding-bottom: 50px;
    max-width: 1320px;
    margin-inline: auto;
    padding-inline: 20px;
}

.real__state__section h1 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 10px;
    font-weight: 500;
}

.real__state__section .grid__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}

    .real__state__section .grid__row img {
        width: 100%;
        border-radius: 10px;
    }

.real__state__section h3 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #0b0757;
}

.real__state__section {
    padding-block: 30px;
}

    .real__state__section .container {
        padding: 60px;
    }

    .real__state__section.section__one {
        background-color: #f3f2ff;
    }

    .real__state__section.section__two {
        background-color: #eafcf6;
    }

    .real__state__section.section__three {
        background: #edf6fc;
    }

    .real__state__section.section__four {
        background: #fcf3ed;
    }

    .real__state__section.section__five {
        background: #fffbe8;
    }

    .real__state__section.section__six .container {
        background: #f6fafe;
    }

@media (max-width: 768px) {
    .real__state__section .grid__row {
        gap: 30px;
    }

    section.real__state__section .container {
        border-radius: 0;
        padding-inline: 20px;
    }
}

@media (max-width: 600px) {
    .real__state__section .heading__block {
        padding-bottom: 30px;
    }

        .real__state__section .heading__block p {
            font-size: 15px;
        }

    .real__state__section h1 {
        font-size: 28px;
    }

    .real__state__section .container {
        padding-bottom: 60px;
    }

    .real__state__section {
        padding: 0;
    }

        .real__state__section .grid__row {
            grid-template-columns: 1fr;
        }

            .real__state__section .grid__row img {
                order: -1;
            }
}
