@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.feature-section {
    background-color: #E7F9FC;
}

.color-222 {
    font-weight: 700;
    color: #222;
}

.logo {
    max-width: 50px;
}

.active-link, .nav-item  .active-link:hover {
    color: #13C5DD;
}

.box {
    background: #fff;
    box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
    padding: 47px 30px 40px 30px;
    transition: all 500ms ease;
}

.main-subtitle {
    color: #222;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 100;
}

.info-section {
    background-color: #fcfcfc;
}

.box {
    background: #FFFFFF;
    box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1);
}

.img-box img {
    width: 250px;
    height: 200px;
    object-fit: contain;
}

.btn-custom, .btn-custom:hover, .btn-custom:active {
    background-color: #182548;
    border-color: #182548;
    color: white;
}
