﻿.card-hover:hover {
    transform: scale(1.05);
    transition: transform .3s ease-in-out;
    box-shadow: 0 6px 25px rgba(0,0,0,.5)
}

.sre-card {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
    margin: 50px
}

.margin-gap {
    margin-top: 3.5rem
}

.margin-gap-schedule {
    margin: 5rem
}

.img-process {
    width: 8%;
    height: 8%
}

.btn-color {
    color: #fff;
    background-color: #2937f0
}

@media (max-width:766px) {
    .head-section-title-multicloudservices {
        height: auto
    }

    .img-process {
        width: 25%;
        height: 25%
    }

    .sre-card {
        gap: 20px
    }

    .margin-gap {
        margin-top: 3rem
    }

    .margin-gap-schedule {
        margin: 3rem
    }
}

.process-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial,sans-serif
}

.step-container {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 30px
}

.icon-container {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-right: 15px;
    position: relative
}

.content-container {
    margin-left: 15px
}

.step-label {
    color: #777;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px
}

.vertical-line {
    position: absolute;
    width: 2px;
    background-color: #228be6;
    top: 50px;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%)
}

.servicebtntwo {
    border: #2937f0 solid 1px;
    color: #2937f0
}

    .servicebtntwo:hover {
        background-color: #2937f0 !important;
        color: #fff
    }

.step-container-last {
    display: flex;
    margin-left: 7rem;
    justify-content: start;
    width: 100%;
    position: relative;
    margin-bottom: 30px
}

.step-container-last-second {
    display: flex;
    width: 100%;
    position: relative
}

.horizontal-line {
    position: absolute;
    height: 2px;
    background-color: #228be6;
    width: 4rem;
    top: 1.5rem
}

.section-image {
    flex: 0 0 35%
}

    .section-image img {
        max-width: 100%;
        max-height: 17rem;
        margin-bottom: 25px
    }
