/* content */ 

.row3 {
    padding: 0 20px;
    background-color: #FFFFFF;
    box-shadow: inset -1px 1px 21px -4px rgb(0 0 0 / 50%);
}

.content h1 {
    color: #3772FF;
    padding: 40px 0;
}

.content p {
    font-size: 20px;
    padding-bottom: 20px;
}

.cloudlinux-img {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 40px;
}

.cloudlinux-img img {
    width: 425px;
}

table {
    margin-bottom: 10px;
    border: 1px solid #000000;
    font-size: 20px;
}

td {
    padding: 10px;
}

.host-img {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 40px;
    padding-top: 30px;
}

.host-img img {
    border-radius: 10px;
    width: 530px;
}