*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.section_UseCases{
    background-color: #FEFAF4;
    padding-top: 180px;
    padding-bottom: 180px;
}
.section_UseCases h1{
    color: #233D63;
}

.kolom_UseCase{
    margin-bottom: 75px;
    height: 500px;
    box-shadow: rgba(41, 41, 41, 0.3) 0px 0px 10px 0px;
    border-radius: 10px;
    border: none;
    transition: all .2s ease-in-out;
}

.kolom_UseCase:hover{
    transform: scale(1.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.kolom_UseCase img{
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}


.kolom_UseCase h4{
    color: #233D63;
}

.italic_kolom_UseCase{
    color: #233D63;
}

.kolom_UseCase p{
    color: #8B8E92;
}

.button_UseCase{
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-decoration: underline;
    color: #233D63;
    transition: .2s ease;

}

.button_UseCase:hover{
    color: #F49B21;
    transition: .2s ease;
}

.arrow_button_UseCase{
    font-size: 13px;
    margin-left: 5px;
}


.section_register {
    padding-top: 150px;
    padding-bottom: 30px;
}

.section_register h2 , .section_register p{
    color: #122460;
}


.button_register {
    background-color: #F49B21;
    color: white;
    width: 180px;
    border-radius: 2px;
    padding: 12px 15px 12px 15px;
    font-size: larger;
    font-weight: bold;
    transition: all .1s ease-in-out;
}

.button_register:hover {
    background-color: #233D63;
    color: white;
    padding: 12px 15px 12px 15px;
    font-size: larger;
    font-weight: bold;
    transition: all .1s ease-in-out;
    text-decoration: none;
}
.span_bold {
    font-weight: 800;
}

.col_page_UseCases{
    background-color: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: rgba(41, 41, 41, 0.3) 0px 0px 10px 0px;

}

.link_UseCases_Overview{
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    background-color: #233D63;
    padding: 8px 15px 8px 15px;
    border-radius: 3px;
    font-size: larger;
    font-weight: bold;
    transition: .2s ease;
}
.link_UseCases_Overview:hover{
    color: white;
    background-color: #F49B21;
    transition: .2s ease;
    text-decoration: none;
}

.arrow_button_UseCase_left{
    font-size: 13px;
    margin-right: 8px;
}

/*SECTION REGISTER*/

.section_register {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #1E202D;
}

.section_register h2{
    color: white;
}
.section_register p{
    color: #a7abad;
    font-weight: bold;
    font-style: italic;
}

.button_register {
    background-color: #F49B21;
    color: white;
    width: 180px;
    border-radius: 2px;
    padding: 12px 15px 12px 15px;
    font-size: larger;
    font-weight: bold;
    transition: all .1s ease-in-out;
}

.button_register:hover {
    background-color: white;
    color: #F49B21;
    padding: 12px 15px 12px 15px;
    font-size: larger;
    font-weight: bold;
    transition: all .1s ease-in-out;
    text-decoration: none;
}

.span_bold {
    font-weight: 800;
}

/*SM*/
@media screen and (min-width: 576px) and (max-width: 767px) {
    .link_UseCases_Overview{
        position: relative;
        color: white;
        background-color: #233D63;
        padding: 8px 15px 8px 15px;
        border-radius: 3px;
        font-size: medium;
        font-weight: bold;
        transition: .2s ease;
    }
    .link_UseCases_Overview:hover{
        color: white;
        background-color: #F49B21;
        transition: .2s ease;
        text-decoration: none;
    }

    .arrow_button_UseCase_left{
        font-size: 13px;
        margin-right: 8px;
    }
    .section_UseCases iframe{
        width: 100%;
    }
}

/*XS*/
@media screen and (max-width: 575px) {

    /*SECTION REGISTER*/
    .section_register h2{
        font-size: 25px;
    }

    /*SECTION USECASES*/
    .section_UseCases{
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .section_UseCases h1{
        font-size: 30px;
    }
    .section_UseCases img{
        width: 100%;
    }

    .link_UseCases_Overview{
        position: relative;
        color: white;
        background-color: #233D63;
        padding: 8px 15px 8px 15px;
        border-radius: 3px;
        font-size: medium;
        font-weight: bold;
        transition: .2s ease;
    }
    .link_UseCases_Overview:hover{
        color: white;
        background-color: #F49B21;
        transition: .2s ease;
        text-decoration: none;
    }

    .arrow_button_UseCase_left{
        font-size: 13px;
        margin-right: 8px;
    }

    .section_UseCases iframe{
        width: 100%;
    }
}