html
{
scroll-behavior: smooth;
}
.hero-section h1
{
    font-size: 50px;
    color:#fff;
}
.hero-section p
{
    font-size: 24px;
    color:#fff;
}
.hero-section .hero-button a
{
    border-radius:10px;
    background-color:#123f6d;
    border:1px solid #123f6d;
    font-size:18px;
    font-weight:bold;
    padding:12px 24px;
    margin:0 10px;
}
.hero-section .hero-button-outline a
{
    border-radius:10px;
    background-color:transparent;
    border:1px solid #fff;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    padding:12px 24px;
    margin:0 10px;
}
.hero-section .hero-button-container .wpb_wrapper
{
    display:flex;
    justify-content:center;
}
.tjanster-block img
{
    width:80%;
}
@media screen and (max-width: 560px) {
    
    .hero-section h1
    {
        font-size: 36px;
    }
    .hero-section p
    {
        font-size: 18px;
    }
    .hero-section .hero-button a, .hero-section .hero-button-outline a
    {
        font-size:16px;
        padding:8px 20px;
    }
    .tjanster-block .image-column
    {
        order:1;
    }
    .tjanster-block .content-column
    {
        order:2;
    }
    .tjanster-block .wpb_single_image.vc_align_right, .tjanster-block .wpb_single_image.vc_align_left
    {
       text-align:center; 
    }
    .tjanster-block img
    {
        width:90%;
    }

}

.start-services-row .vc_column_container
{
    margin-top:0!important;
}