@import url(/css/service_svg.css);

#hero-text {
    gap: 15px;
    max-width: 518px;
}
#deliveryMan .section-img {
    left: -130px;
}
#deliveryMan > div {
    border-top: solid 2px var(--light-orange);
    border-right: solid 2px var(--light-orange);
    border-radius: 0 var(--section-big-border) 0 0;
}
#eBay .section-img {
    width: 100%;
    height: auto;
    top: -125px;
}
#moving .section-img-box::before,
#amazon .section-img-box::before,
#tracking .section-img-box::before {
    content: "";
    border-left: 2px solid var(--light-orange);
    border-bottom: 2px solid var(--light-orange);
    border-radius: 0 0 0 320px;
    padding: 0 0;
    width: 115%;
    height: 110%;
    position: absolute;
    top: 0px;
    left: -60px;
}

#tracking .section-img {
    left: -70px;
}

#call > div {
    gap: 60px;
    padding-left: var(--section-pd);
    padding-right: var(--section-pd);
}
#call > div div:nth-child(2) {
    box-sizing: border-box;
    text-align: end;
    width: 100%;
    justify-content: flex-end;
    gap: 80px;
}
#call > div div:nth-child(2) > div {
    gap: 10px;
}
#call > div > div a {
    position: relative;
}
#call a:last-child:after {
    bottom: 80px;
    left: -5px;
}



