.box-services {
    width: 100%;
    height: 65vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-services-box1 {
    width: 100%;
    max-width: 600px;
    text-align: center;
    color: #000000;
    font: normal normal normal 18px / 1.4em 'libre baskerville', serif;
    font-size: 20px;
    font-weight: 500;
    animation: tilt-in-bottom-2 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.box-services-box2 {
    width: 100%;
    text-align: center;
    max-width: 600px;
    font: normal normal normal 62px / 1em helvetica-w01-bold, sans-serif;
    color: #000000;
    font-weight: 700;
    font-size: 6vh;
    animation: tilt-in-bottom-2 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.box-services-box3 {
    width: 100%;
    max-width: 915px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-color: rgb(247, 247, 247);
}

.box-services-box3-box1 {
    width: 125px;
    height: 125px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.box-services-box3-box2 {
    color: #000000;
    font: normal normal normal 31px / 1.03em helvetica-w01-bold, sans-serif;
    font-weight: 700;
    font-size: 3vh;
    padding-top: 20px;
}

.box-services-box3-box3 {
    color: #000000;
    font: normal normal normal 14px / 1.4em 'libre baskerville', serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding-top: 20px;
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.box-services-box3-left {
    animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.content-block2 {
    transform: translateY(0px);
}

.animationBox2 {
    animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.content-block3 {
    transform: translateY(0px);
}

.animationBox3 {
    animation: slide-in-right 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#rotating-image {
    transition: transform 0.1s ease;
}