/*--- resident-service3 ---*/
.resident-service3 {
    background-color: #fff;
    padding: 144px 20px 220px 20px;
}
.resident-service3-inner {
    display: flex;
    align-items: center;
    column-gap: 160px;
    max-width: 1280px;
    margin: 0 auto;
    color: #443c3c;
}
.resident-service3-right {
    width: 41.6%;
}
.resident-service3-left {
    width: 58.4%;
}
.resident-service3-right p {
    margin-bottom: 48px;
}
.resident-service3-right .heading-h6 {
    font-weight: 500;
    margin-bottom: 20px;
}
.resident-service3-right .heading-h2 {
    margin-bottom: 28px;
}
.two_buttons {
    display: flex;
    column-gap: 16px;
    row-gap: 16px;
    flex-wrap: wrap;
}

@media(max-width: 1024px){
.resident-service3 {
    padding: 120px 20px;
}
.resident-service3-inner {
    column-gap: 80px;
}
}
@media(max-width: 767px){
.resident-service3 {
    padding: 80px 20px;
}
.resident-service3-inner {
    flex-direction: column;
    row-gap: 32px;
}
.resident-service3-left, .resident-service3-right {
    width: 100%;
}
.resident-service3-right p {
    margin-bottom: 30px;
}
}