.get_started_card{
    display: flex;
    justify-content: space-between;
    gap: 160px;
}
.get_started_card .card_white {
    width: calc(50% - 80px);
    background-color: #fff;
    height: 320px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    margin-bottom: 00px;
}
.get_started_card .card_white h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    margin-top: 0;
    line-height: 1.2;
  }
.get_started_card .card_white p {
    color: #000;
    font-size: 21px;
}
.yellow_text_center{
    font-family: YAFdJoNRMmU-0;
    font-size: 56px;
    font-weight: bold;
    text-align: center;
    color: #ffd84d;
    width: 600px;
    line-height: 1;
    margin: auto;
    padding: 100px 0;
}
.arrow_img {
    position: absolute;
    width: 140px;
    height: auto;
    pointer-events: none;
}
.card2 .arrow_img{
    bottom: -62px;
    transform: rotate(-18deg);
    left: 0;
}
.card1 .arrow_img{
    transform: scaleX(-1) rotate(-20deg);
    right: 0;
    bottom: -62px;
}
.card4 .arrow_img{
    left: 0;
    top: -62px;
    transform: scaleX(-1) rotate(160deg);
}
.card3 .arrow_img{
    right: 0;
    top: -62px;
    transform: rotate(160deg);
}
.accounting_for_us_small_businesses .service_segment_container {
    background-color: #263237;
    color: #fff;
}
.accounting_for_us_small_businesses .service_segment_container .service_head{
    color: #fff;
}
.accounting_for_us_small_businesses .service_segment_main_para{
    font-size: 26px;
    font-weight: bold;
}

section.US_accnt_feature{
    background-color: #fff;
}
.sec_align_left{
    position: relative;
    padding-right: 275px;
    padding-bottom: 30px;
}
.sec_align_right{
    position: relative;
    padding-left: 275px;
    padding-bottom: 30px;
}
  .title-bar {
    background: #000;
    color: #fff;
    padding: 10px 32px;
    font-size: 45px;
    font-weight: 700;
    width: fit-content;
    position: relative;
    margin-bottom: 30px;
  }
  .right-radius {
    border-radius: 18px 0 0 18px;
    right: 0;
    position: absolute;
  }
  .left-radius {
    border-radius: 0 18px 18px 0;
    left: 0;
    position: absolute;
  }
  .green-line {
    height: 10px;
    background: #55b87c;
    width: calc(100% - 20px);
    position: absolute;
  }
  .green-line.right-radius {
    border-radius: 10px 0 0 10px;
    right: 0;
    bottom: -4px;
    margin: 0;
  }
  .green-line.left-radius {
    border-radius: 0 10px 10px 0;
    left: 0;
    bottom: -4px;
    margin: 0;
  }
  .subtitle {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-top: 115px;
  }
  .two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
  .US_accnt_feature ul {
    list-style: none;
  }
  .US_accnt_feature li {
    position: relative;
    padding-left: 36px;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .US_accnt_feature li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 24px;
  background-image: url("../images/63499b51-02b2-454b-846d-1784e59765b2.png");
  background-size: contain;
  background-repeat: no-repeat;
  }
@media only screen and (max-width: 1024px) {
    .get_started_card .card_white h2{
        font-size: 24px;
    }
    .get_started_card .card_white p{
        font-size: 20px;
    }
    .sec_align_left{
        padding-right: 100px;
    }
    .sec_align_right{
        padding-left: 100px;
    }
    .title-bar{
        font-size: 36px;
    }

}
@media only screen and (max-width: 768px) {
    .get_started_card .card_white h2{
        font-size: 22px;
    }
    .get_started_card .card_white p{
        font-size: 18px;
    }
    .accounting_for_us_small_businesses .service_segment_main_para{
        font-size: 20px;
    }
    .title-bar{
        font-size: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .get_started_card{
        display: block;
    }
    .get_started_card .card_white{
        width: 100%;
        height: auto;
    }
    .yellow_text_center{
        width: 100%;
        font-size: 30px;
    }
    .get_started_card .card_white.margin_100{
        margin-bottom: 100px;
    }
    .accounting_for_us_small_businesses .service_segment_main_para{
        font-size: 17px;
    }
    .sec_align_left, .sec_align_right{
        padding: 0;
    }
    .two-column{
        display: block;
    }
    .title-bar{
        font-size: 18px;
    }
    .subtitle{
        font-size: 18px;
        padding-top: 90px;
    }
    .US_accnt_feature li{
        font-size: 16px;
    }
}