* {
    box-sizing: border-box;margin: 0%;padding: 0%;}

.gaol-heading-text{
    text-align: center;
    color: #00b4d8;
    font-family: "Dangrek", sans-serif;
    
}

.important{
    font-weight: bold;
    color: #00b4d8;
    font-size: 23px;
}
.my-information .information-text{
    width: 500px;
    color: black;
}

.my-information{
    padding: 70px 0;
    width: 1200px;
    display: flex;
    gap: 10px;
    margin: auto;
    justify-content: space-evenly;

    
}
.my-information img{
    width: 430px;
    height: 460px;
    object-fit: cover;
}

.my-information h1{
    font-family: "Dangrek", sans-serif;
    color: #00b4d8;
    margin-bottom: 20px;
}
.my-information p{
    font-family: "Content", system-ui;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 20px;
    font-size: 19px;letter-spacing: 1px;
}
table{
    width: 100%;
    font-family: "Content", system-ui;
    font-weight: 600;

}
.detail-information{
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 35px;
    background-color: aliceblue;
}
.talk{
    background-color:#00b4d8;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}
.talk:hover{
    opacity: 0.7;
}

.grateful{
    width: 100%;
}
.s2-text{
    font-size: 17px;
    text-align: justify;
}
.second{
    width: 600px;
}

.gratful-text{
    padding: 25px;
    background-color: aliceblue;
    text-align: justify;
    font-family: "Content", system-ui;
    width: 480px;
    margin: auto;
    font-weight: bold;
    font-size: 17px;
}

