.standard_container {
    width: 90%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.footer-socials a img {
    width: 25px;
}

.schedule_message {
    font-size: 14px;
    margin-left: 5px;
}

.main-content {
    padding-top: 99.7px;
}

.howItWorksTag {
    color: #7877e6;
}

.howItWorksHeading {
    font-weight: 700;
    font-size: 52px;
}

.work-box-1 {
    border: 1px solid #d0d0d0;
    display: flex;
    justify-content: space-between;
    height: 300px;
    overflow: hidden;
    border-radius: 14px 135px 135px 14px;
}

.work-box-2 {
    border: 1px solid #d0d0d0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    height: 300px;
    overflow: hidden;
    border-radius: 135px 14px 14px 135px;
}

.main-work-box {
    position: relative;
    margin-top: 80px;
}

.work-box-1 .left {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 105px;
}

.work-box-1 .left h2 {
    font-size: 32px;
}

.work-box-1 .left p {
    margin-top: 15px;
    font-size: 18px;
    color: #464646;
}

.work-box-1 .right {
    width: 40%;
}

.work-box-1 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.work-box-2 .left {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 105px;
    background-color: #f2f4ff;
}

.work-box-2 .left h2 {
    font-size: 32px;
}

.work-box-2 .left p {
    margin-top: 15px;
    font-size: 18px;
    color: #464646;
}

.work-box-2 .right {
    width: 40%;
}

.work-box-2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.number-box {
    color: #7877e6;
    background-color: #f2f4ff;
    border-radius: 100px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 9.375rem;
    height: 9.375rem;
    display: flex;
    position: absolute;
    font-size: 3.5rem;
    font-weight: 700;
    left: -75px;
    top: 50%;
    transform: translateY(-50%);
}

.number-box-left {
    color: #7877e6;
    background-color: #f2f4ff;
    border-radius: 100px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    display: none;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.number-box-2 {
    color: #ffffff;
    background-color: #7877e6;
    border-radius: 100px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 9.375rem;
    height: 9.375rem;
    display: flex;
    position: absolute;
    font-size: 3.5rem;
    font-weight: 700;
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
}

.number-box-2-left {
    color: #ffffff;
    background-color: #7877e6;
    border-radius: 100px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    display: none;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .work-box-1 {
        flex-direction: column;
        height: 100%;
    }

    .work-box-1 .left {
        justify-content: end;
        padding-left: 0;
        height: 100%;
        padding: 20px;
    }

    .work-box-1 .left,
    .work-box-1 .right {
        width: 100%;

    }

    .work-box-1 .right {
        height: 300px;
    }

    .number-box-left {
        display: flex;
    }

    .number-box {
        display: none;
    }


    .work-box-2 {
        flex-direction: column-reverse;
        height: 100%;
    }

    .work-box-2 .left {
        justify-content: end;
        padding-left: 0;
        direction: rtl;
        padding: 20px;
        height: 100%;
    }

    .work-box-2 .left,
    .work-box-2 .right {
        width: 100%;

    }

    .work-box-2 .right {
        height: 300px;
    }

    .number-box-2-left {
        display: flex;
    }

    .number-box-2 {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .main-content {
        padding-top: 74.06px;
    }

    .work-box-2 .left h2 {
        font-size: 24px;
    }

    .work-box-2 .left p {
        font-size: 15px;
    }

    .work-box-1 .left h2 {
        font-size: 24px;
    }

    .work-box-1 .left p {
        font-size: 15px;
    }

    .number-box-left {
        width: 5rem;
        height: 5rem;
        font-size: 2rem;
    }

    .number-box-2-left {
        width: 5rem;
        height: 5rem;
        font-size: 2rem;
    }
}

@media only screen and (max-width: 400px) {
    .main-content {
        padding-top: 73.09px;
    }
}