.copy-container {
    text-align: center;
    position: relative;
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.ae-header img {
    margin-top: 50px;
}
.ae-header .ae-content {
    margin-top: -100px;
    border-radius: 6px;
}
.trop_boxes {
    min-height: 450px;
    max-height: 550px;
    box-shadow: 0 6px 19px -7px rgb(0 0 0 / 20%);
    width: calc(24% - 10px);
    margin: 10px;
    padding: 0;
}
.copy-container h3 {
    margin-top: 20px;
    margin-bottom: 25px;
    position: relative;
}
.copy-container h3:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #b8a890;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
.copy-container .btn.btn-primary.cta {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0;
    text-decoration: none;
    padding-top: 15px;
    white-space: break-spaces;
}
.copy-container .btn.btn-primary.cta:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 90%;
    height: 2px;
    background-color: #ededed;
    border-radius: 2px;
}
.copy-container .btn.btn-primary.cta:hover {
    background-color: white;
    border: 0;
}
.btn-primary:active, .btn-primary:hover, .btn-primary:focus{
    background-color: white;
    color: #005078;
}
.btn.cta .ac-icon.icon-footer-external-link {
    position: absolute;
}
@media only screen and (max-width: 767px){
    .ae-header img {
        margin-top: 0px;
        min-height: 150px;
    }
    .ae-header .ae-content {
        margin-top: -40px;
    }
    .trop_boxes {
        min-height: 350px;
        width: calc(100% - 0px);
        margin: 0px;
        margin-bottom: 20px;
    }
    .product.row {
        padding-left: 0;
    }
    .copy-container {
        height: 250px;
    }
    .copy-container .btn.btn-primary.cta {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .copy-container p strong {
        bottom: 30%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px){
    .trop_boxes {
        width: calc(50% - 35px);
        margin: 15px;
    }
    .copy-container p strong {
        bottom: 23%;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1180px){
    .trop_boxes {
        width: calc(33% - 20px);
        margin: 10px;
    }
    .ae-header .ae-content {
        margin-top: -45px;
    }
    .ae-header img {
        margin-top: 55px;
    }
}
@media only screen and (min-width: 1180px) and (max-width: 1281px){
    .trop_boxes {
        width: calc(33% - 20px);
        margin: 10px;
    }
    .ae-header .ae-content {
        margin-top: -45px;
    }
    .ae-header img {
        margin-top: 55px;
    }
    .trop_boxes {
        min-height: 475px;
    }
}