.section {
    padding: 35px 50px;
}

.bg-more {
    height: auto;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border: none;
    object-position: center;
    margin-top: 75px;
} 

.main-text h1 {
    color: white;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
}
  
.main-text {
    background-color: rgba(0, 45, 124, 0.781);
    border-radius: 5px;
    position: relative;
    bottom: 50px;
    padding: 10px; 
}

.text {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    text-indent: 15px;
    text-align: justify;
}

@media(max-width:600px){
    .section{
        padding: 8px;
    }
    .text{
        font-size: 16px;
    }
    .main-text h1{
        font-size: 18px!important;
    }
}

@media (max-width:350px) {
    .text {
        font-size: 14px;
    }
}

@media (max-width:1230px) and (min-width:1000px) {
    h1 {
        font-size: 27px!important;
    }
}