@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    font-family: 'Poppins', sans-serif;
}

.main {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.card-sodu div div .card .card-body{
    width:100%;
    height:100%;
    padding:37px !important;
    /*background-color:#cdcdcd;*/
}
.card-sodu div div .card .card-body a{
    text-decoration:none;
}

.card-body {
    border-radius: 12px;
    position: relative;
    margin: auto;
    width: 297px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    height: 100%;
}

.center-heading {
    text-align: center;
    font-size: 22px;
}

.fa-envelope {
    color: #F4B400;
}

.fa-sticky-note {
    color: #F4B400;
}

.fa-phone {
    color: #0F9D58;
}

.fa-globe {
    color: #4285F4;
}

.fa-map-marker-alt {
    color: #DB4437;
}

.top-backghround-img {
    border-radius: 12px 12px 0px 0px;
    width: 100%;
    height: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.second-div-icon-description-div {
    border-radius: 0px 0px 12px 12px;
    width: 100%;
    height: 40%;
    background-color: #686464b8;
}

.main-heading {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-heading h2 {
    font-size: 52px;
    color: #f5f1f1;
    line-height: 52px;
}

.main-heading p {
    font-weight: 400;
    font-size: 15px;
    color: #d3d3d3;
}

.down-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-discription {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-discription i {
    font-size: 33px;
    margin-bottom: 12px;
    color: #ff581a;
}

.icon-discription h4 {
    font-size: 12px;
    color: #fff;
}

.icon-discription p {
    font-size: 11px;
    line-height: 23px;
    color: #fff;
}

@media(max-width:768px) {
    .main {
        width: 100%;
        height: 100vh;
        display: block;
        /* display: flex; */
        /* align-items: center; */
    }
    .card-body {
        /* background-image: url("images.png");
background-size: cover;
background-position:center; */
        position: relative;
        margin: auto;
        width: 100%;
        /* border: solid 1px red; */
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        height: 100%;
    }
    .center-heading {
        font-size: 45px;
    }
}

@media(max-width:414px) {
    .main {
        width: 100%;
        height: 100vh;
        display: block;
        /* display: flex; */
        /* align-items: center; */
    }
    .card-body {
        /* background-image: url("images.png");
background-size: cover;
background-position:center; */
        position: relative;
        margin: auto;
        width: 100%;
        height: 100%;
        /* border: solid 1px red; */
        /*box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;*/
    }
    .center-heading {
        font-size: 25px;
    }
}

@media(max-width:360px) {}