@import url(“./css/style.css”);
.home-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-container {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Main Content Section */
.text-section {
    flex: 2;
    padding-right: 20px;
}

.classes {
    padding-left: 70px;
    padding-bottom: 10px;
}

.title1{
    font-size: 78px;
}

.title2{
    font-size: 52px;
    color: var(--second-color);
    padding-bottom: 10px;
}

.title3{
    font-size: 48px;
    font-weight: bold;
    color: var(--third-color);
}
.title3:last-child{
padding-bottom: 10px;
}

.page-title{
    text-align: left;
    margin-bottom: 10px;
}

.image-section {
    flex: 3;
    text-align: right;
}

.image-section img {
    max-width: 100%;
    height: auto;
}