﻿.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
}

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

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

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

    .service-banner-text {
        margin-left: 2.3rem;
        margin-bottom: 2px
    }

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

    .sre-card {
        gap: 20px
    }

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

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

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