.mm *{
    margin: 0;
    padding: 0;
}

.questionContainer a{
    display: inline-block;
    background-color: #FF0000;
    color: white;
    font-size: 16px;
    margin-top: 30px;
    padding: 10px 40px;
    border: none;
    cursor: pointer;
}

.mm h2{
    font-size: 24px !important;
    margin-bottom: 0 !important;
}

.mm h3{
    font-size: 18px !important;
}

.mm{
    margin: auto;
    max-width: 1000px;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    color: var(--text-color)
}

.myHeaderCol img {
    display: block;
    height: auto;
    width: 100%;
}

.myHeaderCol{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.redCyrcle{
    width: 200px;
    height: 200px;
    background-color: #FF0000;
    opacity: 0.8;
    border-radius: 50%;
    text-align: center;
    transform: rotate(-20deg);
    position: absolute;
    left: 25%;
    bottom: -20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cyrcleContainer{
    position: relative;
}

.redCyrcle h2{
    color: white;
    font-size: 30px !important;
    margin: 0;
    padding: 0;
}

.myContent{
    padding-left: 20px;
    padding-right: 20px;
}

.customContainer h2{
    padding: 10px 0 10px 20px;
}

.redText{
    font-weight: bold;
    color: #FF0000;
}

.blackText{
    margin-top: 10px;
    font-weight: bold;
    color: black;
}

.listContainer{
    padding-left: 20px;
    padding-right: 20px;
}

.listCol ul{
    padding:10px 20px;
    list-style-type: square;
}

.listCol ul li::marker {
    color: #FF0000;
    font-size: 1.3em;
}

.questionContainer{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.mybtn{
    background-color: #FF0000;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    position: relative;
}

.whatsapp-btn img{
        height: 2em;
    position: absolute;
    left: -35px;
    top: -5px;
}
}

.myFooterContainer{
    
}

.myFooterRow{
    padding: 0 20px !important;
    display: flex;
    justify-content: space-between;
	margin-bottom: 40px;
}

.myFooterCol img{
    width: 100%;
    width: 150px;
}

.myFooterCol *{
    margin: 0;
    padding: 0;
}


@media only screen and (max-width: 1499px){
    .myContent {
        margin-top: 11%!important;
    }
}

@media only screen and (max-width: 1439px){
    .myContent {
        margin-top: 8%!important;
    }
}

@media only screen and (max-width:1200px) {
    .redCyrcle{
        bottom: 0;
        left: 15%;
    }
}

@media only screen and (max-width: 990px){
    .redCyrcle{
        font-size: 12px;
        left: 10%;
		width: 150px;
		height: 150px;
    }

    .redCyrcle h2{
		font-size: 25px !important;
    }
}

@media only screen and (max-width:576px) {
    .myFooterRow{
        display: block;
    }

    .myFooterCol img{
        margin-top: 30px;
    }

    .redText,.blackText{
        font-size: 18px;
    }
	.redCyrcle{
        font-size: 12px;
        left: 10%;
		width: 120px;
		height: 120px;
       
    }
	.redCyrcle h2 {
        font-size: 20px !important;
    }
    .myContent, .listContainer, .customContainer h2, .questionContainer {
        padding-left: 10px;
        padding-right: 10px;
    }
    .myFooterContainer{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 991px){
    .mm {
        font-size: 14px;
    }

    .hidden-md-down {
        display: none !important;
    }
}

@media only screen and (max-width: 768px){
    .logodiv.jobboerse #jobboerselogo{
        display: none;
    }
    
    body{
        padding: 10px;
    }
	
	.col-md-10{
		padding: 0;
	}
}