*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-family: "Poppins", serif;
}

.main .current-image{
    width: 100%;
    /* height: 40%; */
    /* background: rgb(134,152,237);
    background: linear-gradient(90deg, rgba(134,152,237,1) 5%, rgba(0,44,255,1) 52%, rgba(6,28,166,1) 100%); */
    margin-top: 64px;
}
.current-image img{
    width: 100%;
    object-fit: cover;
}
.main .current-title{
    width: 100%;
    background: rgb(215,215,250);
    background: linear-gradient(90deg, rgba(215,215,250,1) 0%, rgba(0,44,255,1) 52%, rgba(215,215,250,1) 100%);
    text-align: center;
    /* margin-top: 5px; */
    padding-top: 5px;
    padding-bottom: 5px;
}
.main .current-title span.ct{
    font-size: 24px;
    font-weight: 400;
    color: white;
}
.main .current-content{
    width: 100%;
    /* background-color:lightcoral; */
    padding-left: 15px;
    padding-right: 15px;
}
.main .fix-btn{
    margin-top: 38px;
    margin-left: 15%;
}
.main .fix-btn a:hover{
    /* border: 1px solid lightcoral; */
    border-color: blue;
    color: blue;
    font-weight: 500;
}
.main .fix-btn a{
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    /* background-color: #007bff; */
    color: black;
    font-size: 16px;
    border-radius: 20px;
    border: 1px solid black;
    transition: 0.3s ease;
}
.main h3{
    width: 100%;
    font-size: 18px;
    max-width: 70%;
    margin-left: 15%;
    margin-bottom: 20px;
    margin-top: 40px;
    word-spacing: 2px;
}
.main .current-content .table{
    width: 70%;
    align-items: center;
    text-align: justify;
    margin-left: 15%;
}
.main .current-content .table-border{
    border: 1px solid #B5BBCC;
    border-collapse: collapse;

}
.main .current-content .table-border tbody{
    font-size: 16px !important;
    word-spacing: 0.5px;
    line-height: 1.8;
}

.current-content .table-border tr{
    display: table-row;
    vertical-align: inherit;
}
.current-content .table-border td{
    border: 1px solid #B5BBCC;
    vertical-align: top;
    padding: 15px;
}
/* .current-content .table-border td strong{
    font-weight: 700;
}
.current-content .table-border tr td ul{
    margin-left: 38px;
    list-style-position: inside;
}
.current-content .table-border tr td ol{
    list-style-position: inside;
} */