.temp-02-about-01 {
    padding-bottom: 0;
}

.temp-02-about-01 .card {
    padding: 50px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 50px #0000002b;
    border: none;
    border-radius: 25px;
}

.temp-02-about-01 .about-droup {
    height: 230px;
    position: relative;
    top: -125px;
    z-index: 0;
    margin-bottom: -125px;
}

.temp-02-about-01 .about-img {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 90%;
    height: 100%;
    border-radius: 15px;
}

.temp-02-about-01 .watch-video {
    background: #ffeb3b;
    color: #333;
    padding: 19px 23px;
    margin-top: -91px;
    display: block;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 40px;
    font-size: 36px;
    width: 18%;
    -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

.temp-02-about-01 .watch-video:hover {
    -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    background: #333;
    color: #ffeb3b;
}

.temp-02-about-01 h2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 40px;
    margin-bottom: 15px;
}

.temp-02-about-01 p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 25px;
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .temp-02-about-01 .watch-video {
        width: 33%;
    }
}


@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .temp-02-about-01 .card {
        padding: 30px;
    }

    .temp-02-about-01 .about-img {
        width: 100%;
        height: 200px;
        margin-bottom: 25px;
    }

    .temp-02-about-01 .watch-video {
        font-size: 25px;
        padding: 11px 12px;
        margin-top: -84px;
        border-top-right-radius: 20px;
    }

    .temp-02-about-01 h2 {
        padding-top: 25px;
    }

   

}

@media screen and (min-device-width: 1400px) and (max-device-width: 1980px) {
    .temp-02-about-01 .watch-video {
        width: 15%;
    }
}



@media screen and (min-device-width: 1198px) and (max-device-width: 1400px) {
    .temp-02-about-01 .watch-video {
        width: 18%;
    }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1198px) {
    .temp-02-about-01 .watch-video {
        width: 21%;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .temp-02-about-01 .watch-video {
        width: 27%;
    font-size: 28px;
    margin-top: -81px;
    }
}

@media screen and (min-device-width: 425px) and (max-device-width: 767px) {
    .temp-02-about-01 .watch-video {
        width: 50px;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 425px) {
    .temp-02-about-01 .watch-video {
        width: 50px;
    }
}

.temp-02-about-01 .bar {
    display: block;
    width: 75px;
    height: 5px;
    /* background: #ffeb3b; */
    margin-bottom: 15px;
    border-radius: 25px;
    margin-top: 10px;
}