#why-are-we-the-best{
    margin: 20px 0px;
}
#why-are-we-the-best .title{
    margin-top: 50px;
}
#why-are-we-the-best .title{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
#why-are-we-the-best .para{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0px 100px;
}
#why-are-we-the-best .card-group{
    margin: 70px 0px;
    
}
#why-are-we-the-best .card-group .card{
    text-align: center;
     width: 100%;
     padding: 1.4rem  1rem;
     margin: 0px 20px;
     border-radius: 10px;
     box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

  
}
#why-are-we-the-best .card-group .card .card-img{
    height: 50px;
    width: auto;
}
#why-are-we-the-best .card-group .card .why-we-best-card-title{
    font-weight: 500;
    font-size: 18px;
    margin-top: 12px;
}

@media screen and (min-width: 1700px) {
    #why-are-we-the-best .title{
        margin-top: 100px;
    }
    #why-are-we-the-best .title{
        font-size: 40px;
        font-weight: 700;
        width: 100%;
        margin-bottom: 0px;
    }
    #why-are-we-the-best .card-group{
        margin: 120px 0px 120px;
    }
    #why-are-we-the-best .card-group .card{
        width: 250px;
    }
    #why-are-we-the-best .card-group .card .card-img{
        height: 60px;
    }
    #why-are-we-the-best .card-group .card .why-we-best-card-title{
        font-size: 20px;
        line-height: 30px;
    }    
}

@media screen and (max-width: 600px) {
    .why-are-we-the-best-my-container{
        padding: 30px 10px
    }
    #why-are-we-the-best .title{
        margin-top: 0px;
    }
    #why-are-we-the-best .title{
        font-size: 26px;
    }
    #why-are-we-the-best .para{
        margin: 0px 20px;
        font-size: 14px;
        line-height: 28px;
    }
    #why-are-we-the-best .card-group{
        margin:30px 0px 0px;
    }
    #why-are-we-the-best .card-group .card{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        width: 90%;
        border-radius: 15px;
        margin: 20px;
        padding: 1.5rem 0rem;
    }
    #why-are-we-the-best .card-group .card:last-child{
        margin-bottom: none;
    }

    #why-are-we-the-best .card-group .card .card-img{
        height: 40px;
    }
    #why-are-we-the-best .card-group .card .why-we-best-card-title{
        font-weight: 600;
        font-size: 16px;
        margin-top: 1rem;
    }
}

@media screen and (min-width: 600px) and (max-width: 1000px){

    #why-are-we-the-best .title{
        margin-top: 50px;
        font-size: 30px;
    }
    #why-are-we-the-best .card-group{
        flex-direction: column !important;
    }
    #why-are-we-the-best .card-group .card{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        width: 90%;
        border-radius: 15px;
        margin: 20px;
        padding: 1.5rem 0rem;
    }
    #why-are-we-the-best .card-group .card .card-img{
        height: 50px;
        width: auto;
    }
    #why-are-we-the-best .card-group .card .why-we-best-card-title{
        font-weight: 600;
        font-size: 18px;
        margin-top: 20px;
    }
    #why-are-we-the-best .para{
        font-size: 16px;
        line-height: 30px;
        margin: 0px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1400px){

    #why-are-we-the-best .title{
        margin-top: 50px;
        font-size: 30px;
    }
  
   
    #why-are-we-the-best .card-group .card .card-img{
        height: 40px;
        width: auto;
    }
    #why-are-we-the-best .card-group .card .why-we-best-card-title{
        font-weight: 600;
        font-size: 15px;
        margin-top: 10px;
    }
    #why-are-we-the-best .para{
        font-size: 16px;
        line-height: 30px;
        margin: 0px;
    }
}
