* {
    margin: 0px;
    padding: 0px;
}

footer {
    display: flex;
    justify-content: center;
    position: relative;
    /* background-image: linear-gradient(to right, rgb(22, 29, 121), rgb(89, 189, 156)); */
    background: #304146;
    color: white;
}

#footer-items {
    margin-top: 2vw;
    font-family: "Baloo Bhai 2", system-ui;
    display: grid;
    width: 95%;
    grid-template-columns: 40% 30% 30%;
    gap: 0vw;
}

#academy-name {
    align-self: center;
    font-size: 1.15vw;
}

#terms-privacy-cancellation {
    height: fit-content;
    display: grid;
    grid-template-columns: auto;
    justify-items: center;
    align-self: anchor-center;
}

#terms-privacy-cancellation a {
    color: white;
    text-align: center;
    font-size: 1.5vw;
}

.footer-tag {
    text-align: center;
    font-size: 2vw;
}

.icon-details {
    padding-bottom: 2vw;
    display: grid;
    grid-template-columns: 5% 95%;
    gap: 1vw;
}

.icon-details i {
    position: relative;
    font-size: 1.5vw;
    top: 0.7vw;
}

.icon-details h3 {
    font-size: 1.5vw;
}