.expect-card {
    background: #fff;
    color: #000;
    margin-right: 0px;
}

.expect-card-body {
    padding: 0 20px;
}
.expect-card-title {
    color: #ed1c24;
    font-weight: 700;
    font-family: "Teko",sans-serif;
    margin-top: -10px;
}

.expect-card-text{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  
}

#expect-title{
    font-family: "Teko",sans-serif;
    text-transform: uppercase;
    font-weight: 700 ;
    line-height: 1.1 ;
font-size: 40px;
}

.expect-card-img img{
width: 100%;
max-width: 300px;
}

.maincontent{
max-width: 70%;
}
.site_button {
    padding: 10px;
    border-radius: 0;
    background: var(--accent-color);
    border: none;
    box-shadow: 0 4px 5px -3px #333;
    transition: 0.5s;
    font-weight: bold;
    transition: ease-out 0.4s;
    margin-top: 20px;
    font-size: 12px;
}



   @media (max-width: 480px) {
        .maincontent {
            width: 100% !important;
        }
        .expect-card-body {
            margin: 20px 0 20px 0px;
        }
    }