html {
    background-color: white;
}

h1 {
    color: black;
}


h2 {}


h3 {
    color: black;
    font-size: 40px;

    padding-top: 30px;
}


h4 {
    color: black;
    font-size: 30px;
    font-weight: 400;
}


h5 {
    color: black;
}

p {
    color: black;
}


header p {
    color: #267ab9;
}

.specific {
    background-color: white;
    color: black;
    height: auto;
}

.subtitle {
    font-weight: 500;
    padding-top: 10px;
    color: #3d88c0;
    font-size: 20px;
}

.profile_your_img {
    position: relative;
}

.profile_your_img img {
    border-radius: 30%;
    width: 250px;
    right: 300px;
}


.introduce {
    position: absolute;
    right: 300px;
    top: 450px;
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
    background-color: transparent;
}

.blog_link_btn {
    width: 250px;
    height: 40px;
    border-radius: 30px;
    color: white;
    justify-content: center;
    text-align: center;
    align-items: ce;
}

.about_table {
    width: 100%;
}
.about_table,
th,
td,
tr {
    color: black;
}

.non_decolation {
    color: black;
    font-size: 20px;

    padding-top: 10px;
}

@media screen and (max-width: 1120px) {
    .introduce {
        right: 0px;
        top: 0px;
        position: relative;
        display: flex;
        padding-top: 30px;
        justify-content: space-between;
    }

    .blog_link_btn {
    width: 100%;
    height: auto;
    border-radius: 30px;
    margin: 20px;
    color: white;
    justify-content: center;
    text-align: center;
    align-items: ce;
}

    .profile_your_img img {
        width: 120px;
}
}

ul.wrap {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

ul.side {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

ul.side li {
    flex: 1 1 300px;
    background-color: #f9f9f9;
    padding: 15px;
    border-left: 5px solid #267ab9;
    border-radius: 5px;
}

ul.side .up {
    font-weight: bold;
    margin-bottom: 5px;
}

ul.side .down {
    font-size: 0.95rem;
}

.top_h3 {
    padding-top: 0px;
    padding-bottom: 10px;
}

.specific_policy{
    height: auto;
    background-color: white;
}


@media screen and (max-width: 600px) {
    .specific {
        padding-top: 70px;
    }

    .specific_policy{
        padding-top:  70px;
    }

    h3 {
        font-size: 6.2vw;
        letter-spacing: -1px;
    }
}


.sucess {
    background-color: white;
    height: 100vh;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

