.price {
    text-align: center;
    display: flex;
}

h2 {
    font-size: 44.33px;
    font-weight: 600;
    color: #D7DEF6;
    position: absolute;
    left: 45%;
}

@media (max-width: 800px) {
    h2 {
        font-size: 35px;
        font-weight: 500;
        color: #D7DEF6;
        position: absolute;
        left: 38%;
    }
}

.pricebox {
    display: flex;
    flex-direction: row;
    position: absolute;
    justify-content: center;
    margin-top: 160px;
    left: 23%;
}

@media (max-width: 600px) {
    .pricebox {
        width: 352px;
        display: flex;
        flex-direction: column;
        position: absolute;
        justify-content: center;
        margin-top: 160px;
        left: 40%;
        margin-left: -180px;
    }
}

@media (max-width: 800px) {
    .pricebox {
        width: 352px;
        display: flex;
        flex-direction: row;
        position: absolute;
        justify-content: center;
        margin-top: 160px;
        left: 40%;
        margin-left: -180px;
    }
}

@media (min-width: 1440px) {
    .pricebox {
        width: 352px;
        display: flex;
        flex-direction: row;
        position: absolute;
        justify-content: center;
        margin-top: 160px;
        left: 40%;
        margin-left: -180px;
    }
}

.pricebox1 {
    width: 352px;
    height: 144px;
    background-color: #2A2C33;
    position: relative;
    z-index: 1;
}

@media (max-width: 800px) {
    .pricebox1 {
        width: 255px;
        height: 104px;
        background-color: #2A2C33;
        position: relative;
        z-index: 1;
        margin-left: 100px;
    }
}

.pricebox2 {
    width: 399.33px;
    height: 193.33px;
    background-color: #2A2C33;
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #3A5FFF, #852DFF) 1;
    position: absolute;
    top: -25px;
    left: 300px;
    z-index: 2;
}

@media (max-width: 800px) {
    .pricebox2 {
        width: 252px;
        height: 153.33px;
        background-color: #2A2C33;
        border: 2px solid transparent;
        border-image: linear-gradient(to right, #3A5FFF, #852DFF) 1;
        position: relative;
        top: 0px;
        left: 100px;
        z-index: 2;
    }
}

.word1 {
    font-size: 21.33px;
    color: #FFFFFF;
    margin-top: 36.67px;
    text-align: start;
    margin-left: 30px;
}

@media (max-width: 800px) {
    .word1 {
        font-size: 16px;
        color: #FFFFFF;
        position: absolute;
        top: -15%;
        left: -5%;
    }
}

.per {
    font-size: 22.67px;
    text-align: start;
    margin-left: 5px;
    margin-top: 14px;
}

.word2 {
    color: #989DAD;
    font-size: 14px;
    margin-left: 30px;
    text-align: start;
    width: 260px;
    line-height: 1.5;
}

@media (max-width: 800px) {
    .word2 {
        font-size: 12px;
        color: #989DAD;
        width: 200px;
        position: absolute;
        top: 35%;
        left: -5%;
    }
}

.word3 {
    color: #989DAD;
    font-size: 14px;
    text-align: start;
    margin-left: 30px;
}

@media (max-width: 800px) {
    .word3 {
        font-size: 12px;
        color: #989DAD;
        text-align: start;
        margin-left: 16px;
    }
}

@media (max-width: 800px) {
    .content-block {
        padding-top: 35px;
    }
}

.image2 {
    position: absolute;
    margin-top: 115px;
    margin-left: -550px;
    z-index: 2;
}

@media (max-width: 800px) {
    .image2 {
        display: none;
    }
}

.boxrepeat {
    position: absolute;
    top: 120%;
}

@media (max-width: 800px) {
    .boxrepeat {
        margin-left: 4px;
    }
}

@media (min-width: 1440px) {
    .boxrepeat {
        margin-left: -30px;
    }
}

.social {
    display: flex;
    justify-content: center;
}

.social1 {
    width: 49.33px;
    height: 48.67px;
    margin: 40px 70px;
}

@media (max-width: 800px) {
    .social1 {
        margin: 40px 30px;
    }
}

.social2 {
    width: 38px;
    height: 38px;
    margin: 45px 70px;
}

@media (max-width: 800px) {
    .social2 {
        margin: 45px 30px;
    }
}

.social-item {
    text-align: center;
    margin: 10px 0px;
}

.name {
    color: #595B73;
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin-top: -35px;
    margin-bottom: 50px;
}
