/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.awetube-pro-section {
    background: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-right: 20px;
    display: flex;
    gap: 50px;
}

.menu-top.menu-icon-awetube-video ul li:nth-child(6) a {
    color: rgba(23, 252, 73, 0.883) !important;
}

.awetube-pro-section img {
    /* height: 250px; */
}

.pro-text h2 {
    font-size: 27px;
    font-weight: 700;
}

.pro-text li {
    font-size: 18px;
    margin-bottom: 10px;
}

.pro-text a {
    color: #ffffff;
    font-size: 18px;
    background-color: #595edc;
    padding: 13px 14px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}