﻿.left-section, .right-section {
    width: 320px;
    height: 350px;
    margin: 10px;
    padding: 47px 93px 47px 93px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    position: relative;
    margin-top: 235px;
    max-width: 450px;
}

.container-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    justify-content: center;
    padding: 60px 30px;
}

.panelis-center {
    width: revert !important;
    margin: revert !important;
    max-width: 450px;
}

.left-section, .right-section {
    padding: 30px;
    width: 375px;
}

.panel-px {
    padding: 50px 50px;
    width: 450px;
}

@media screen and (max-width: 1199px) {
    .container-section {
        gap: 15px;
    }

    .panelis-center {
        width: auto;
        width: revert !important;
        margin: revert !important;
    }

    .panel-px {
        padding: 30px;
        width: auto;
        min-width: 350px;
    }

    .left-section, .right-section {
        padding: 20px;
    }
}

@media screen and (max-width: 991px) {
    .container-section {
        padding: 30px;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .panelis-center {
        margin-top: 0;
        order: 1;
        width: 70% !important;
    }

    .panel-px {
        width: 100% !important;
    }

    .left-section, .right-section {
        width: 70%;
        margin: 0 auto;
        padding: 20px;
        min-height: revert;
    }

    .left-section {
        order: 2;
    }

    .right-section {
        order: 3;
    }
}

@media screen and (max-width: 768px) {
    .panelis-center {
        margin: 0px;
        width: 90% !important;
        padding: 0px;
    }

    .panel-px {
        width: 100% !important;
        margin: 0px;
    }

    .left-section, .right-section {
        width: 90%;
    }
}

.left-section a, .right-section a {
    color: #5393c0 !important;
    background-color: revert !important;
    font-weight: 700;
    font-size: 19px;
}

.section-title {
    font-weight: bold;
    padding-bottom: 10px;
}

.left-section a::before,
.right-section a::before {
    content: "⭢";
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
    border: 1px solid currentColor;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
}
