.post{
    background: #0099db;
    padding-top: 20px;
    padding-bottom: 20px;
}
.top-second{
    margin: auto;
    text-align: center;
    background-image: url(../contents/top-woman.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29%;
    padding-bottom: 200px;
    background-position-x: 2vw;
}
.marks{
    width: 500px;
}
.marks-text{
    font-style: italic;
    color: white;
    font-size: 30px;
    white-space: pre-line;
    margin: 0px;
    text-align: center;
}
.animation-drone{
    position: absolute;
    width: 200px;
    top: 250px;
    margin-left: 150px;
    animation: drone-move 1s infinite;
}

.post1-top {
    font-size: 30px;
    margin-left: -280px;
}

.post1-mid {
    font-weight: 700;
    font-size: 90px;
}
.color-orange {
    color: #efbe67;
    font-size: 120px;
    line-height: 4vw;
}
.post1-bottom{
    color: white;
    font-size: 13px;
    font-style: italic;
    position: absolute;
    margin-left: -77px;
}

.underline-orange {
    background-image: linear-gradient(transparent 54%,#DBAF00 0%);
    font-size: 53px;
    letter-spacing: .04em;
    line-height: 52px;
    display: inline-block;
    padding-bottom: 0px;
    font-style: italic;
    margin-left: 300px;
}
.lined-text-table{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
    color: white;
}
.lined-text-top, .lined-text-bot{
    display: flex;
    flex-direction: column;
    height: 120px;
    align-items: stretch;
    justify-content: space-between;
}
.lined-text-top{
    margin-right: 25px;
}
.lined-text-bot{
    margin-left: 25px;
}
.slined-text{
    background: rgb(9 82 88);
    box-shadow: black 4px 4px 10px;
    width: 400px;
    height: 50px;
    color: white;
    font-weight: bolder;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0px;
}
.round-top-text{
    background: rgb(9 82 88);
    box-shadow: black 4px 4px 10px;
    width: 300px;
    height: 30px;
    color: white;
    font-weight: bolder;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 0px;
}

@media only screen and (max-width: 500px) {
    .marks {
        width: 350px;
        margin-top: 50px;
    }
    .marks-text{
        margin-top: -40px;
    }
    .post1-top {
        font-size: 20px;
        margin-left: -100px;
    }
    .post1-mid {
        font-size: 54px;
    }
    .color-orange {
        font-size: 75px;
    }
    .underline-orange {
        font-size: 25px;
        line-height: 35px;
        margin-left: 120px;
    }
    .post1-bottom {
        font-size: 10px;
        margin-left: -51px;
    }
    .animation-drone {
        width: 100px;
        margin-left: 65px;
        pointer-events: none;
    }
    .slined-text {
        width: 200px;
        height: 30px;
        font-size: 11px;
    }
    .lined-text-top, .lined-text-bot {
        height: 70px;
    }
    .lined-text-top {
        margin-right: 0;
    }
    .lined-text-bot {
        margin-left: 10px;
    }
    .round-top-text {
        width: 200px;
        height: 30px;
        font-size: 11px;
        margin-top: 11px;
    }
    .top-second {
        background-size: 45%;
        background-position-x: 4px;
        background-position-y: 327px;
        padding-bottom: 90px;
    }
    .lined-text-table {
        margin-right: 15px;
        flex-direction: column;
        align-items: flex-end;
    }
}