.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;
}


@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%;
}

    
}