.container{
    margin-left: 120px;
    margin-right: 120px;
}

.main-card{
    position: relative;
    min-width: 300px;
    padding: 20px;
    margin: 10px;
    border-radius: 15px;
    background-color: #efefef;
}

.title{
    font-weight: 700;
    font-size: 25px;
}

.form-mar{
    margin-left: 10px;
}

.main-card:hover{
    background-color: #bdbdbd;
    box-shadow: 8px 10px 5px 2px rgba(0, 0, 255, .2);
}

.get-application{
    margin-top: 10px;
    text-decoration: none;
    display: block;
    border-radius: 20px;
    padding-top: 10px;
    text-align: center;
    width: 200px;
    height: 30px;
    background-color: #93908c;
}

.price-container{
    margin-top: 10px;
}

.form-custom {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100% !important;
}

.form-div{
    display: flex;
    justify-content: space-evenly;
}

.app_margin{
    margin-top: 20px;
}

.resp_lable{
    margin-bottom: 15px;
}