
.prices{
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 150px;
    padding-right: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #15151B;
}

.prices__container{
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

.prices__container h1{
    height: auto;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
}

.prices__container p{
    height: auto;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
    display: flex;
    
}

.prices__container__note{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    align-self: flex-start;
}

.prices__container table{
    width: 100%;
    border-collapse: collapse;
}

.prices__container td, th{
    height: auto;
    width: 50%;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 10px 5px;
    text-align: center;
    border: 1px solid #ffffff;
}
.prices__container th{
    height: auto;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
}

#table-text{
    height: auto;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
}

.prices__container p{
    height: auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
}

@media screen and (max-width: 760px) {
    .prices__container h1{
        font-size: 32px;
    }

    .prices{
        padding-left: 50px;
        padding-right: 50px;
    }

    .prices__container th{
        font-size: 18px;
    }

    #table-text{
        font-size: 18px;
    }

    .prices__container p{
        font-size: 18px;
    }
}