.menu-header-skin-1{
  text-transform:uppercase !important;
  font-family: 'Poppins', sans-serif;
  font-weight:600 !important;
}
/*3 content section*/
.container-3-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            padding: 50px 20px;
        }
        .box-3-content {
            background: #fff;
            box-shadow: 4px 4px 10px rgba(44, 32, 22, 0.3);
            padding: 20px;
            text-align: center;
            max-width: 300px;
            flex: 1;
        }
        .icon-3-content img {
            width: 50px;
            height: 50px;
            margin-bottom: 10px;
        }
        h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }
        p {
            font-size: 14px;
            line-height: 1.5;
        }
        @media (max-width: 768px) {
            .container-3-content {
                flex-direction: column;
                align-items: center;
            }
		   .img-as-background{
  height:200px !important;
}
            .box-3-content {
                width: 100%;
                max-width: 400px;
            }
        }