p {
    margin: 15px 0 5px 0;
}

h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.wallpaper-contact {
    /* padding: 20px; */
    border: 1px solid #ccc;
    display: inline-block;
    /* padding: 12px; */
    /* margin : 10px; */
    margin-top: 22px;
    padding: 10px;
    cursor: pointer;
}

.wallpaper-contact::-webkit-file-upload-button {
    /* visibility: hidden; */
    /* background-color: #ff6f61; */
    border: #ff6f61 1px solid;
    padding: 5px 10px 5px 10px;
    color: black;
    margin-right: 10px;
    /* back */
    background-color: white;
    cursor: pointer;
}

.wallpaper-contact-submit-button-container {
    display: flex;
    justify-content: flex-end;
}

textarea:focus {
    outline: none !important;
    border: 1px solid #ff6f61 !important;
    box-shadow: none !important;
    /* box-shadow: 0 0 10px #ff6f61; */
    /* border: 1px solid #ff6f61; */
}

textarea:hover {
    outline: none !important;
    border: 1px solid #ff6f61 !important;
    box-shadow: none !important;
    /* box-shadow: 0 0 10px #ff6f61; */
    /* border: 1px solid #ff6f61; */
}

input:focus {
    outline: none !important;
    border: 1px solid #ff6f61 !important;
    box-shadow: none !important;
    /* border: 1px solid #ff6f61; */
}

input:hover {
    outline: none !important;
    border: 1px solid #ff6f61 !important;
    box-shadow: none !important;
    /* border: 1px solid #ff6f61; */
}

select:focus {
    outline: none !important;
    border: 1px solid green !important;
    box-shadow: none !important;
    /* border: 1px solid #ff6f61; */
}

select:hover {
    outline: none !important;
    border: 1px solid #ff6f61 !important;
    box-shadow: none !important;
    /* border: 1px solid #ff6f61; */
}

.foormat-icons {
    width: 75px;
    height: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.columns h4 {
    font-size: 32px;
    color: #575757;
    text-align: center;
    margin-bottom: 10px;
}

.product-calculator-inputs {
    display: flex;
    gap: 10px;
}

.product-calculator-input>p {
    font-size: 15px;
}

.btn {
    /* Blue background */
    border: 1px solid #575757;
    /* Remove borders */
    color: #ff6f61;
    /* White text */
    padding: 8px 12px;
    /* Some padding */
    font-size: 14px;
    /* Set a font size */
    cursor: pointer;
    /* Mouse pointer on hover */
}