.header {
    background-image: url("../img/API/API01_BG.15b557e842fe.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
    background-position: bottom;
}
.section-body{
    font-size: 0.8rem;
    margin-bottom: 50px;
}

@media(min-width: 768px){
    .section-body{
        width: 65%;
    }
}

@media(min-width: 992px){
    .section-body{
        font-size: 1rem;
    }
}

.bodybox{
    position: relative;
    text-align: center;
    height: 500px;
}
@media(min-width: 768px){
    .bodybox{
        height: 870px;
    }
}

@media(min-width: 1200px){
    .bodybox{
        height: 1200px;
    }
}

.img-title{
    margin-bottom: 17px;
}

h5{
    font-size: 1rem;
}

@media(min-width: 992px){
    h5{
        font-size: 1.2rem;
    }
}

.image{
    position: absolute;
    background-image: url("../img/API/API02_Clic.1216a0782eeb.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 400px;
    left: 50%;
    margin-left: -125px;
}

@media(min-width: 768px){
    .image{
        width: 500px;
        height: 750px;
        margin-left: -250px;
    }
}

@media(min-width: 992px){
    .image{
        width: 700px;
        height: 1050px;
        margin-left: -350px;
    }
}
.clic-button{
    position: absolute;
    border: 1.5px solid black;
    border-radius: 10px;
    padding: 10px 0 10px 0;
    width: 200px;
    background-color: #FFFFFF;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
    font-size: 0.9rem;
    font-weight: 500;
}

@media(min-width: 1200px){
    .clic-button{
        font-size: 1rem;
        padding: 15px 0 15px 0;
        width: 300px;
        margin-left: -150px;
    }
}