#whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

#whatsapp-icon img {
    width: 50px; /* Adjust the size of the WhatsApp icon */
    height: auto;
    border: 0;
}

		.content {
    display: flex;
}

.column {
    flex: 1;
    padding: 20px;
}

.contentab {
    position: relative;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white; /* Adjust text color as needed */
}

.text-overlay h1,
.text-overlay p {
    margin: 0;
	color:#464578;
	font-size:40px;
}

.columncore {
    display: flex;
    flex-direction: column;
}

.core-values {
    display: flex;
    flex-wrap: wrap;
}

.core-value {
    flex: 1 0 30%; /* Adjust the width as needed */
    margin: 10px;
    text-align: center;
}

.core-value i {
    font-size: 24px; /* Adjust the icon size as needed */
}

.core-value p {
    margin-top: 5px;
}

.producttoshopbtn {
        background-color: #464578;
        color: #fff;
        padding: 10px 20px;
        border: none;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
        text-decoration: none; /* Remove underline from the anchor tag */
    }

    .producttoshopbtn:hover {
        color: #000;
    }

	.content-divider {
        border-bottom: 1px solid #000; /* Divider line color */
        margin-top: 20px; /* Adjust margin as needed */
		margin-right: 70px;
		margin-left: 70px;
	}

    @media only screen and (max-width: 768px) {
        .column h1 {
            width: 65%;
        }
        .column img {
            width: 400px;
            margin-left: -70px;
        }

        .column p{
            margin-left: -380px;
            margin-top: 370px;
            width: 350px;
        }
        .producttoshopbtn{
            margin-left: -380px;
        }
        
    }