.contact_banner__content {
    position: relative;
}

.contact_banner__content img {
    width: 100%;
    height: 800px;
    object-position: bottom;
    object-fit: cover;
}

.contact_heading {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.contact_heading h3 {
    font-weight: 700;
    letter-spacing: 12px;
    color: #fff;
    font-size: 33px;
    text-transform: uppercase;
}

.contact_img {
    position: relative;
}

.contact_img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background: rgba(0, 0, 0, .14); */
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.589) 100%);
}

.contact_heading h6 {
    font-size: 70px;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
}

.contact_btn {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 1.2rem;
    justify-content: center;
}

.contact_btn a {
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 30px;
    letter-spacing: 1px;
}

.contact_btn .contact_btn__active {
    background-color: #fff;
    color: #333333;
}

/* budget_wrapper */
.budget_wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.budget_wrapper__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.budget_wrapper__content h3 {
    font-size: 35px;
    line-height: 1.4;
    max-width: 1300px;
    color: #333333;
    margin: 0 auto;
    text-align: center;
}

.benefit_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.benefit_wrapper__content {
    background-color: #F2EFEA;
    padding: 5rem 6.66%;
}


.benefit_grid__right img {
    width: 100%;
}

.benfit_heading {
    text-align: center;
}

.benfit_heading h6 {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Kanit", sans-serif;
}

.benfit_heading p {
    margin-top: 10px;
    font-size: 18px;
}

.benefit_box__grid {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    text-align: center;
}

.benefit_box img {
    width: 60px;
}

.benefit_box p {
    margin-top: 12px !important;
    font-size: 15px;
    max-width: 270px;
    margin: 0 auto;
}

.benefit_grid__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.service_parra {
    text-align: center;
    margin-top: 2rem;
}

.service_parra p {
    max-width: 350px;
    margin-top: 2rem !important;
    margin: 0 auto;
    font-size: 18px;
}

/* how_wrapper */
.how_wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}

.how_heading h3 {
    text-align: center;
    font-size: 44px;
    text-transform: capitalize;
    color: #1A1A1A;
}

.how_box {
    margin-top: 3rem;
}

.how_box__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.how_box__content h1 {
    font-size: 45px;
}

.how_box__content h3 {
    text-transform: capitalize;
    font-size: 26px;
    margin: 12px 0 !important;
}

.how_box__content p {
    margin: 0 auto;
    text-align: center;
    max-width: 300px;
}

.get-btn {
    text-align: center;
    margin-top: 3rem;
}

.get-btn a {
    border: 1px solid #1a1a1a;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1A1A1A;
    font-size: 15px;
}

.contact_details {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact_details__content h3 {
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 3px;
}

.contact_details__content p {
    margin-top: 12px !important;
    font-size: 14px;
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;
}

.contact-table {
    margin: 1rem 0;
}

.int-contact-info_td {
    border: 1px solid #000;
    padding: 5px;
    width: 357px;
}

.int-contact-info_td p {
    font-size: 14px;
}

.contact_details__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mail-add {
    max-width: max-content;
    padding: 12px 3rem;
    background-color: #f8f8f8;
}

.mail-add p {
    margin-top: 5px !important;
}