*{
    padding: 0;
    margin: 0;
}
body{
    overflow: hidden;
}
.card{
    border: 1px solid gray;
    width: 30%;
    height: 400px;
    display: flex;
    align-items: center;
    margin: auto;
    margin-top: 80px;
    padding: 60px 0;
}
.card button{
    width: 300px;
    display: block;
    margin: 5px 0;
    position:relative;
    bottom:50px;
}
.card button:hover{
    background-color: #e5e4e2;
    color:black;
}
.btn-dark{
    background-color: #00c1cf;
}
.fa-calculator{
    position:relative;
    bottom:60px;
    font-size: 50px;
}
.fas.fa-arrow-left{
    position:relative;
    right:140px;
    bottom:40px;
    background:black;
    color:white;
    padding: 10px 10px;
    border-radius:80px 80px;
}
.fas.fa-arrow-left:hover{
    background:gray;
    color:white;
}
.visit{
    color: white;
    border: 1px solid b#62f257;
    background-color: #00c1cf;
    display: inline-block;
    position:relative;
    top:10px;
    left:10px;
    border-radius: 5px;
    padding: 10px 15px;
    
}

a:link{
    text-decoration: none;
}
h2{
    position:relative;
    bottom:55px;
}
span{
    position:absolute;
    top:10px;
    left:20px;
}
h6{
    display:inline;
    margin-left:5px;       
}

@media (max-width: 575.98px) { 
    .card{
        position:relative;
        right:10px;
        top: 10px;
        margin-right:25px;
        width: 300px;
        height: 400px;
        margin-top: 50px;
        padding: 60px 0;
    }
    .card button{  
        width:240px;
        position:relative;
        bottom:80px;
        right:0px;
    }
    h2{
        font-size: 25px;
        position:relative;
        bottom:70px;
        right:5px;
    }
    .fa-calculator{
        font-size: 40px;
        position:relative;
        bottom:80px;
        right:0px;
    }
    .fas.fa-arrow-left{
        background:black;
        color:white;
        position:relative;
        right:100px;
    }
    fas.fa-arrow-left:hover{
        background:black;
        color:white;
    }
   
@media (min-width: 576px) and (max-width: 767.98px) { 
    .card{
        width: 330px;
        height: 400px;
        display: flex;
        align-items: center;
        margin: auto;
        margin-top: 100px;
        padding: 60px 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    .card{
        width: 330px;
        height: 400px;
        display: flex;
        align-items: center;
        margin: auto;
        margin-top: 100px;
        padding: 60px 0;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .card{
        width: 330px;
        height: 400px;
        display: flex;
        align-items: center;
        margin: auto;
        position:relative;
        right:20px;
        margin-top: 100px;
        padding: 60px 0;
    }
}
@media (min-width: 1200px) { 

}
