.islandtop .block.areatop ul li .btns {
    border-top: none;
    }

.content-block {
    background: #fff;
}
.islandtop .g-block {
    padding: 10px;
    font-size: 1.5rem;
}
p.pic img {
    max-width: 100%;
}

 .islandtop .g-block h4{
    font-size: 2.2rem
    }

.islandtop .g-block h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
}
    p.specialbtn{
        text-align: center;
    }
p.specialbtn > span {
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}
.oneblock .info h4,
.block h2{
        font-weight: bold;    
    }
.islandtop .g-block.top {
        border-bottom: 3px solid #4b902a;
    }
a.spresort {
    border-radius: 36px;
    color: #fff;
    display: inline-block;
    font-size: 1.35rem;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding: 0 50px 0 30px;
    text-align: center;
    text-decoration: none;
    width: 80%;
}
    @media screen and (min-width: 768px){
.oneblock {
    display: flex;
    justify-content: space-around;
}
.islandtop .g-block {
            justify-content: space-evenly;
    display: flex;}
a.spresort {
    min-height: 36px;
    height: auto;
    font-size: 1.5rem;
        }
 .top-300{
    margin-top: -300px;
    /* position: relative; */
    /* top: -9px; */
}
    .islandtop .g-block .pic{
        width: 44%;
    }
 .islandtop .g-block h4{
    font-size: 2.2rem
    }
.islandtop .info {
    width: 50%;
}   
    }