body {
    background-color: #FFF;
}

/* Media Query */
@media (max-width: 575.98px) { 
    .custom-header-title {
        margin-top: -140px;
    }

    .custom-header-title h1, h3{
        font-size: 14px;
    }


    .imageAssetFirst {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .imageAssetLast {
        margin-bottom: 50px;
    }

    .custom-border-content {
        margin: auto;
        margin-top: 15%;
        text-align: center;
        background-color: white;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
    }


    .imageAsset {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
    }

    .paragraf{
        margin-top:50px;
        margin-bottom: -20px;
        width:70%;
    }
}

@media (min-width:575.99px) and (max-width: 767.98px) { 
        .custom-header-title {
            margin-top: -140px;
        }

        .custom-header-title h1, h3{
            font-size: 14px;
        }


        .imageAssetFirst {
            margin-top: 50px;
            margin-bottom: 50px;
        }
    
        .imageAssetLast {
            margin-bottom: 50px;
        }

        .custom-border-content {
            margin: auto;
            margin-top: 15%;
            text-align: center;
            background-color: white;
            border-top-left-radius: 35px;
            border-top-right-radius: 35px;
        }


        .imageAsset {
            display: block;
            margin-left: auto;
            margin-right: auto;
            max-width: 80%;
        }

        .paragraf{
            margin-top:50px;
            margin-bottom: -20px;
            width:50%;
        }
}
@media (min-width: 767.99px) and (max-width:991.98px){
    .custom-header-title {
        margin-top: -180px;
    }

    .custom-header-title h1, h3{
        font-size: 18px;
    }

    

    .custom-border-content {
        margin: auto;
        margin-top: 20px;
        text-align: center;
        background-color: white;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        height: 400px;
    }


    .imageAsset {
        display: block;
        margin-top: 4em;
        margin-left: 5em;
        margin-right: auto;
        max-width: 80%;
    }

    .img-custom-1{
        width:50%;
    }

    .paragraf{
        margin-top:50px;
        margin-bottom: -20px;
        width:50%;
    }
}

@media(min-width:991.99px) and (max-width:1279px){
    .custom-header-title {
        margin-top: -300px;
    }

    .custom-border-content {
        margin: auto;
        margin-top: 20px;
        text-align: center;
        background-color: white;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        height: 400px;
    }


    .imageAsset {
        display: block;
        margin-top: 4em;
        margin-left: 5em;
        margin-right: auto;
        max-width: 90%;
    }

    .img-custom-1{
        width:50%;
    }

    .paragraf{
        margin-top:50px;
        margin-bottom: -20px;
        width:50%;
    }
}

@media (min-width:1280px) { 
    .custom-header-title {
        margin-top: -260px;
    }

    .custom-border-content {
        margin: auto;
        margin-top: 20px;
        text-align: center;
        background-color: white;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        height: 400px;
    }


    .imageAsset {
        display: block;
        margin-top: 4em;
        margin-left: 5em;
        margin-right: auto;
        max-width: 80%;
    }

    .img-custom-1{
        width:45%;
    }

    .paragraf{
        margin-top:50px;
        margin-bottom: -20px;
        width:50%;
    }
}