.site-logo img {
    width: 141px !important;
}

@media only screen and (max-width: 600px) {
	
	.mobile-logo img  {
    width: 200px !important;
}
}

.contact-boxs .content span {
    font-size: 17px;
}

.contact-boxs {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-boxs .img1 img {
    width: 40px;
}

.office-title {
    font-weight: 400;
    font-size: 16px;
    color: #0a2540;
}

.address {
    display: block;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.contact-details p {
    margin: 3px 0;
    font-size: 14px;
}

.contact-details a {
    color: #007bff;
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
}