@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700&display=swap');
.row {
    padding-left: 0%;
    padding-right: 0%;
    margin-right: 0%;
    margin-left: 0%;
}

.my-head {
    margin-top: 1em;
}

.aspo-logo {
    text-align: left;
    padding-left: 2em;
}

.aspo-logo>img {
    width: 40%;
}

.smstogo-logo {
    text-align: right;
    padding-right: 2em;
}

.smstogo-logo>img {
    width: 40%;
}

.cyan-box,
.yellow-box {
    top: 150px;
    left: 0px;
    background: #35BAD9 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-top: 1em;
    padding: 1em 2em 0em 2em;
}

.yellow-box {
    background: #FEC04f 0% 0% no-repeat padding-box;
}

.btm,
.btm_yellow {
    margin-top: -1px;
    width: 100%;
    height: 8em;
    -webkit-clip-path: polygon(50% 20%, 0 0, 100% 0);
    clip-path: polygon(50% 20%, 0 0, 100% 0);
    background: #35BAD9;
}

.btm_yellow {
    background: #FEC04f;
}

.btm {
    margin-top: -1px;
    width: 100%;
    height: 8em;
    -webkit-clip-path: polygon(50% 20%, 0 0, 100% 0);
    clip-path: polygon(50% 20%, 0 0, 100% 0);
    background: #35BAD9;
}

.cs {
    text-align: center;
    font: normal normal bold 24px/21px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.cost {
    text-align: left;
    font: normal normal normal 16px/21px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

.graph {
    width: 1em;
    background: transparent url('../img/Group-884.svg') 0% 0% no-repeat padding-box;
    opacity: 1;
    margin-bottom: 1.5em;
}

.texts {
    /* background-color: red; */
}

.big-blue {
    text-align: left;
    font: normal normal bold 24px/21px Lato;
    letter-spacing: 0px;
    color: #2C0B5C;
}

.small-blue {
    text-align: left;
    font: normal normal normal 16px/21px Lato;
    letter-spacing: 0px;
    color: #2C0B5C;
}

.small-white {
    text-align: left;
    font: normal normal normal 16px/21px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.small-cyan {
    text-align: center;
    font: normal normal normal 16px/21px Lato;
    letter-spacing: 0px;
    color: #35BAD9;
    opacity: 1;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.bus {
    margin-top: -6em;
    text-align: center;
}

.asd {
    margin-top: 1em;
}

.ok {
    padding-top: 1em;
    width: 20%;
    margin: 0px auto;
    text-align: center;
    z-index: 3000;
}

.ppp {
    width: 100%;
}

.end-txt {
    /* UI Properties */
    /* bottom: 10em;
    right: 0;
    */
    top: 40em;
    position: absolute;
    z-index: 3000;
    text-align: left;
    font: normal normal normal 16px/21px Lato;
    letter-spacing: 0px;
    color: #2C0B5C;
    opacity: 1;
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 2em;
}


/* @media screen and (max-height: 1550px) {
    .end-txt {
        background-color: red;
        bottom: -3em;
    }
}

@media screen and (max-height: 852px) {
    .end-txt {
        background-color: blue;
        bottom: 7em;
    }
}

@media screen and (max-height: 740px) {
    .end-txt {
        background-color: green;
        bottom: 2em;
    }
}

@media screen and (max-height: 670px) {
    .end-txt {
        background-color: yellow;
        bottom: -3em;
    }
} */