.container > div > div.card1 {
    height: calc(100% - 15px);
    margin-bottom: 15px;
}
.main-card-container {
    padding: 15px;
    float: left;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.my-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0px;
    color: #a4abae;
    text-align: left;
    transition: .4s;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
}
.my-card:hover{
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.30);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}

.container-fluid {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

.my-img-fluid {
    max-width: 100%;
  {# height: 480px; #}
    height: auto;
}
.col-2 {
    max-width: none !important;
}
.col-4 {
    max-width: none !important;
}

.CIONET-card{
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  overflow: hidden;
  position: relative;
}