 * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, 
body {
	max-width: 100%;
	height: auto;
}
body { 
    font-family: "Karla", sans-serif;
    font-family: "Marmelad", sans-serif;  
    font-weight: 400;
    font-style: normal;
    margin-top: 30px;
} 
img {
    max-width: 100%;
    height: auto;
}
header h2 {
    font-size: 20px;
    margin: 0 10px 10px;
    line-height: 30px;
    font-family: kalpurush;
    max-width: 600px;
    display: inline-block;
    font-weight: 700;
    color: #000;
}

header {
    text-align: center;
}

header p {
    margin-bottom: 20px;
    font-size: 15px;
    font-family: 'Marmelad';
}
.landing-box {
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    text-align: left;
    border-radius: 1px;
    margin-bottom: 30px;
    position: relative;
}
.landing-box .info {
    padding: 15px 10px;
}
.landing-box .info a {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    color: #333;
    padding: 8px 30px 8px 10px;
    text-transform: capitalize;
    position: relative;
    margin-right: 3px;
    font-size: 15px;
}
.landing-box .info h3 {
    margin-top: 0;
    font-size: 23px;
    color: #000;
    text-shadow: 0 1px 1px #000;
}
.landing-box span {
    position: absolute;
    top: -3px;
    left: -3px;
    background-color: #ff6161;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-family: kalpurush;
    font-size: 22px;
    color: #fff;
}
.landing-box .info a::after {
    position: absolute;
    font-family: 'bootstrap-icons';
    right: 9px;
    font-size: 14px;
    top: 9px;
    color: #ff6161;
} 
.landing-box .info .link::after { 
    content: '\F6B2'; 
}
.landing-box .info .details::after { 
    content: '\F52A'; 
}
.contact-info {
    text-align: center;
    padding: 30px 0;
}
.contact-info h3 {
    font-family: kalpurush;
    font-size: 20px;
    line-height: 30px;
}
.contact-info p {
    font-size: 15px;
    color: #333;
    font-family: 'Marmelad';
}