.sectionContainer {
    margin: 0 auto;
    padding: 40px 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1a1a1a;
    background-color: #ffffff;
}

.sectionContainer .mainHeading {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #000000;
}

.sectionContainer .highlightBlue {
    color: #00a0e9;
}

.sectionContainer .textContent {
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}

.sectionContainer .paragraph {
    margin-bottom: 18px;
}

.sectionContainer .rmiLink {
    color: #d4a017;
    text-decoration: underline;
}

.sectionContainer .subHeading {
    font-size: 30px;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #000000;
}

.sectionContainer .bulletList {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 24px;
}

.sectionContainer .bulletList li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.sectionContainer .imageWrapper {
    width: 500px;
    margin: auto;
}

.sectionContainer .rackImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Responsive design for tablets and mobile devices */

@media (min-width:0px) and (max-width: 767.98px) {
    .sectionContainer .mainHeading {
        font-size: 25px;
    }

    .sectionContainer .textContent {
        font-size: 16px;
    }

    .sectionContainer .subHeading {
        font-size: 20px;
    }

    .sectionContainer .imageWrapper {
        width: 50%;
        margin-top: 20px;
    }
}

@media (min-width:768px) and (max-width: 991.98px) {

    .sectionContainer .imageWrapper {
        width: 55%;
        margin-top: 20px;
    }

    .sectionContainer .mainHeading {
        font-size: 28px;
    }
}