.container2 {
    display: flex;
    /* background-color: #3568A4;
    color: white; */
    padding: 40px;
    border-radius: 10px;
    max-width: 900px;
    align-items: center;
	margin: auto;
		margin-top: 20px;
}

.image-section2 img {
    width: 300px;
    height: auto;
    border-radius: 10px;

    /* box-shadow: 1px 12px 12px 10px rgba(20,20,20,0.75);
    -webkit-box-shadow: 1px 12px 12px 10px rgba(20,20,20,0.75);
    -moz-box-shadow: 1px 12px 12px 10px rgba(20,20,20,0.75); */

    /* -webkit-box-shadow: 8px 25px 24px 6px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 25px 24px 6px rgba(66, 68, 90, 1);
    box-shadow: 8px 25px 24px 6px rgba(66, 68, 90, 1); */
}

.content2 {
    margin-left: 20px;
}

.content2 h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.content2 p {
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .container2 {
        flex-direction: column;
        text-align: center;
        margin-top: 20px;
    }

    .image-section2 img {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .content2 {
        margin-left: 0;
        margin-top: 20px;
    }
    .banner2 {
        width: 200px;
        margin-top: 20px;
    }
}