.containerR {
    padding: 60px 100px;
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.colorbg {
    background-color: #670316;
    height: 299px;
    width: 100%;
    border-radius: 12px;
    background: var(--Primary, #670316);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.colorbg p:first-child {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.colorbg p:nth-child(2) {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.button {
    width: 220px;
    height: 58px;
}

@media (max-width:768px) {
    .button {
        width: 100%;
        height: 48px;
    }
    .containerR {
        padding: 38px 21px;
    }
    .colorbg {
        padding: 20px;
    }
    .colorbg p:nth-child(2) {
        font-size: 18px;
        text-align: center;
    }
    .colorbg p:first-child {
        font-size: 24px;
        text-align: center;
    }
}
