.sealLicense {
    display: flex;
    background-color: #d7e6f6;
    padding: 30px;
    border-radius: 15px;
    justify-content: space-between;
}

.sealLicense>div:first-child {
    width: 75%;
    padding-right: 25px;
}

.sealLicense>div:last-child {
    display: flex;
    justify-content: center;
    width: 25%;
    height: 300px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #edf6ff;
    padding: 25px;
    border-radius: 10px;
}

.sealLicense>div:last-child>div {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sealLicense .sealscontroll {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #edf6ff;
    width: max-content;
    padding: 25px;
    border-radius: 50px;
    margin-top: 25px;
}

.sealLicense .sealscontroll i {
    margin-right: 15px;
    font-size: 20px;
    cursor: pointer;
}


.sealLicense .sealscontroll a {
    margin-right: 15px;
}

.sealLicense .sealscontroll i:first-child {
    color: #f4930b;
}


.sealLicense .sealscontroll i:last-child {
    margin-right: 0;
}


@media only screen and (max-width: 1300px) {
    .sealLicense {
        flex-direction: column-reverse;
    }
    .newaccountview .sealLicense>div:last-child {
        margin-bottom: 25px;
    }

    .newaccountview .sealLicense>div {
        width: 100%;
    }
}