﻿.esh-cloud-section {
    width: 100%;
    text-align: center;
    padding: 48px;
    display: flex;
    justify-content: center;
}
    .esh-cloud-section h2 {
        font-size: 36px;
        font-weight: 600;
    }

.esh-cloud-header {
    background: #7e98b2;
    padding: 18px 28px;
    transition: all .2s;
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
}

.esh-cloud-body {
    border-radius: 12px;
    box-shadow: 0 8px 24px -8px #e1e3e5, inset 0 0 0 1px rgba(31,33,35,.04);
    overflow: hidden;
    min-width: 45%;
    /* height: calc(100vh - 210px); */
    background: #fff;
}

.esh-cloud-item {
    padding: 36px;
}
    .esh-cloud-item a {
        padding: 18px;
        background: #f1f1f1;
        border-radius: 12px;
        color: black;
        font-weight: 600;
        text-decoration: none;
    }
        .esh-cloud-item a:hover {
            text-decoration: none;
        }