.award-sec {
    padding: 50px 0px;
    background: #e03103;
    position: relative;
}

.red-shape {
    position: absolute;
    top: -25px;
    width: calc(100% + 10px);
    left: -5px;
}

.wrapper {
    overflow: hidden;
}

.red-shape img {
    width: 100%;
}

.mobile-shape {
    display: none;
}

.award-sec .text-box h2 {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.text-white {
    color: #fff !important;
}

.get-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-btn a {
    color: rgba(254, 254, 254, 1);
    display: flex;
    align-items: center;
    justify-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Helvetica";
    line-height: 1;
}

.get-btn a:hover svg {
    margin-left: 20px;
    transition: all 0.5s ease-in-out;
}

.get-btn a svg {
    margin-left: 17px;
    transition: all 0.5s ease-in-out;
}

.get-btn a svg path {
    transition: all 0.5s ease-in-out;
}

.get-btn a:hover svg path {
    fill-opacity: 1;
    transition: all 0.5s ease-in-out;
}

.get-btn a:hover {
    color: #fefefe;
}

.real-estat-logo {
    max-width: 1022px;
    width: 100%;
    margin: 50px auto 50px;
}

.real-estat-logo ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 98px;
}

.social-review {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    max-width: 856px;
    width: 100%;
    margin: 0 auto;
}

.review-box {
    border-radius: 10px;
    border: 2px solid #fefefe;
    background: rgba(34, 34, 34, 0.1);
    backdrop-filter: blur(2px);
    padding: 0 28px;
    height: 74px;
    max-width: 272px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-mobile {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.review-box-left img.zillow-img {
    height: 17px;
}

.review-box-left ul {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 3px 0 0;
}

.review-box-left ul li {
    display: flex;
    align-items: center;
}

.review-box .text-inner h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1;
}

.review-box .text-inner p {
    color: rgba(254, 254, 254, 0.5);
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    font-family: "Inter", sans-serif;
}