@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,600");

body{
    width: 100vw;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}

.img{
    width: 100%;
    text-align: center;
}

.clipart-img{
    margin: auto;
    width: 250px;
    height: 250px;
    user-select: none;
}

.heading{
    width: 100%;
    text-align: center;
    margin-top: 150px;
}

.the-support-portal-i{
    font-family: var(--font-family-source_sans_pro);
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    color: #000000;
}

.cards{
    display: flex;
    justify-content: center;
    vertical-align: center;
    width: 100%;
    height: 100px;
}

.card{
    background-color: var(--white);
    border: 1.5px solid;
    border-color: var(--heat-wave);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 20.5px 20.5px;
}
.card-1{
    display: flex;
    flex-direction: column;
    margin-right: 25px;
    width:38%;
    height: 50px;
    align-items: flex-start;   
}
.card-2{
    width:38%;
    height: 50px;
    margin-left: 25px;
}

.icon-plus{
    height: 43px;
    margin-left: 0.64px;
    width: 43px;
    color: var(--heat-wave);
}

.card-1-heading{
    letter-spacing: 0;
    line-height: normal;
    margin-top: 13px;
    min-height: 23px;
    min-width: 141px;
    text-align: center;
    font-family: var(--font-family-source_sans_pro);
}

.span1 {
    color: var(--heat-wave);
    font-family: var(--font-family-source_sans_pro);
    font-size: var(--font-size-m);
    font-weight: 600;
    text-decoration: underline;
}

.card-list{
    color: var(--fiord);
    font-family: var(--font-family-source_sans_pro);
    font-size: var(--font-size-m);
    font-weight: 400;
    font-style: normal;
}



