.certs-search {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 20px;
    background: #FAFAFA;
}

.certs-search__heading {
    font-weight: 600;
    font-size: 16px;
    color: black;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    line-height: 1.4;
}

.certs-search img {
    width: 100%;
}

@media (min-width: 1024px) {
    .certs-search__inner {
        display: flex;
    }

    .certs-search img {
        width: 35%;
        height: fit-content;
    }

    .certs-search__content {
        width: 60%;
        margin-left: 20px;
    }

    .certs-search__heading {
        font-size: 20px;
    }

    .certs-search {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .certs-search {
        margin-top: 60px;
    }
}