.service-five-wrapper svg {
    width: 1em;
    height: 1em;
}

.service-box-left-content span {
    font: 500 20px "Space Grotesk", serif;
    display: inline-block;
    margin-bottom: 30px;
    color: #121212;
}

.service-box-left-content .section-text-five {
    max-width: 380px;
}

.service-box-left-content .section-text-five p {
    color: #121212;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .service-box-left-content .section-text-five p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .service-box-left-content .section-text-five p {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .service-box-left-content .section-text-five p {
        margin-bottom: 120px;
    }
}

.service-box-left-content .service-category-title {
    font: 500 30px "Space Grotesk", serif;
}

@media only screen and (min-width: 576px) {
    .service-box-left-content .service-category-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) {
    .service-box-left-content .service-category-title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 992px) {
    .service-box-left-content .service-category-title {
        font-size: 55px;
    }
}

@media only screen and (min-width: 1200px) {
    .service-box-left-content .service-category-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1400px) {
    .service-box-left-content .service-category-title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 1600px) {
    .service-box-left-content .service-category-title {
        font-size: 100px;
    }
}

.service-box-right-content img {
    animation: spinner 4s infinite linear;
}

.service-box-right-content .service-btn-two {
    padding-top: 30px;
}

.service-box-right-content ul {
    margin-top: 40px;
}

.service-box-right-content ul li {
    position: relative;
    font: 500 16px "DM Sans", sans-serif;
    color: #121212;
    padding-left: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
    .service-box-right-content ul li {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .service-box-right-content ul li {
        font-size: 20px;
    }
}

.service-box-right-content ul li::before {
    position: absolute;
    left: -3px;
    font-size: 15px;
    top: 51%;
    transform: translateY(-50%);
    color: #121212;
    content: "\2b";
}

.service-btn-two .theme-btn .icon-box {
    background-color: #FD6535;
    color: #fff;
}

.service-btn-two .theme-btn .text-content {
    background-color: #FD6535;
    color: #fff;
    font: 500 16px "DM Sans", sans-serif;
    letter-spacing: 2%;
    padding: 15px 26px;
}

.service-box {
    display: grid;
    grid-template-columns: 1fr;
    background-color: #f0f0f0;
    border-radius: 20px;
    gap: 40px 0;
    padding: 30px;
    margin-bottom: 30px;
    border: 2px solid #121212;
}

.service-box:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .service-box {
        grid-template-columns: 1fr 50%;
        justify-items: end;
    }
}

@media only screen and (min-width: 992px) {
    .service-box {
        grid-template-columns: 1fr 300px;
        justify-items: start;
        padding: 60px;
    }
}

.we-do-title-wrapper .service-btn-two .theme-btn .icon-box {
    background-color: #fff;
    color: #121212;
    border-color: #121212;
}

.we-do-title-wrapper .service-btn-two .theme-btn .text-content {
    background-color: #fff;
    color: #121212;
}
.theme-btn span{
    transition: all 0.3s 0s ease-out;
}
.theme-btn .icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    background-color: #7FE85A;
    border: 2px solid #fff;
    position: relative;
    z-index: 1;
}

.theme-btn .icon-box.icon-box-1 {
    transform: scale3d(0.5, 0.5, 1);
    margin-right: -50px;
    opacity: 0;
}

.theme-btn:hover .icon-box.icon-box-1 {
    transform: scale3d(1, 1, 1);
    margin-right: -17px;
    opacity: 1;
}

.service-btn-two .theme-btn .icon-box {
    background-color: #FD6535;
    color: #fff;
}

.theme-btn .text-content {
    font: 400 16px "Kanit", sans-serif;
    color: #121212;
    background-color: #7FE85A;
    padding: 12px 28px;
    border-radius: 24px;
    letter-spacing: 5%;
}

.theme-btn:hover .text-content {
    transform: scale3d(1, 1, 1);
}

.service-btn-two .theme-btn .text-content {
    background-color: #FD6535;
    color: #fff;
    font: 500 16px "DM Sans", sans-serif;
    letter-spacing: 2%;
    padding: 15px 26px;
}

.theme-btn .icon-box.icon-box-2 {
    transform: scale3d(1, 1, 1);
    margin-left: -17px;
    opacity: 1;
}

.theme-btn:hover .icon-box.icon-box-2 {
    transform: scale3d(0.5, 0.5, 1);
    margin-left: -50px;
    opacity: 0;
}

.service-btn-two .theme-btn .icon-box {
    background-color: #FD6535;
    color: #fff;
}

.theme-btn .icon-box i,
.theme-btn .icon-box svg {
    transform: rotate(-45deg);
    fill: #fff;
    color: #fff;
}
