.contentik,
.top-banner img{
        width: 80%;

    display: block;
}
.radius-button .btn-black {
    background: #e37d30;
    color: #fff;
    text-transform: uppercase;
    border-radius: 1000px;
}


.image-text img{
  width:30%;
}
.image-text .text{
    width:70%;
    padding-left:20px;
}
.flex-collumn{
    flex-direction: column;
}

input[type=file]::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
    border: none;
    background: #3d83b5;
    color: #fff;
    padding: 5px 20px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
}
.container .top-banner {
    position: relative;
    margin-top: 40px;
}
.container .top-banner .text-banner {
    position: absolute;
    top: 25%;
    padding: 30px;
    font-size: 30px;
    line-height: 47px;
    color: #fff;
}

@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
    .contentik, .top-banner img,
    .image-text .text,
    .image-text img {
    width: 100%;
}
.container .top-banner .text-banner {
    position: absolute;
    top: 0%;
    padding: 17px;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
}
    
}