﻿.searchResultContainer {
    background: linear-gradient(141.34deg, #B2D6E3 0%, #EFF6FE 50.36%, #639FB5 100%)
}
.contentWrapper {
    max-width: 1240px;
    margin: auto;
    padding: 96px 48px;
}

.itemCardC {
    background: #FFFFFF;
    border-radius: 8px;
    padding:16px;
   
}
    .itemCardC:not(:last-child) {
        margin-bottom: 80px;
    }
.itemCardC .title{
    text-decoration:none;
    margin-bottom:16px;
}
.cardTitle {
    font-weight: 600;
    font-size: 30px;
    color: #1F1F1F;
    text-transform:uppercase;
}
.searchResultCardTitle {
    font-weight: 600;
    font-size: 25px;
    color: #1F1F1F;
    text-transform: uppercase;
}
.shortDescription {
    padding-top: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}
.shortDescriptionSearch {
    padding-top: 16px;
    font-weight: 400;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 88px;
}
.readMore {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}
    .readMore a {
        text-decoration: none;
        padding: 12px 24px;
        background-color: #23A6F0;
        color: #FFFFFF;
        border-radius:32px;
        transition: all ease 0.3s;
    }
        .readMore a:hover {
            box-shadow: 0px 16px 24px 2px rgba(0, 0, 0, 0.14)
        }

.searchHeader img, .searchHeader h1, .searchHeader h2, .searchHeader h3, .searchHeader a, .searchHeader button, .searchHeader video, .searchHeader table {
    display: none !important;
}
@media screen and (max-width:768px){
    .contentWrapper {
        padding: 64px 48px;
    }
    .itemCardC:not(:last-child) {
        margin-bottom: 36px;
    }
    .cardTitle {
        font-size: 22px;
    }
    .searchResultCardTitle {
        font-size: 20px;
    }
    .shortDescription {
        padding-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .shortDescriptionSearch {
        padding-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }
    .readMore {
        margin-top: 12px;
    }
        .readMore a {
            padding: 8px 16px;
            font-size: 12px;
        }
}
@media screen and (max-width:475px){
    .contentWrapper {
        padding: 56px 48px;
    }
    .itemCardC:not(:last-child) {
        margin-bottom: 24px;
    }
    .cardTitle {
        font-size: 16px;
        text-align:center;
    }

    .searchResultCardTitle {
        font-size: 18px;
        text-align: center;
    }
    .shortDescription {
        padding-top: 10px;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }
    .readMore {
        justify-content:center;
        margin-top: 12px;
    }
        .readMore a {
            padding: 6px 12px;
            font-size: 12px;
        }
}