.container {
    max-width: 1170px;
}

body {
    font-family: "Open Sans";
    font-size: 18px;
}

p {
    margin-bottom: 1.5rem;
}

.ad-text {
    color: rgba(45, 45, 45, 0.55);
    text-shadow: transparent 0px 0px 0px;
    font-size: 18px;
    line-height: 1;
    margin: 0px;
    padding: 10px;
}

img {
    width: 100%;
}

.author {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.author-profile {
    width: 100%;
    max-width: 40px;
}

.author-publish {
    font-size: 15px;
    margin: 0;
    padding: 5px;
}

.main-content {
    display: flex;
    flex-direction: row;
    padding-left: 5px;
    padding-right: 5px;
}

.left-container {
    width: 70%;
}

.right-container {
    width: 30%;
}

.off {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.side-product {
    width: 100%;
    max-width: 231px;
}

.button {
    padding: 15px 20px;
    background-color: rgb(15, 171, 96);
    cursor: pointer;
    border: 0;
    outline: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 2;
    letter-spacing: .02em;
    color: #f6f9fe;
    border-radius: 4px;
    box-shadow: RGB(37 42 50 / 32%) 0 1px 4px 1px;
    text-align: center;
    width: 80%;
    margin: auto;
}

.button2 {
    padding: 15px 20px;
    background-color: rgb(15, 171, 96);
    cursor: pointer;
    border: 0;
    outline: 0;
    font-weight: bold;
    line-height: 2;
    letter-spacing: .02em;
    color: #f6f9fe;
    border-radius: 4px;
    box-shadow: RGB(37 42 50 / 32%) 0 1px 4px 1px;
    text-align: center;
    width: 50%;
    margin: auto;
    font-size: 30px;
}

.button:hover {
    background-color: #09D776;
}

.button2:hover {
    background-color: #09D776;
}

.yellow-box {
    line-height: 1.5;
    margin: 5px 5px 20px 5px;
    padding: 10px;
    padding-bottom: 25px;
    background-color: rgb(254, 245, 196);
    text-shadow: transparent 0px 0px 0px;
    font-size: 18px;
}

.highlight {
    font-weight: bold;
}

.sub-title {
    font-weight: bolder;
    font-size: 25px;
    margin-bottom: 1.5rem;
}

.image-container {
    margin-bottom: 1.5rem;
}

.no-underline {
    text-decoration: none;
}

.qoute-box {
    line-height: 1.5;
    margin: 10px 0px 1.5rem 0px;
    padding: 10px;
    background-color: rgb(240, 238, 238);
    box-shadow: rgb(197, 199, 210) -4.09576px 2.86788px 0px 3px;
    text-shadow: transparent 0px 0px 0px;
}

.border-box {
    border-width: 3px;
    border-style: solid;
    border-color: rgb(37, 42, 50);
    line-height: 1.5;
    padding: 10px;
    text-shadow: transparent 0px 0px 0px;
    margin-bottom: 1.5rem;
}

.border-box p {
    font-weight: bold;
}

.bg-green {
    background-color: rgb(15 171 96);
    text-shadow: transparent 0px 0px 0px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    padding-left: 5px;
    margin-bottom: 1.5rem;
}

.bg-gray {
    background-color: rgb(197 199 210);
    text-shadow: transparent 0px 0px 0px;
    margin-bottom: 1.5rem;
    padding-left: 5px;
    font-weight: bold;
    font-size: 28px;
    color: white;
}

.border-box-v2 {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(37, 42, 50);
    line-height: 1.5;
    padding: 10px;
    text-shadow: transparent 0px 0px 0px;
    margin-bottom: 1.5rem;
}

.color-red {
    color: red;
}

.bg-orange {
    background-color: rgb(249, 119, 44);
    text-shadow: transparent 0px 0px 0px;
    margin-bottom: 1.5rem;
    padding-left: 5px;
    font-weight: bold;
    font-size: 28px;
    color: white;
}

.main-product {
    border-width: 5px;
    border-style: dashed;
    border-color: rgb(249, 119, 44);
    width: 100%;
    max-width: 320px;
}

.text-v2 p {
    font-size: 24px;
}

.comment-profile {
    width: 100%;
    max-width: 40px;
}

.comment-box {
    display: flex;
}

.name {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 0;
}

.comment-container {
    background: #f5f5f4;
    padding: 10px 15px 13px;
    border-radius: 18px;
    margin-left: 10px;
}

.comment-text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    color: rgb(37, 42, 50);
}