.serviceheadtitle {
    font-family: "Inter", sans-serif;
    font-size: 56px;
    font-weight: 500;
}

.mainheading {
    font-family: "Inter", sans-serif;
    font-size: 64px;
    line-height: 64px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}

.mainbtn {
    background-color: #F75891;
    font-size: 16px;
    padding: 10px 28px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    border-radius: 4px;
    transition: all .3s;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.counter-box .number span {
    display: inline-block;
}

.button.service {
    background-color: #F75891;
    color: #fff;
}

.button {
    height: 46px;
    border: 1px solid transparent;
    display: inline-flex;
    padding: 10px 28px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.5;

    border-radius: 4px;
    transition: all .3s;
    align-items: center;
}

.servicebanner {
    max-width: 100%;
    width: 100%;
}

.heading .servicesubheading1 {
    color: #FFC857;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    letter-spacing: 4px;
    text-align: center;
}

.serviceheadingtitle1 {
    font-size: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    text-align: center;
}

.block-icon-box.layout-03 .icon-box {
    min-height: 230px;
    height: 230px;
    background: #121314;
    border: 1px solid rgba(225, 225, 225, 0.05);
    box-shadow: 0px 0px 10px 0px #00000026;
    border-radius: 5px;
    margin-bottom: 30px;
}

.icon-box.p48 {
    padding: 48px;
}

.block-icon-box.layout-03 .icon-box .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block-icon-box.layout-03 .icon-box .icon {
    flex: 0 0 100px;
    max-width: 100px;
}

.block-icon-box.layout-03 .icon-box .content {
    padding: 0;
    margin: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 148px);
    max-width: calc(100% - 148px);
}

.block-icon-box.layout-03 .icon-box .desc {
    margin-top: 10px;
    text-align: left;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.44;
    color: #c3c3c3;
}

.servicetitle {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
}

.service3 {
    padding-left: 50px;
    padding-top: 23%;
}

.heading.servicehead3 {
    margin-bottom: 32px;
}

.servicesubtxt {
    font-family: 'IBM Plex Sans', sans-serif;
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
    line-height: 1.44;
    color: #c3c3c3;
}

.counter-box .number {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    line-height: 1.11;
    text-align: left;
    margin-bottom: 6px;
    color: #fff;
}

.servicebtn3 {
    background-color: #F75891;
    font-size: 16px;
    padding: 10px 28px;
    margin-top: 6%;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    border-radius: 4px;
    transition: all .3s;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.servicebtn3:hover {
    color: #ffffff;
}

/* section4 */
.servicesection4 {
    position: relative;
}

.background-navy {
    background-color: #3B8F90;
}

.servicesection4.layout-02 .content {
    padding: 100px 100px 100px 0;
}

.servicesection4.layout-02 .heading {
    margin-bottom: 32px;
}

.button-wrap .button:last-child {
    margin-right: 0;
}

.button-wrap .button:last-child {
    margin-right: 0;
}

.servicesection4.layout-02 {
    background-position: 100%;
    background-size: 50% 100%;
    background-repeat: no-repeat;


}

.button.borderline-white {
    font-size: 16px;
    padding: 10px 28px;
    /* margin-top: 6%; */
    margin-right: 52%;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    border-radius: 4px;
    transition: all .3s;
    border-color: var(--sala-alway-white, #fff);
    color: var(--sala-alway-white, #fff);
}

.servicesection4 {
    margin-top: 7%;
}

@media(max-width:1230px) {
    .servicebanner {
        margin-left: 0;
    }
}