section {
    margin: 120px 5% !important;
    margin-bottom: 30px !important;
}

.licenses .section-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}
.licenses__wrapper {
    display: flex;
    border-radius: 10px;
    background: linear-gradient(to right, #0196BB, #76CFE5);
}

.licenses__content {
    margin: 60px;
}

.licenses__desc {
    color: #C0D8DF;
    font-size: 14px;
    margin-bottom: 10px;
    width: 60%;
}

.licenses__num {
    color: #E6F4F8;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 32px;
}

.licenses__content a {
    text-decoration: none !important;
}

.licenses__btn {
    background: #FFFFFF;
    padding: 10px 40px;
    color: #0196BB;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.licenses__btn:hover {
    color: #fff;
    background: rgb(103, 192, 214);
}

.licenses__img img {
    display: block;
}

.licenses__img {
    align-self: flex-end;
    margin-top: auto;
    margin-top: 20px;
}

@media screen and (max-width: 1100px) {
    .licenses__desc {
        width: 90%;
    }
}

@media screen and (max-width: 968px) {
    .licenses__wrapper {
        flex-direction: column;
    }

    .licenses__img {
        align-self: center;
        margin-top: auto;
    }

    .licenses__btn {
        display: block;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .licenses .section-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    section {
    margin: 80px 5% !important;
}
}