.tregimi-yne-section {
    margin-top: 100px;
}
.tregimi-top-title {
    color: #e50219;
    font-size: 50px;
    margin-bottom: 100px;
}

.tregimi-main-img {
    width: 100%;
    border-radius: 20px;
}

.tregimi-first-number {
    text-align: center;
    font-size: 30px;
    color: #db2b2f;
}

.image-div {
    display: grid;
    justify-content: center;
}

.paragraph-col-positioning {
    padding-top: 90px;
}

.col-paragraph {
    margin-bottom: auto;
    margin-top: auto !important;
}

.paragraph-col-paragraph p {
    font-size: 18px;
    color: #000000;
}

.image-col {
    margin-top: auto !important;
    margin-bottom: auto;
}

.img-text {
    background: #eb192c;
    border: 1px solid #eb192c;
    color: white;
    font-size: 20px;
    border-radius: 20px;
    width: 80%;
    height: 60px;

    position: relative;
    bottom: 30px;
    align-items: center;
}

.img-text-positioning {
    display: flex;
    justify-content: center;
}


/*@media (max-width: 768px) {
    .col-paragraph {
        order: 2;
    }
}*/

@media (max-width: 768px) {
    .tregimi-main-img {
        width: 100%; /* Make the image take up the full width of its container */
        height: auto; /* Maintain the aspect ratio */
        margin: 0 auto; /* Center the image */
        display: block; /* Ensure it's displayed as a block element */
    }

    .image-sec {
        text-align: center; /* Center the image within its section */
        padding: 10px; /* Add some padding around the image */
    }

    .col-5.image-col {
        margin-bottom: 20px; /* Add spacing between image sections */
    }
}

@media (max-width: 768px) {
    .col-5.image-col {
        width: 100%; /* Make the column take the full width */
        text-align: center; /* Center content, if needed */
        margin: 0 auto; /* Center it within the parent container */
        padding: 10px; /* Add some padding for spacing */
        box-sizing: border-box; /* Include padding in the width calculation */
    }

    .col-5.image-col img {
        width: 100%; /* Ensure the image inside is responsive */
        height: auto; /* Maintain the aspect ratio */
    }
}
