a{
    text-decoration: none;
    color: white;
}
.firstSection{
    width: 1440px;
    height: auto;
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: radial-gradient(50% 127.15% at 50% 43.02%, #9FF2F2 0%, rgba(245, 245, 245, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.firstSection .serviceletter{
    display: flex;
    flex-direction: column;
    margin-right: 100px;
    transform: translateY(-100px);
    
}

.firstSection .serviceIconsContainer{
    height: 903px;
    margin-left: 100px;
}
.firstSection .solveYour{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 67px;
    text-align: left;
    color: #000000;
    margin-bottom: 74px;
}
.firstSection .technicalProblem{
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 63px;
    text-align: left;
    color: #000000;
    margin-bottom: 74px;
}
.firstSection .withUs{
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-size: 68px;
    line-height: 93px;
    text-align: left;
    color: #00C6F5;
    /* -webkit-text-stroke: 0.1px  #CEAEED;
    -webkit-text-size-adjust:auto;   */
}

.firstSection .serviceIcon{
    position: relative;
    /* background-color: red; */
    width: 360px;
    height: 360px;
    transform: translateY(110px);
    animation: anime 5s infinite ease-in-out alternate;
    -webkit-animation: anime 5s infinite ease-in-out alternate;
    /* box-shadow: 0 60px 12px -10px rgba(0, 0, 0, 0.1), 0 60px 20px -10px rgba(0, 0, 0, 0.1); */
    
}
@keyframes anime {
    100%{
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        box-shadow: 0 40px 10px -18px rgba(0, 0, 0, 0.2);
    }
}
.firstSection .serviceIcon p{
    position: absolute;
    top: 120px;
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.235em;
    color: #FFFFFF;
}
.firstSection .application{
 animation-delay: 0.1s;
}
.firstSection .equipment{
    /* background-color: yellow; */
    translate: 40% -20%;
    animation-delay: 0.5s;
}

.firstSection .calibration{
    /* background-color: yellow; */
    translate: -50% -130%;
    animation-delay: 0.5s;
}

.secondSection{
    width: 1200px;
    height: 800px;
    background: radial-gradient(50% 127.15% at 50% 43.02%, #E0ED89 0%, rgba(245, 245, 245, 0) 87.29%);
    margin-top: 10px;
    padding-left: 100px;
    position: relative;
    margin: auto;
}
.secondSection h2{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-size: 58px;
    line-height: 93px;
    text-align: left;
    color: #302f2f;
}
.secondSection .content{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 35px;
    line-height: 100px;
    color: #434343;
    margin-top: 50px;
}
.secondSection img{
    width: 700px;
    height: auto;
    position: absolute;
    transform: translateY(-90px);
    right: 0;
    top: 350px;
}

.secondSection .getNow{
    width: 253px;
    height: 72px;
    background: #58A2FA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 53px;
    border: none;

    font-family: 'Jacques Francois';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
    color: #EFEFEF;

    cursor: pointer;
    margin-top: 20px;
}

.thirdSection{
    width: 1200px;
    height: 800px;
    background: radial-gradient(50% 127.15% at 50% 43.02%, #E0ED89 0%, rgba(245, 245, 245, 0) 87.29%);
    margin-top: 10px;
    padding-left: 100px;
    position: relative;
    margin: auto;
}
.thirdSection h2{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-size: 58px;
    line-height: 93px;
    text-align: left;
    color: #302f2f;
}
.thirdSection .content{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 35px;
    line-height: 100px;
    color: #434343;
    margin-top: 50px;
}
.thirdSection img{
    width: 700px;
    height: auto;
    position: absolute;
    transform: translateY(-90px);
    right: 0;
    top: 200px;
}

.thirdSection .getNow{
    width: 253px;
    height: 72px;
    background: #58A2FA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 53px;
    border: none;

    font-family: 'Jacques Francois';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
    color: #EFEFEF;

    cursor: pointer;
    margin-top: 20px;
}

.fourthSection{
    width: 1200px;
    background: radial-gradient(50% 127.15% at 50% 43.02%, #E0ED89 0%, rgba(245, 245, 245, 0) 87.29%);
    margin-top: 10px;
    padding-left: 100px;
    position: relative;
    padding-bottom: 20px;
    margin: auto;
}
.fourthSection h2{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-size: 58px;
    line-height: 93px;
    text-align: left;
    color: #302f2f;
}
.fourthSection .content{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 35px;
    line-height: 100px;
    color: #434343;
    margin-top: 50px;
}
.fourthSection img{
    width: 700px;
    height: auto;
    position: absolute;
    transform: translateY(-90px);
    right: 0;
    top: 200px;
    z-index: -1;

}

.fourthSection .getNow{
    width: 253px;
    height: 72px;
    background: #58A2FA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 53px;
    border: none;

    font-family: 'Jacques Francois';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 53px;
    color: #EFEFEF;

    cursor: pointer;
    margin-top: 20px;
}


section img{
    margin: 0;
    padding: 0;
}