.buy-seller-sec {
    position: relative;
}

.dots-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.austin-seller {
    max-width: 1044px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 6fr 6fr;
    column-gap: 24px;
}

.austin-seller .text-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.austin-seller .text-inner span {
    color: #e5532d;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.austin-seller .text-inner ol {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 12px;
}

.austin-seller .text-inner h2 {
    color: #333434;
    margin: 0 0 12px;
}

.austin-seller .text-inner p {
    color: #333434;
    font-size: 20px;
    font-family: "Helvetica";
    line-height: 26px;
    font-weight: normal;
    max-width: 495px;
    width: 100%;
    margin-bottom: 27px;
}

.btn-free {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.btn-primry {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: "Helvetica";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0.2) 100%
        ),
        #e03103;
    box-shadow: 0px 4px 4px 0px rgba(224, 49, 3, 0.25);
    border-radius: 10px;
    height: 52px;
    padding: 3px 31px 0;
}

.btn-primry:hover {
    background: rgba(224, 49, 3, 0.2);
    color: #e5532d;
}

.buy-seller-sec .btn-primry.read-more-btn {
    color: #e03103;
    border-radius: 10px;
    border: 2px solid #e03103;
    background: none;
    padding: 0px 29px 3px;
    box-shadow: none;
}

.btn-primry.read-more-btn:hover {
    background: rgba(224, 49, 3, 0.1);
}

.austin-seller .image-holder {
    max-width: 427px;
    width: 100%;
    margin-right: 50px;
    margin-left: auto;
    position: relative;
}

.austin-seller .image-holder::after {
    position: absolute;
    content: "";
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 425px;
    width: 100%;
    height: 247px;
    background-color: transparent;
    border-radius: 10px;
    border: 4.32px solid #e5532d;
    z-index: -1;
}

.austin-buy .image-holder {
    margin-left: 50px;
    margin-right: auto;
}

.austin-buy .image-holder::after {
    left: -30px;
    right: auto;
}

.btn-primry {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: "Helvetica";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e03103;
    box-shadow: 0px 4px 4px 0px rgba(224, 49, 3, 0.25);
    border-radius: 10px;
    height: 52px;
    padding: 0 31px 3px;
    border: none;
    cursor: pointer;
}