.sec1 {
    padding: 221px 0 0;
}

.sec1 .wrap .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 144px 0 0;
}

.sec1 .wrap .flex .r {
    width: 446px;
}

.sec1 .wrap .flex .l {
    width: 800px;
}

.sec1 .wrap .flex .l .title_color {
    margin-bottom: 32px;
}

.sec1 .wrap .flex .l .text {
    font-weight: 300;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 34px;
}

.sec2 {
    padding: 129px 0 0;
}

.sec2 .wrap {
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .item {
    width: 516px;
    background: rgba(24, 45, 53, 0.5);
    border-radius: 12px;
    padding: 35px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec2 .wrap .item .item_top .item_title {

    transition: 0.6s;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec2 .wrap .item .item_top .item_title>p {
    font-family: Poppins M;
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
}
.sec2 .wrap .item .item_top .item_content {
    padding: 35px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 60px;
}

.sec2 .wrap .item .item_top .item_content p {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.8;
}

.sec2 .wrap .item .item_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sec2 .wrap .item .item_bottom .color_btn {
    margin: 0 0 30px;
}

.sec2 .wrap .item .item_bottom .img {
    width: 200px;
    height: 186px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.sec2 .wrap .item:hover .item_top .item_title {
    color: #00BD56;
}

.sec2 .wrap .item:hover .item_bottom .color_btn {
    background: unset;
}

.sec2 .wrap .item:hover .item_bottom .color_btn p {
    color: #FFFFFF;
}

.sec2 .wrap .item:hover .item_bottom .color_btn img {
    filter: brightness(0) invert(1);
}

.sec2 .wrap .item:hover .item_bottom .color_btn:after {
    opacity: 1;
}

.sec3 {
    padding: 106px 0 122px;
}

.sec3 .wrap .title {
    font-family: Poppins M;
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
    opacity: 0.9;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.sec3 .wrap .content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sec3 .wrap .content .item {
    width: 526px;
    min-height: 328px;
    background: #132327;
    border-radius: 12px;
    padding: 40px 30px;
}

.sec3 .wrap .content .item .icon {
    width: 46px;
    filter: brightness(0) invert(1);
}
.sec3 .wrap .content .item .icon img {
    display: block;
}
.sec3 .wrap .content .item h5 {
    margin: 27px 0 30px;
    font-family: Poppins M;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
  text-transform: capitalize;
}

.sec3 .wrap .content .item ul li {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.8;
    position: relative;
    padding: 0 0 0 17px;
}

.sec3 .wrap .content .item ul li:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}

.sec3 .wrap .content .item.item1 {
    width: 795px;
}

/*# sourceMappingURL=drug.css.map */
@media screen and (max-width: 1919px) {
    .sec1{
        padding: 11.5104166667vw 0px 0px;
    }
    .sec1 .wrap .flex{
        padding: 0px 7.5vw 0px 0px;
    }
    .sec1 .wrap .flex .r{
        width: 23.2291666667vw;
    }
    .sec1 .wrap .flex .l{
        width: 41.6666666667vw;
    }
    .sec1 .wrap .flex .l .title_color{
        margin-bottom: 1.6666666667vw;
    }
    .sec1 .wrap .flex .l .text{
        font-size: 0.9375vw;
        line-height: 1.7708333333vw;
    }
    .sec2{
        padding: 6.71875vw 0px 0px;
    }
    .sec2 .wrap .item{
        width: 26.875vw;
        border-radius: 0.625vw;
        padding: 1.8229166667vw 1.5625vw 1.5625vw;
    }
    .sec2 .wrap .item .item_top .item_title{
        margin-bottom: 1.8229166667vw;
    }
    .sec2 .wrap .item .item_top .item_title>p {
        font-size: 1.4583333333vw;
    }
    .sec2 .wrap .item .item_top .item_content{
        padding: 1.8229166667vw 0px 0px;
        margin-bottom: 3.125vw;
    }
    .sec2 .wrap .item .item_top .item_content p{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .sec2 .wrap .item .item_bottom .color_btn{
        margin: 0px 0px 1.5625vw;
    }
    .sec2 .wrap .item .item_bottom .img{
        width: 10.4166666667vw;
        height: 9.6875vw;
    }
    .sec3{
        padding: 5.5208333333vw 0px 6.3541666667vw;
    }
    .sec3 .wrap .title{
        font-size: 1.875vw;
        margin-bottom: 2.6041666667vw;
    }
    .sec3 .wrap .content{
        gap: 0.5208333333vw;
    }
    .sec3 .wrap .content .item{
        width: 27.3958333333vw;
        min-height: 17.0833333333vw;
        border-radius: 0.625vw;
        padding: 2.0833333333vw 1.5625vw;
    }
    .sec3 .wrap .content .item .icon{
        width: 2.3958333333vw;
    }
    .sec3 .wrap .content .item h5{
        margin: 1.40625vw 0px 1.5625vw;
        font-size: 1.25vw;
    }
    .sec3 .wrap .content .item ul li{
        font-size: 0.7291666667vw;
        line-height: 1.5625vw;
        padding: 0px 0px 0px 0.8854166667vw;
    }
    .sec3 .wrap .content .item ul li::after{
        width: 0.2604166667vw;
        height: 0.2604166667vw;
        top: 0.625vw;
    }
    .sec3 .wrap .content .item.item1{
        width: 41.40625vw;
    }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 100px 0 0;
    }
    .sec1 .wrap .flex {
        display: block;
        padding: 0;
    }
    .sec1 .wrap .flex .r {
        width: 100%;
    }
    .sec1 .wrap .flex .l {
        width: 100%;
        margin-bottom: 40px;
    }
    .sec1 .wrap .flex .l .title_color {
        margin-bottom: 30px;
    }
    .sec1 .wrap .flex .l .text {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec2 {
        padding: 60px 0 0;
    }
    .sec2 .wrap {
        display: block;
    }
    .sec2 .wrap .item {
        width: 100%;
        border-radius: 4px;
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    .sec2 .wrap .item .item_top .item_title>p {
        font-size: 24px;
    }
    .sec2 .wrap .item .item_top .item_title {
        margin-bottom: 20px;
    }
    .sec2 .wrap .item .item_top .item_content {
        padding: 30px 0 0;
    }
    .sec2 .wrap .item .item_top .item_content p {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec3 {
        padding: 40px 0 60px;
    }
    .sec3 .wrap .title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .sec3 .wrap .content .item {
        width: 100% !important;
        padding: 30px 20px;
        border-radius: 6px;
    }
    .sec3 .wrap .content {
        gap: 30px;
    }
    .sec3 .wrap .content .item .icon {
        width: 40px;
    }
    .sec3 .wrap .content .item h5 {
        margin: 20px 0 22px;
        font-size: 20px;
    }
    .sec3 .wrap .content .item ul li {
        font-size: 14px;
        line-height: 30px;
        padding: 0 0 0 17px;
        margin-bottom: 5px;
    }
    .sec3 .wrap .content .item ul li::after {
        width: 5px;
        height: 5px;
        top: 12px;
    }
}
