.STKTwoColWrap{
    width: 100%;
    margin-bottom: 35px;
}
.HTS-Wrap{
    border-radius: 25px;
    padding: 15px;
    color: #444444;
    transition: 0.3s;
    /*display: table;
    border-spacing: 25px 0px;*/
}
.HTS-Items{
    position: relative;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.HTS-Box{

    border-radius: 25px;
    overflow: hidden;
}

.HTS-Info{
    /*color: rgba(129,167,214,1);
    text-shadow: 1px 2px 3px black, 0px 2px 3px darkblue;*/
    padding: 20px;
    /* background: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0)); */
    /* height: 70px; */
}
.HTS-InfoText{}
.HTS-Title{
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 28px;
}
a.HTS-Links{
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 35px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 53%);
    transition: 0.3s;
    padding: 15px;
    color: #fff;
    border: 15px solid rgb(227, 227, 227);
    /*flex: 1;*/
    text-decoration:none!important;
    width: auto;
}
a.HTS-Links:last-child {
    /* margin-right: 0; */
}

a.HTS-Links:hover{
    border: 15px solid #0883c6;
    text-decoration:none;
}
/***************************Responsive  Section*************************/


@media screen and (max-width: 1640px){}
@media screen and (max-width: 1500px){}
@media screen and (max-width: 1370px){
    .HTS-Title{
        font-size: 24px;
    }
}
@media screen and (max-width: 1300px){
    
}
@media screen and (max-width: 1024px){
    .HTS-Items{
        border-spacing: 25px 0px;
        margin-bottom: 3px;
        grid-template-columns: 50% 50%;
    }
    .HTS-Title {font-size: 20px;}
    
    
}

@media screen and (max-width: 1068px) {
    .HTS-Wrap { padding:0 5px !important; }
    
    .HTS-Items a {
        /*
        width: auto;
        display: block;
        margin: 10px 0 !important;
        height: 117px !important;
        */
    }
}
@media screen and (max-width: 900px){
    .HTS-STKTwoColWrap{
        display:block;margin:0px;
        
    }
    .HTS-Wrap{
        width: auto;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
    }
    .HTS-Items{
        margin-bottom: 0;
    }
    .HTS-Links{
        display: block;
        width: auto;
    }
    
}
@media screen and (max-width: 768px){
    .HTS-Items {
    min-height: 400px;
    }
    .HTS-Items{
        margin-bottom: 3px;
        grid-template-columns: 100%;
    }
}
@media screen and (max-width: 632px){
}
@media screen and (max-width: 480px){
}
@media screen and (max-width: 360px){}
