.agm-information {
    background-color: #fff;
    padding: 50px 0px;
}

.agm-information .agmcards {
    background-color: #eaeef2;
    padding: 30px;
    border-radius: 8px;
    height: 360px;
}

.agm-information .agmcards h2 {
    font-size: 28px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.agm-information .agmcards .agmList {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.agm-information .agmcards .agmList p {
    font-size: 15px;
    transition: 0.5s;
    margin-bottom: 0px;
    padding-bottom: 15px;
    background: url(../../assets/images/red-download-icon.svg) no-repeat right -13px;
    padding-right: 35px;
    line-height: 1.4;
}

.agm-information .agmcards .agmList:hover p {
    color: var(--red);
}

.agm-information .recordings {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.agm-information small {
    color: #000;
    opacity: 0.5;
}

.agm-information audio {
    width: 100%;
    border-radius: 25px;
    background: #fff;
}

.agm-information audio::-webkit-media-controls-current-time-display,
.agm-information audio::-webkit-media-controls-panel,
.agm-information audio::-webkit-media-controls-play-button,
.agm-information audio::-webkit-media-controls-time-remaining-display,
.agm-information audio::-webkit-media-controls-play-button {
    font-size: 10px !important;
}

.agm-information audio::-webkit-media-controls-volume-control-container,
.agm-information audio::-webkit-media-controls-play-button {
    transform: scale(0.7);
    transform-origin: center;
}

.agm-information audio::-webkit-media-controls-volume-slider {
    transform: scale(0.7);
}

.explore-link a {
    margin: auto;
    width: fit-content;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .agm-information .agmcards h2 {
        font-size: 22px;
    }

    .agm-information .agmcards .agmList p {
        font-size: 13px;
    }

    .agm-information small {
        font-size: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .agm-information .agmcards h2 {
        font-size: 22px;
    }

    .agm-information .agmcards .agmList p {
        font-size: 12px;
    }

    .agm-information small {
        font-size: 10px;
    }
}

/* iPad Air — landscape only */
@media only screen and (min-device-width: 1180px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .agm-information .agmcards {
        margin-top: 20px;
    }

}

/* iPad Air — Portrait only */
@media only screen and (min-device-width: 820px) and (max-device-width: 820px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .pt-50 {
        padding-top: 30px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .agm-information .agmcards {
        padding: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .pt-50 {
        padding-top: 30px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .agm-information .agmcards {
        padding: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .pt-50 {
        padding-top: 30px;
    }

    .pb-50 {
        padding-bottom: 30px;
    }

    .agm-information .agmcards {
        padding: 20px;
        height: auto;
        margin-bottom: 20px;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .agm-information .agmcards h2 {
        font-size: 24px;
    }
}

/*# sourceMappingURL=agm-information.css.map */