<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logoImage{
	background-image: url('../images/SVG/C_logo_bg.svg');
	background-repeat: no-repeat;
}
.topmainText {
	padding:295px 0px 75px 0px;
}
.topSideText{
    padding:345px 0px 0px 0px;
}
.tagsMargin{
padding:3px 14px;
border-radius: 16px;
background-color: #f6f6f6;
border:none;
}
.tagsMarginAll{
    padding:3px 18px;
    border-radius: 16px;
}
.cardSectionMargin{
    margin-top:100px !important;
    margin-bottom:400px !important;
}
.buttonTextSize{
    font-size: 10px;
}
.allButtonsMargin{
    margin-top: 7rem;
}
.smallTextSize{
    font-size: 12px !important;
}

.footerTopMargin{
    margin-top: 12rem;
}






@media (max-width: 1024px){

    .tagsMargin{
        padding:2px 14px;
        }
}
   

@media screen and (max-width: 768px){
    .allButtonsMargin{
        margin-top: 5rem;
    }
    .topmainText {
        padding:150px 0px 0px 50px;
    }
    .topSideText{
        padding:50px 0px 0px 50px;
    }
    .display-3{
        font-size: 2rem;
    }
    .fs-5{
        font-size: 1rem !important;
    }
    .fs-4{
        font-size: 1rem !important;
    }
    .footerTopMargin{
        margin-top: 3rem;
    }
   
}

@media (min-width: 768px) and  (max-width: 991px){
    /* .allButtonsMargin{
        margin-top: 5rem;
    } */
    .topmainText {
        padding:228px 0px 50px 110px;
    }
    .topSideText{
        padding:230px 0px 0px 50px;
    }
    .footerTopMargin{
        margin-top: 3rem;
    }
    /* .display-3{
        font-size: 2rem;
    }
    .fs-5{
        font-size: 1rem !important;
    } */
   
}

@media (max-width: 576px){

    .h5{
        font-size: 0.8rem!important;
    }
    .h4{
        font-size: 3.1vw!important;
    }

    .tagsMargin{
        padding:2px 6px !important;
        }
        .smallTextSize{
            font-size: 7px !important;
        }
    .buttonTextSize{
        font-size: 8px !important;
    }
    .topmainText {
        padding:110px 0px 0px 20px;
    }
    .topSideText{
        padding:15px 0px 40px 20px;
    }
    .fs-5{
        font-size: 12px !important;
    }
    .h3{
        font-size: 0.8rem !important;
    }
    .allButtonsMargin{
        margin-top: 3rem;
    }
    .fs-4{
        font-size: 12px !important;
    }
    .footerTopMargin{
        margin-top: 3rem;
    }

}
   


@media (max-width: 365px){

    .sideButtonMarginSmall{
    margin-top : 25px !important;
    }
}

</pre></body></html>