   
.container {
            
           width: 100%;
    height: 100vp;
    max-width: 1200px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: start;
    padding-bottom: 50px;
    padding-top: 50px;
}

        .text-box {
            flex: 1;
            padding: 20px;
            min-width: 300px;
        }

        .text-box h2 {
                font-size: 28px;
    margin-bottom: 10px;
    text-align: left;
    font-family: Inter, sans-serif;
        }

        .text-box p {
            font-size: 16px;
            color: #333;
            text-align: left;
            line-height: 2;
            font-family: Inter, sans-serif;
            font-weight: 400;
            
        }

        .photo-block {
            flex: 1;
            min-width: 300px;
            text-align: center;
            
        }

        .photo-block img {
            width: 100%;
            
            height: 100%;
            object-fit: cover;
           
        }

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

            .text-box {
                padding: 20px 10px;
            }
        }

@media only screen and (max-width: 600px) {
    .container {
            
      
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: start;
    padding-bottom: 20px;
    padding-top: 20px;
}
    .text-box {
             padding-right: 10px;
            padding-left: 10px;
    }
            }
     .photo-block {
         padding-right: 10px;
         padding-left: 10px;
}
            header {
           font-family: Inter, sans-serif;
            padding: 20px;
            width: 300px;
           
            text-align: center;
            font-size: 30px;
            margin-top: -140px;
            border-radius: 20px 0px 20px 0px;
           background-color: #2eca8c;
            font-weight: 300;
        
}

@media only screen and (max-width: 1200px) {
.text-box h2 {
         text-align: center;
         font-size: 20px;
    }}
