.searchList{
    padding: 25px;
    background: rgb(245, 242, 242);
    border-radius: 15px;
}

.searchCard{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.imgSet{
    width: 135px;
    height: 110px;
    padding: 5px;
    overflow: hidden;
    margin-right: 20px;
    border: 2px solid  rgb(158, 158, 158);
    border-radius: 8px;
}

.imgSet img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.searchDescrip{
    flex: 1;
    position: relative;
}

.searchDescrip .comName{
    font-size: 20px;
    font-weight: 700;
}
.searchDescrip .comLoc{
    font-size: 14px;
    font-weight: 500;
}

.viewBtn{
    font-size: 15px;
    padding: 3px 6px;
    font-weight: 500;
    border-radius: 4px;
    margin: 7px;
    text-align: center;
    cursor: pointer;
    border: 2px solid rgb(58, 58, 129);
    color:rgb(58, 58, 129) ;
    position: absolute;
    top: 10px;
    right: 10px;
}

.searchStatement{
    font-size: 17px;
    font-weight: 700;
    color: rgb(53, 53, 138);
    margin-bottom:15px ;
}

.viewBtn:hover{
    background:rgb(58, 58, 129) ;
    color: white;
}

@media screen and (max-width: 740px) {
    .viewBtn{
        position: relative;
        text-decoration: none !important;
        max-width: 250px;
    }
    .searchDescrip a{
        text-decoration: none;
    }
    .comName{
        margin-top: 2px;
    }
}
