.aws-specialist-experise-boxes-widget{

    color:#E1E7EA;
}

.experise-box {
    padding: 20px;
    background: #0F0F2D;
    color: white;
    border: solid 1px #00FFFF;
    /* margin: 30px 0; */
    flex:1;
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* .experise-box:hover *{
    color:white;
} */

h3.expertise-box-title {
    /* color: #2396C6; */
    text-align: center;
    font-weight: 400;
    font-size: 27px;
    margin-bottom: 0;
}

.experise-box p {
    font-size: 16px;
    text-align: center;
    margin-top: 0;
}

 .aws-specialist-experise-boxes-widget .row.d-flex  {
    margin-top: 30px;
} 


.full {
    width: 100%;
}
.full .experise-box {
    min-height: 140px !important;
}