.www {
    width: 100%;
    padding: 30px 80px;
}

.www .content img {
    height: 680px;
    width: 555px;
    max-width: 100%;
}

.content {
    width: 100%;
    max-width: 99%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.text {
    width: 555px;
    max-width: 100%;
    padding: 0px 10px;
}

.text h1 {
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: left;
    margin-left: 60px;
}

@media(max-width: 992px) {
    .www {
        padding: 20px 0;
    }
    .www .content img {
        height: 350px;
        padding: 10px 20px;
    }
    .text h1 {
        text-align: center;
        margin-left: 0px;
    }
    .text p {
        padding: 0 7px;
        text-align: center;
    }
}

#pointers li {
    letter-spacing: 1px;
    line-height: 1.9em;
    margin-top: 1px !important;
    font-weight: 500;
    font-family: 'Mulish', 'sans-serif';
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 5em;
    margin-right: 0;
}

.topic {
    margin-bottom: 10px;
}

@media(max-width:768px) {
    #pointers li {
        padding-right: 30px;
    }
    .topic {
        margin-top: 0px;
    }
}

.slider .owl-item.active.center .slider-card {
    transform: scale(1);
    opacity: 1;
    background-color: #efefef;
    color: #000;
    margin-bottom: 100px;
}

@media(max-width:768px) {
    .slider .owl-item.active.center .slider-card {
        transform: scale(0.8);
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.slider-card {
    background-color: #fff;
    margin: 40px 15px 10px 15px;
    border-radius: 10px;
    box-shadow: 0 15px 45px -20px #222;
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.3s;
}

.slider-card img {
    border-radius: 10px 10px 0px 0px;
    height: 270px;
}

.slider-text {
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
}

.slider-text span {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: rgba(160, 49, 252, 1);
    margin-bottom: 2px;
}

.slider-text .des {
    font-size: 17px;
    font-weight: 600;
}

.slider-text ul li {
    font-size: 16px;
    font-weight: 500;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1em;
    margin-right: 0;
}

@media(max-width: 768px) {
    .slider-text span {
        font-size: 23px;
    }
    .slider-text .des {
        font-size: 20px;
    }
    .slider-text ul li {
        font-size: 18px;
    }
}

.owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 40px);
    right: 0;
    opacity: 1;
    font-size: 60px !important;
    z-index: 1;
}

.owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 40px);
    left: 0;
    opacity: 1;
    font-size: 60px !important;
    z-index: 1;
}

.slider-text a {
    color: #fff;
    font-weight: 600;
    width: 100%;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 12px;
    background-color: rgba(160, 49, 252, 1);
    transition: linear 0.4s ease-in;
}

.slider-text a:hover {
    font-weight: bolder;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(160, 49, 252, 1);
    color: rgba(160, 49, 252, 1);
}

.footer {
    margin-top: 0px;
}