.quote-star {
    m
CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    m
CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    display: inline-block;
    margin: 0 0 5px;
}

.quote-star svg {
    fill: #F7D172;
}

.quote-star span[data-hs-cos-type="icon"] {
    width: 32px;
    float: left;
    display: block;
}

.quote-content {
    width: 100%;
    display: block;
    clear: both;
    margin: 0;
}

section.quote-sec {
    display: inline-block;
    width: 100%;
}

#main-content section.quote-sec p {
    font-family: Brown;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin: 0;
}
section.quote-sec .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 70px;
}

section.quote-sec .row:nth-child(even) {}

section.quote-sec .row:nth-child(even) .col-7 {
    order: 2;
    padding-right: 5%;
}

section.quote-sec .row:last-child {
    margin-bottom: 0;
}

#main-content .quote-content h3 {
    font-family: Brown;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
  margin-bottom:0;
}

section.quote-sec {
    background-image: url('https://21558131.fs1.hubspotusercontent-na1.net/hubfs/21558131/Aware%20Summer/quote.png');
    background-position: calc(100% - 20px) top;
    background-repeat: no-repeat;
    background-size: 230px auto;
}

@media (max-width: 991px) {
section.quote-sec .row .col-7 {
    width: 100%;
}
section.quote-sec {
    background-position: center 25px;
    background-size: 106px;
}

section.quote-sec .container {
    padding-top: 50px;
}
section.quote-sec .row .col-5 {
    display: none;
}
}