.apps
{
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: wrap;
}
.apps_catalog
{
    width: 32%;
    height: 385px;
    margin-top:0px ;
    margin-bottom:30px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    word-wrap:break-word;
    border-radius: 15px;
    overflow: hidden;
}
.apps_catalog_content
{
    width: 100%;
    height: 90%;
}
.apps_catalog_img
{
    height: 25%;
    display: flex;
    align-items: center;
}
.apps_catalog_img img
{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    margin-top: 25px;
    opacity: .6;
}
.apps_catalog_information
{
    height: 25%;
    margin-top: 70px;
    
}
.apps_catalog_name
{
    width: 185px;
    position: relative;
    top: 10px;
    font-family:EpocaPro-Regular, EpocaPro-Regular_IE,Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: dimgrey;
    text-align: left;
    margin: auto;
}
.apps_catalog_button
{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.appsPage
{
    position: absolute;
    bottom: 38px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
  
}
.appsPageComingSoon
{
    position: absolute;
    bottom: 30px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
}
.apps_catalog_button a
{
    border: none;
    background-color: rgb(69, 142, 238);
    position: relative;
    /*padding-left: 43px;
    padding-right: 43px;*/
    width: 190px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 41;
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    font-family: "Poppins-Medium";
}
.apps_catalog_button u
{
    position: relative;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 41;
    text-decoration: none;
    color: dimgrey;
    font-size: 16px;
    font-family: "SF-Pro-Regular";
}




@media only screen and  (max-width: 1100px)
{ 
    .apps_catalog
    {
        min-width: 45%;
    }
    .apps_catalog_v2
    {
        min-width: 45%;
    }
}
@media only screen and (max-width: 730px)
{ 
    .apps_catalog
    {
        min-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .apps_catalog_v2
    {
        min-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

.apps_catalog_v2
{
    width: 32%;
    height: 385px;
    margin-top:0px ;
    margin-bottom:30px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    word-wrap:break-word;
    border-radius: 15px;
    overflow: hidden;
    
}