body {
    margin: 0;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EAEAEA 100%) 0% 0% no-repeat padding-box;
}

* {
    box-sizing: border-box;
}

.container {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    position: absolute;
    
    opacity: 1;
    height: 100vh;
    width: 100%;
    text-align: center;
}

.logo {
    margin-top: 2rem;
}

.icon img {
    width: 15rem;
    height: 15rem;
}

h1, h5 {
    padding: 0;
    margin: 0;
}

.title h1 {
    color: #3E4095;
    opacity: 1;
    font: normal normal bold 40px/78px Open Sans;
}

.title h5 {
    font: normal normal 600 16px/28px Open Sans;
    letter-spacing: -0.16px;
    color: #707070;
    opacity: 1;
}

.item {
    display: flex;
    justify-content: center;
}

.item__one {
    width: 12px;
    height: 12px;
    background-color: #D2E28B;
    border-radius: 50%;
}

.item__two {
    width: 12px;
    height: 12px;
    background-color: #A8CF45;
    border-radius: 50%;
}

.item__three {
    width: 12px;
    height: 12px;
    background-color: #55BA5E;
    border-radius: 50%;
}

.item__four {
    width: 243px;
    height: 11px;
    background-color: #00AFEF;
    border-radius: 10px;
}

.item__row {
    position: relative;
    margin-left: 10px;
}

.main {
    width: 100%;
    margin-top: 6rem;
}

.footer p {
    font-size: 0.625rem;
    font: "Open Sans";
    color: #453F3F;
    opacity: 1;
}

.footer p strong{
    font-weight: 600;
}

.footer p strong a{
    text-decoration: none;
    color: #453F3F;
}

.footer p strong a:active{
    color: #453F3F;
}

.footer {
    margin-top: 6rem;
}

@media screen and (min-width: 1024px) {
    .container {
        display: block;
    }
    .icon {
        margin-right: 4rem;
    }
    .icon img {
        width: 24.438rem;
        height: 17.875rem;
    }
    .main {
        margin-top: 9rem;
        display: flex;
        width: 100%;
        justify-content: center;
        align-content: space-around;
    }
    .title h5 {
        margin-top: 3rem;
        text-align: left;
        font: normal normal 600 16px/28px Open Sans;
        letter-spacing: -0.16px;
        color: #707070;
        opacity: 1;
    }
    .title h1 {
        text-align: left;
        font: normal normal bold 4.5rem/6.125rem Open Sans;
        letter-spacing: -2.59px;
        color: #3E4095;
        opacity: 1;
    }
    .title .item {
        justify-content: left;
    }
}