.totalBodyContainer {
    background-color: #F8F8F8;
}

.solutionSection1 {
    margin-top: 120px;
    width: 100%;
}

.solutionSection1Wrapper {
    background: url("/images/solutions/emergency/solutionSection1Bg.png") no-repeat center center / cover;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(18, 34, 45, 0.2)
}

.solutionSection1Text {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 3.75rem;
}

.solutionSection2{
    box-sizing: border-box;
}

.solutionSection2TextContainer {
    display: flex;
    justify-content: center;
}

.solutionSection2TextWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px
}

.solutionSection2TextWrapper > img {
    max-width: 330px;
    width: 100%;
}

.solutionSection2Text {
    font-family: SCDream, sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 1.625rem;
    line-height: 2.375rem;
}
.solutionSection2SystemImgContainer{
    display: flex;
    align-items: center;
    justify-content: center;
}

.solutionSection2SystemImgContainer > img {
    width: 100%;
    max-width: 426px;
}

.solutionSection3 {
    width: 100%;
    margin-top: 167px;
}

.solutionSection3Container{
    width: 100%;
    max-width: 1400px;
}

.solutionSection3Text {
    text-align: center;
    font-family: SCDream, sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #12222D;
}

.solutionSection3Text > span {
    color: #D72600;
}

.solutionSection3ImgContainer {
    margin-top: 53px;
}

.solutionSection3ImgContainer > div {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.solutionSection3WrapperOne {
    background: url("/images/solutions/emergency/solutionSection3One.png") no-repeat center center / cover;
    width: 100%;
    max-width: 273px;
    height: 320px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 1s ease;
}

.solutionSection3WrapperTwo {
    background: url("/images/solutions/emergency/solutionSection3Two.png") no-repeat center center / cover;
    width: 100%;
    max-width: 273px;
    height: 320px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 1s ease;
}

.solutionSection3WrapperThree {
    background: url("/images/solutions/emergency/solutionSection3Three.png") no-repeat center center / cover;
    width: 100%;
    max-width: 273px;
    height: 320px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 1s ease;
}

.solutionSection3WrapperFour {
    background: url("/images/solutions/emergency/solutionSection3Four.png") no-repeat center center / cover;
    width: 100%;
    max-width: 273px;
    height: 320px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 1s ease;
}

.solutionSection3ImgContainer > div {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 1s ease, transform 0.5s ease;
}

.solutionSection3ImgContainer > div.animate {
    opacity: 1;
    transform: translateY(0);
}

.solutionSection3ImgContainer > div:nth-child(1) {
    transition-delay: 0.2s;
}

.solutionSection3ImgContainer > div:nth-child(2) {
    transition-delay: 0.4s;
}

.solutionSection3ImgContainer > div:nth-child(3) {
    transition-delay: 0.6s;
}

.solutionSection3ImgContainer > div:nth-child(4) {
    transition-delay: 0.8s;
}



.solutionSection3ImgTitleOne {
    position: absolute;
    top: 24px;
    text-align: center;
    font-family: SCDream, sans-serif;
    font-weight: 800;
    font-size: 1.625rem;
    line-height: 2.625rem;
    letter-spacing: -1.2px;
    color: #FFFFFF;
}

.solutionSection3ImgTextOne {
    position: absolute;
    top: 70px;
    text-align: center;
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: -0.96px;
    color: #f8f8f8;
}

.solutionSection3ImgTitle {
    position: absolute;
    top: 24px;
    text-align: center;
    font-family: SCDream, sans-serif;
    font-weight: 800;
    font-size: 1.625rem;
    line-height: 2.625rem;
    letter-spacing: -1.2px;
    color: #12222D;
}

.solutionSection3ImgText {
    position: absolute;
    top: 70px;
    text-align: center;
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: -0.96px;
    color: #12222D;
}

@media (min-width: 1400px) {
    .solutionSection3ImgContainer>div{
        justify-content: center;
    }

    .solutionSection3WrapperOne:hover,
    .solutionSection3WrapperTwo:hover,
    .solutionSection3WrapperThree:hover,
    .solutionSection3WrapperFour:hover {
        transform: translateY(-10px);
    }

}

@media (max-width: 1399px) {
    .solutionSection3 {
        margin-top: 72px;
    }

    .solutionSection3Text {
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.857rem;
        color: #12222D;
    }

    .solutionSection3ImgContainer {
        margin-top: 121px;
    }


    .solutionSection3ContainerOne,.solutionSection3ContainerThree{
        justify-content: flex-end;
    }


    .solutionSection3WrapperOne {
        background: url("/images/solutions/emergency/solutionSection3OneSm.png") no-repeat center center / cover;
        width: 100%;
        max-width: 312px;
        height: 180px;
        align-items: flex-start;
    }

    .solutionSection3WrapperTwo {
        background: url("/images/solutions/emergency/solutionSection3TwoSm.png") no-repeat center center / cover;
        width: 100%;
        max-width: 312px;
        height: 180px;
    }

    .solutionSection3WrapperThree {
        background: url("/images/solutions/emergency/solutionSection3ThreeSm.png") no-repeat center center / cover;
        width: 100%;
        max-width: 312px;
        height: 180px;
    }

    .solutionSection3WrapperFour {
        background: url("/images/solutions/emergency/solutionSection3FourSm.png") no-repeat center center / cover;
        width: 100%;
        max-width: 312px;
        height: 180px;
    }

    .solutionSection3ImgTitleOne {
        top: 30px;
        left: 25px;
        text-align: left;
        font-family: SCDream, sans-serif;
        font-weight: 800;
        font-size: 1.625rem;
        line-height: 2.643rem;
        letter-spacing: -1.04px;
        color: #FFFFFF;
    }

    .solutionSection3ImgTextOne {
        left: 25px;
        top: 76px;
        text-align: left;
        font-family: SCDream, sans-serif;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.714rem;
        letter-spacing: -0.84px;
        color: #f8f8f8;
    }

    .solutionSection3ImgTitle {
        top: 30px;
        left: 25px;
        text-align: left;
        font-family: SCDream, sans-serif;
        font-weight: 800;
        font-size: 1.625rem;
        line-height: 2.643rem;
        letter-spacing: -1.04px;
        color: #12222D;
    }

    .solutionSection3ImgText {
        left: 25px;
        top: 76px;
        text-align: left;
        font-family: SCDream, sans-serif;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.714rem;
        letter-spacing: -0.84px;
        color: #12222D;
    }
}

@media (max-width: 991px) {
    .solutionSection2SystemImgContainer > img{
        max-width: 316px;
    }

    .solutionSection2TextWrapper > img{
        max-width: 188px;
    }

    .solutionSection2TextWrapper{
        display: flex;
        align-items: center;
    }

    .solutionSection3ImgContainer {
        margin-top: 97px;
        gap: 40px;
    }



    .solutionSection2Wrapper{
        gap: 40px;
    }

    .solutionSection2Text{
        text-align: center;
        font-size: 1.3rem;
        line-height: 2.167rem;
    }

    .solutionSection3{
        margin-top: 40px;
    }



    .solutionSection3ContainerOne,
    .solutionSection3ContainerTwo,
    .solutionSection3ContainerThree,
    .solutionSection3ContainerFour{
        justify-content: center;
    }
}


@media (max-width: 575px) {

}