

a {
    text-decoration: none !important;
    color: black !important;
}

.topBox {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.topBox .selfTop i {
    position: absolute;
    top : -20px;
    right : 20px;
    color: white;
    height: 50PX;
    width: 50PX;
    background : var(--pink);
    border : 3px white solid;
    padding : 11px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
}

.topBox .selfTop p {
    padding-top : 20px;
    padding-bottom : 20px;
    font-size: 16px;
    color : white;
}

.topBox .selfBox {
    position: absolute;
    top: 10px;
    width: 100%;
    margin: 0;

}

.topBox .selfBox .selfTop {
    z-index: 100;
    margin: 10px;
    background : var(--pink);
    border-radius: 20px 0 20px 20px;
    height: auto;
    width: 350px;
    box-shadow: var(--box-shadow);
    padding-top: 30px;
    position: relative;
}
@media (max-width: 990px) {
    .topBox .selfBox .selfTop {
        width: 250px;
    }
}
@media (max-width: 500px) {
    .topBox .selfBox .selfTop {
        width: 150px;
    }
}

.topBox img {
    height: 450px;
    width: 450px;
    object-fit: cover;
}

.topBox .row {
    position: relative;
    text-align: right;
}

.blog {
    text-align: right !important;
}

.blog img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog h3 {
    font-size: 20px;
}

.blog p {
    font-size: 15px;
}

.course {
    position: relative;
}

.course img {
    object-fit: cover;
    z-index: -5;
}

.title-course {
    font-size: 20px;
    border-bottom: 3px solid var(--red);
    color: #FFFFFF;
    font-weight: bold;
    width: auto;
}

.course {
    border-radius: 15px 0 15px 0;
}

.imgB {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--navy);
    z-index: -5;
}

/*.blog-item .box-item{*/
/*    height:500px;*/
/*    position: relative;*/
/*    padding : 15px;*/
/*    overflow: hidden;*/
/*}*/

/*.blog-item img{*/
/*    width : 100%;*/
/*    height:100%;*/
/*    object-fit: cover;*/
/*}*/
/*.blog-item .blog-title{*/
/*    font-size: 20px;*/
/*    font-weight: bolder;*/
/*    overflow: hidden;*/
/*    height: 30px;*/
/*}*/
/*.blog-item .blog-content{*/
/*    height: 170px;*/
/*    overflow: hidden;*/
/*}*/
/*.blog-item a {*/
/*    padding : 10px 15px;*/
/*    color : white!important;*/
/*    background-color: var(--red);*/
/*    position:absolute;*/
/*    left: 20PX;*/
/*    bottom: 11PX;*/
/*    border-radius: 5px;*/
/*}*/
.b-t {
    border-bottom: red solid 1px;
}

.improvement {

}

.improvement img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
}

.blog-item a {
    height: 550px!important;
    width: 350px!important;
    border-radius : 10px;
  	border : #ff2436 solid 1px;
    background-color : white
}
.blog-item a .imgBlo{
    width : 100%;
    height : 250px
}
.imgBlo img{
    width : 100%;
    height : 100%;
    object-fit : cover;
}
.blog-item a .contentBlog .blog-title{
    font-size : 18px!important;
    color : black!important;
    font-weight : bold!important;
}
.blog-item a .contentBlog .blog-title{
    max-height : 50px;
    overflow : hidden;
}
.blog-item a .contentBlog .blog-content *{
    font-size : 14px!important;
    color : black!important;
}
.blog-item a .contentBlog .blog-content{
    max-height : 150px;
    overflow : auto;
}







